Searched refs:t_swizzle (Results 1 – 1 of 1) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/r300/compiler/ |
D | r3xx_vertprog.c | 46 t_swizzle(y), \ 47 t_swizzle(y), \ 48 t_swizzle(y), \ 49 t_swizzle(y), \ 118 static inline unsigned long t_swizzle(unsigned int swizzle) in t_swizzle() function 149 t_swizzle(GET_SWZ(src->Swizzle, 0)), in t_src() 150 t_swizzle(GET_SWZ(src->Swizzle, 1)), in t_src() 151 t_swizzle(GET_SWZ(src->Swizzle, 2)), in t_src() 152 t_swizzle(GET_SWZ(src->Swizzle, 3)), in t_src() 167 t_swizzle(swz), in t_src_scalar() [all …]
|