Searched refs:coord_xy (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a2xx/ |
| H A D | ir2_nir.c | 698 struct ir2_instr *rcp, *coord_xy; local in function:emit_tex 713 coord_xy = instr_create_alu_reg(ctx, nir_op_ffma, 3, instr); 714 coord_xy->src[0] = ir2_src(reg_idx, 0, IR2_SRC_REG); 715 coord_xy->src[1] = ir2_src(rcp->idx, IR2_SWIZZLE_XXXX, IR2_SRC_SSA); 716 coord_xy->src[2] = load_const(ctx, (float[]) {1.5f}, 1);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a2xx/ |
| H A D | ir2_nir.c | 716 struct ir2_instr *rcp, *coord_xy; local in function:emit_tex 731 coord_xy = instr_create_alu_reg(ctx, nir_op_ffma, 3, instr); 732 coord_xy->src[0] = ir2_src(reg_idx, 0, IR2_SRC_REG); 733 coord_xy->src[1] = ir2_src(rcp->idx, IR2_SWIZZLE_XXXX, IR2_SRC_SSA); 734 coord_xy->src[2] = load_const(ctx, (float[]){1.5f}, 1);
|
Completed in 4 milliseconds