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

  /external/mesa3d/src/mesa/main/
format_parser.py 113 * SWIZZLE_Z: The third channel in the source format
134 SWIZZLE_Z = 2
  /external/mesa3d/src/mesa/program/
prog_instruction.h 51 #define SWIZZLE_Z 2
65 #define SWIZZLE_XYZW MAKE_SWIZZLE4(SWIZZLE_X, SWIZZLE_Y, SWIZZLE_Z, SWIZZLE_W)
68 #define SWIZZLE_ZZZZ MAKE_SWIZZLE4(SWIZZLE_Z, SWIZZLE_Z, SWIZZLE_Z, SWIZZLE_Z)

Completed in 102 milliseconds