Searched refs:SWIZZLE_Y (Results 1 – 2 of 2) sorted by relevance
/hardware/google/gfxstream/guest/mesa/src/util/format/ |
D | u_format_parse.py | 36 SWIZZLE_X, SWIZZLE_Y, SWIZZLE_Z, SWIZZLE_W, SWIZZLE_0, SWIZZLE_1, SWIZZLE_NONE, = range(7) variable 161 xyzw = [SWIZZLE_X, SWIZZLE_Y, SWIZZLE_Z, SWIZZLE_W] 163 SWIZZLE_Y: xyzw[chans - 2] if chans >= 2 else SWIZZLE_X, 344 'y': SWIZZLE_Y,
|
D | u_format_table.py | 71 SWIZZLE_Y: "PIPE_SWIZZLE_Y",
|