Searched refs:nir_fmov (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/program/
H A Dprog_to_nir.c339 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 Dglsl_to_nir.cpp1903 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 Dtgsi_to_nir.c907 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 Dnir_builder_opcodes.h569 nir_fmov(nir_builder *build, nir_ssa_def *src0) function in typeref:typename:nir_ssa_def *

Completed in 15 milliseconds