Searched refs:SWIZZLE_W (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] 165 SWIZZLE_W: xyzw[chans - 4] if chans >= 4 else SWIZZLE_X, 346 'w': SWIZZLE_W,
|
D | u_format_table.py | 73 SWIZZLE_W: "PIPE_SWIZZLE_W",
|