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

  /external/mesa3d/src/mesa/main/
format_parser.py 112 * SWIZZLE_Y: The second channel in the source format
133 SWIZZLE_Y = 1
  /external/mesa3d/src/mesa/program/
prog_instruction.h 50 #define SWIZZLE_Y 1
65 #define SWIZZLE_XYZW MAKE_SWIZZLE4(SWIZZLE_X, SWIZZLE_Y, SWIZZLE_Z, SWIZZLE_W)
67 #define SWIZZLE_YYYY MAKE_SWIZZLE4(SWIZZLE_Y, SWIZZLE_Y, SWIZZLE_Y, SWIZZLE_Y)

Completed in 583 milliseconds