Searched refs:t_src_index (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/mesa3d/src/gallium/drivers/r300/compiler/ |
H A D | r3xx_vertprog.c | 29 (PVS_SRC_OPERAND(t_src_index(vp, &vpi->SrcReg[x]), \ 108 static unsigned long t_src_index(struct r300_vertex_program_code *vp, in t_src_index() function 132 return PVS_SRC_OPERAND(t_src_index(vp, src), in t_src() 150 return PVS_SRC_OPERAND(t_src_index(vp, src), in t_src_scalar() 267 …inst[1] = PVS_SRC_OPERAND(t_src_index(vp, &vpi->SrcReg[0]), t_swizzle(GET_SWZ(vpi->SrcReg[0].Swizz… in ei_lit() 274 …inst[2] = PVS_SRC_OPERAND(t_src_index(vp, &vpi->SrcReg[0]), t_swizzle(GET_SWZ(vpi->SrcReg[0].Swizz… in ei_lit() 281 …inst[3] = PVS_SRC_OPERAND(t_src_index(vp, &vpi->SrcReg[0]), t_swizzle(GET_SWZ(vpi->SrcReg[0].Swizz… in ei_lit()
|