Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/r300/compiler/
Dr3xx_vertprog.c45 (PVS_SRC_OPERAND(t_src_index(vp, &vpi->SrcReg[x]), \
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()
/third_party/mesa3d/src/gallium/drivers/r300/
Dr300_reg.h2956 #define PVS_SRC_OPERAND(in_reg_index, comp_x, comp_y, comp_z, comp_w, reg_class, negate) \ macro