Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/util/
Du_format_table.py78 SWIZZLE_NONE: "UTIL_FORMAT_SWIZZLE_NONE",
152 if format.colorspace == ZS and format.swizzles[0] != SWIZZLE_NONE:
162 if format.colorspace == ZS and format.swizzles[1] != SWIZZLE_NONE:
Du_format_parse.py35 SWIZZLE_X, SWIZZLE_Y, SWIZZLE_Z, SWIZZLE_W, SWIZZLE_0, SWIZZLE_1, SWIZZLE_NONE, = range(7) variable
227 '_': SWIZZLE_NONE,
Du_format_pack.py478 elif swizzle == SWIZZLE_NONE:
506 elif swizzle == SWIZZLE_NONE: