HomeSort by relevance Sort by last modified time
    Searched defs:SWIZZLE_X (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/mesa/main/
format_parser.py 111 * SWIZZLE_X: The first channel in the source format
132 SWIZZLE_X = 0
175 assert idx >= Swizzle.SWIZZLE_X and idx <= Swizzle.SWIZZLE_NONE
  /external/mesa3d/src/mesa/program/
prog_instruction.h 49 #define SWIZZLE_X 0
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 86 milliseconds