Searched refs:coord_xy (Results 1 – 1 of 1) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/ |
D | ir2_nir.c | 719 struct ir2_instr *rcp, *coord_xy; in emit_tex() local 734 coord_xy = instr_create_alu_reg(ctx, nir_op_ffma, 3, instr); in emit_tex() 735 coord_xy->src[0] = ir2_src(reg_idx, 0, IR2_SRC_REG); in emit_tex() 736 coord_xy->src[1] = ir2_src(rcp->idx, IR2_SWIZZLE_XXXX, IR2_SRC_SSA); in emit_tex() 737 coord_xy->src[2] = load_const(ctx, (float[]){1.5f}, 1); in emit_tex()
|