Home
last modified time | relevance | path

Searched refs:SWIZZLE_NONE (Results 1 – 3 of 3) sorted by relevance

/hardware/google/gfxstream/guest/mesa/src/util/format/
Du_format_parse.py36 SWIZZLE_X, SWIZZLE_Y, SWIZZLE_Z, SWIZZLE_W, SWIZZLE_0, SWIZZLE_1, SWIZZLE_NONE, = range(7) variable
168 SWIZZLE_NONE: SWIZZLE_NONE}
181 assert (self.le_swizzles[i] != SWIZZLE_NONE) == (
182 self.be_swizzles[i] != SWIZZLE_NONE)
321 return self.le_swizzles[id] != SWIZZLE_NONE
349 '_': SWIZZLE_NONE,
Du_format_table.py76 SWIZZLE_NONE: "PIPE_SWIZZLE_NONE",
Du_format_pack.py491 elif swizzle == SWIZZLE_NONE:
518 elif swizzle == SWIZZLE_NONE: