Searched refs:nir_fmov (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/program/ |
| H A D | 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/ |
| H A D | 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/ |
| H A D | 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/ |
| H A D | nir_builder_opcodes.h | 569 nir_fmov(nir_builder *build, nir_ssa_def *src0) function in typeref:typename:nir_ssa_def *
|
Completed in 15 milliseconds