Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/freedreno/a2xx/
Dir2_nir.c708 struct ir2_instr *rcp, *coord_xy; in emit_tex() local
723 coord_xy = instr_create_alu_reg(ctx, nir_op_ffma, 3, instr); in emit_tex()
724 coord_xy->src[0] = ir2_src(reg_idx, 0, IR2_SRC_REG); in emit_tex()
725 coord_xy->src[1] = ir2_src(rcp->idx, IR2_SWIZZLE_XXXX, IR2_SRC_SSA); in emit_tex()
726 coord_xy->src[2] = load_const(ctx, (float[]) {1.5f}, 1); in emit_tex()