Searched defs:RC_MAKE_SWIZZLE (Results 1 - 1 of 1) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/r300/compiler/ | ||
H A D | radeon_program_constants.h | 123 #define RC_MAKE_SWIZZLE(a,b,c,d) (((a)<<0) | ((b)<<3) | ((c)<<6) | ((d)<<9)) macro |
Completed in 2 milliseconds