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

/external/mesa3d/src/mesa/main/
H A Dformat_parser.py111 * SWIZZLE_X: The first channel in the source format
132 SWIZZLE_X = 0 variable in class:Swizzle
175 assert idx >= Swizzle.SWIZZLE_X and idx <= Swizzle.SWIZZLE_NONE
/external/mesa3d/src/mesa/program/
H A Dprog_instruction.h49 #define SWIZZLE_X 0 macro
65 #define SWIZZLE_XYZW MAKE_SWIZZLE4(SWIZZLE_X, SWIZZLE_Y, SWIZZLE_Z, SWIZZLE_W)
66 #define SWIZZLE_XXXX MAKE_SWIZZLE4(SWIZZLE_X, SWIZZLE_X, SWIZZLE_X, SWIZZLE_X)

Completed in 355 milliseconds