Searched defs:BRW_SWIZZLE_XYZW (Results 1 - 1 of 1) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_reg.h78 #define BRW_SWIZZLE_XYZW BRW_SWIZZLE4(0,1,2,3) macro
96 #define BRW_SWZ_COMP_INPUT(comp) (BRW_SWIZZLE_XYZW >> ((comp)*2))
97 #define BRW_SWZ_COMP_OUTPUT(comp) (BRW_SWIZZLE_XYZW << ((comp)*2))
414 BRW_SWIZZLE_XYZW,
431 BRW_SWIZZLE_XYZW,
448 BRW_SWIZZLE_XYZW,
785 BRW_SWIZZLE_XYZW, /* NOTE! */

Completed in 42 milliseconds