Searched refs:SWIZZLE_NONE (Results 1 - 12 of 12) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/util/format/ |
| H A D | u_format_parse.py | 36 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,
|
| H A D | u_format_table.py | 76 SWIZZLE_NONE: "PIPE_SWIZZLE_NONE",
|
| H A D | u_format_pack.py | 490 elif swizzle == SWIZZLE_NONE: 517 elif swizzle == SWIZZLE_NONE:
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ |
| H A D | format_parser.py | 122 * SWIZZLE_NONE: No data available for this channel 143 SWIZZLE_NONE = 6 variable in class:Swizzle 152 assert isinstance(s, int) and 0 <= s and s <= Swizzle.SWIZZLE_NONE 156 self.__list = swizzle + [Swizzle.SWIZZLE_NONE] * (4 - len(swizzle)) 180 assert idx >= Swizzle.SWIZZLE_X and idx <= Swizzle.SWIZZLE_NONE 213 a[a.inverse()[i]] is either i or SWIZZLE_NONE. If swizzle is just 224 rev = [Swizzle.SWIZZLE_NONE] * 4 227 if self.__list[j] == i and rev[i] == Swizzle.SWIZZLE_NONE:
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ |
| H A D | format_parser.py | 122 * SWIZZLE_NONE: No data available for this channel 143 SWIZZLE_NONE = 6 variable in class:Swizzle 152 assert isinstance(s, int) and 0 <= s and s <= Swizzle.SWIZZLE_NONE 156 self.__list = swizzle + [Swizzle.SWIZZLE_NONE] * (4 - len(swizzle)) 180 assert idx >= Swizzle.SWIZZLE_X and idx <= Swizzle.SWIZZLE_NONE 213 a[a.inverse()[i]] is either i or SWIZZLE_NONE. If swizzle is just 224 rev = [Swizzle.SWIZZLE_NONE] * 4 227 if self.__list[j] == i and rev[i] == Swizzle.SWIZZLE_NONE:
|
| /xsrc/external/mit/MesaLib.old/dist/src/freedreno/vulkan/ |
| H A D | vk_format_parse.py | 34 SWIZZLE_X, SWIZZLE_Y, SWIZZLE_Z, SWIZZLE_W, SWIZZLE_0, SWIZZLE_1, SWIZZLE_NONE, = range(7) variable 248 return self.le_swizzles[id] != SWIZZLE_NONE 276 '_': SWIZZLE_NONE, 383 assert (le_swizzles[i] != SWIZZLE_NONE) == (be_swizzles[i] != SWIZZLE_NONE)
|
| H A D | vk_format_table.py | 76 SWIZZLE_NONE: "VK_SWIZZLE_NONE",
|
| /xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/ |
| H A D | vk_format_parse.py | 34 SWIZZLE_X, SWIZZLE_Y, SWIZZLE_Z, SWIZZLE_W, SWIZZLE_0, SWIZZLE_1, SWIZZLE_NONE, = range(7) variable 256 return self.le_swizzles[id] != SWIZZLE_NONE 284 '_': SWIZZLE_NONE, 400 assert (le_swizzles[i] != SWIZZLE_NONE) == (be_swizzles[i] != SWIZZLE_NONE)
|
| H A D | vk_format_table.py | 76 SWIZZLE_NONE: "VK_SWIZZLE_NONE",
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/ |
| H A D | u_format_parse.py | 37 SWIZZLE_X, SWIZZLE_Y, SWIZZLE_Z, SWIZZLE_W, SWIZZLE_0, SWIZZLE_1, SWIZZLE_NONE, = range(7) variable 264 return self.le_swizzles[id] != SWIZZLE_NONE 292 '_': SWIZZLE_NONE, 388 assert (le_swizzles[i] != SWIZZLE_NONE) == (be_swizzles[i] != SWIZZLE_NONE)
|
| H A D | u_format_table.py | 78 SWIZZLE_NONE: "PIPE_SWIZZLE_NONE",
|
| H A D | u_format_pack.py | 513 elif swizzle == SWIZZLE_NONE: 540 elif swizzle == SWIZZLE_NONE:
|
Completed in 9 milliseconds