HomeSort by relevance Sort by last modified time
    Searched refs:nir_fmov_alu (Results 1 - 5 of 5) sorted by null

  /external/mesa3d/src/compiler/nir/
nir_opt_remove_phis.c 129 nir_fmov_alu(b, mov->src[0], def->num_components);
nir_lower_double_ops.c 520 nir_ssa_def *src = nir_fmov_alu(&bld, instr->src[0],
552 nir_ssa_def *src1 = nir_fmov_alu(&bld, instr->src[1],
nir_builder.h 267 nir_fmov_alu(nir_builder *build, nir_alu_src src, unsigned num_components) function
306 return use_fmov ? nir_fmov_alu(build, alu_src, num_components) :
  /external/mesa3d/src/mesa/program/
prog_to_nir.c 83 return nir_fmov_alu(b, src, 4);
231 def = nir_fmov_alu(b, src, 4);
879 store->src[0] = nir_src_for_ssa(nir_fmov_alu(b, alu_src, 1));
  /external/mesa3d/src/gallium/auxiliary/nir/
tgsi_to_nir.c 236 return nir_fmov_alu(b, src, 4);
811 nir_ssa_def *def = nir_fmov_alu(b, src, 4);
    [all...]

Completed in 395 milliseconds