Searched refs:replace_with_mov (Results 1 – 2 of 2) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/vc4/ |
D | vc4_opt_algebraic.c | 94 replace_with_mov(struct vc4_compile *c, struct qinst *inst, struct qreg arg) in replace_with_mov() function 118 replace_with_mov(c, inst, inst->src[1 - arg]); in replace_x_0_with_x() 129 replace_with_mov(c, inst, inst->src[arg]); in replace_x_0_with_0() 140 replace_with_mov(c, inst, inst->src[1 - arg]); in fmul_replace_one() 155 replace_with_mov(c, inst, inst->src[0]); in qir_opt_algebraic() 164 replace_with_mov(c, inst, inst->src[0]); in qir_opt_algebraic() 172 replace_with_mov(c, inst, inst->src[0]); in qir_opt_algebraic() 256 replace_with_mov(c, inst, inst->src[1]); in qir_opt_algebraic() 261 replace_with_mov(c, inst, inst->src[0]); in qir_opt_algebraic() 277 replace_with_mov(c, inst, inst->src[0]); in qir_opt_algebraic()
|
/third_party/mesa3d/src/compiler/nir/ |
D | nir_lower_mediump.c | 400 replace_with_mov(nir_builder *b, nir_instr *instr, nir_src *src, in replace_with_mov() function 493 replace_with_mov(&b, &new_vec->instr, in nir_fold_16bit_sampler_conversions() 507 replace_with_mov(&b, &tex->instr, &tex->src[i].src, src_alu); in nir_fold_16bit_sampler_conversions()
|