Home
last modified time | relevance | path

Searched refs:nir_fmov_alu (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/compiler/nir/
Dnir_opt_remove_phis.c129 nir_fmov_alu(b, mov->src[0], def->num_components); in remove_phis_block()
Dnir_lower_double_ops.c520 nir_ssa_def *src = nir_fmov_alu(&bld, instr->src[0], in lower_doubles_instr()
552 nir_ssa_def *src1 = nir_fmov_alu(&bld, instr->src[1], in lower_doubles_instr()
Dnir_builder.h267 nir_fmov_alu(nir_builder *build, nir_alu_src src, unsigned num_components) in nir_fmov_alu() function
306 return use_fmov ? nir_fmov_alu(build, alu_src, num_components) : in nir_swizzle()
/external/mesa3d/src/mesa/program/
Dprog_to_nir.c83 return nir_fmov_alu(b, src, 4); in ptn_src_for_dest()
231 def = nir_fmov_alu(b, src, 4); in ptn_get_src()
879 store->src[0] = nir_src_for_ssa(nir_fmov_alu(b, alu_src, 1)); in ptn_add_output_stores()
/external/mesa3d/src/gallium/auxiliary/nir/
Dtgsi_to_nir.c236 return nir_fmov_alu(b, src, 4); in ttn_src_for_dest()
811 nir_ssa_def *def = nir_fmov_alu(b, src, 4); in ttn_get_src()
1465 nir_fmov_alu(b, src, nir_tex_instr_src_size(instr, src_number))); in ttn_tex()