Searched refs:SWIZZLE_Z (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] 164 SWIZZLE_Z: xyzw[chans - 3] if chans >= 3 else SWIZZLE_X, 345 'z': SWIZZLE_Z,
|
D | u_format_table.py | 72 SWIZZLE_Z: "PIPE_SWIZZLE_Z",
|