Searched refs:t_src_index (Results 1 – 1 of 1) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/r300/compiler/ |
D | r3xx_vertprog.c | 45 (PVS_SRC_OPERAND(t_src_index(vp, &vpi->SrcReg[x]), \ 124 static unsigned long t_src_index(struct r300_vertex_program_code *vp, in t_src_index() function 148 return PVS_SRC_OPERAND(t_src_index(vp, src), in t_src() 166 return PVS_SRC_OPERAND(t_src_index(vp, src), in t_src_scalar() 253 …inst[1] = PVS_SRC_OPERAND(t_src_index(vp, &vpi->SrcReg[0]), t_swizzle(GET_SWZ(vpi->SrcReg[0].Swizz… in ei_lit() 260 …inst[2] = PVS_SRC_OPERAND(t_src_index(vp, &vpi->SrcReg[0]), t_swizzle(GET_SWZ(vpi->SrcReg[0].Swizz… in ei_lit() 267 …inst[3] = PVS_SRC_OPERAND(t_src_index(vp, &vpi->SrcReg[0]), t_swizzle(GET_SWZ(vpi->SrcReg[0].Swizz… in ei_lit()
|