HomeSort by: relevance | last modified time | path
    Searched refs:nir_fmov (Results 1 - 4 of 4) sorted by relevancy

  /xsrc/external/mit/MesaLib.old/dist/src/mesa/program/
prog_to_nir.c 339 ptn_move_dest_masked(b, dest, nir_fmov(b, src[0]), WRITEMASK_Z);
340 ptn_move_dest_masked(b, dest, nir_fmov(b, src[1]), WRITEMASK_W);
  /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
glsl_to_nir.cpp 1903 result = supports_ints ? nir_i2f32(&b, srcs[0]) : nir_fmov(&b, srcs[0]);
1906 result = supports_ints ? nir_u2f32(&b, srcs[0]) : nir_fmov(&b, srcs[0]);
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/nir/
tgsi_to_nir.c 907 ttn_move_dest_masked(b, dest, nir_fmov(b, src[0]), TGSI_WRITEMASK_Z);
908 ttn_move_dest_masked(b, dest, nir_fmov(b, src[1]), TGSI_WRITEMASK_W);
  /xsrc/external/mit/MesaLib.old/src/compiler/nir/
nir_builder_opcodes.h 569 nir_fmov(nir_builder *build, nir_ssa_def *src0) function

Completed in 9 milliseconds