| /xsrc/external/mit/MesaLib/dist/src/util/format/ |
| H A D | u_format_pack.py | 81 elif channel.type in (SIGNED, FIXED): 101 elif channel.type in (SIGNED, FIXED): 140 if channel.type not in (VOID, UNSIGNED, SIGNED, FLOAT, FIXED): 164 elif channel.type in (SIGNED, FIXED): 203 if type.type == SIGNED: 247 if type.type == SIGNED: 368 if src_type in (SIGNED, UNSIGNED) and dst_channel.type in (SIGNED, UNSIGNED): 374 return "_mesa_%snorm_to_%snorm(%s, %d, %d)" % ("s" if src_type == SIGNED else "u", 375 "s" if dst_channel.type == SIGNED els [all...] |
| H A D | u_format_parse.py | 34 VOID, UNSIGNED, SIGNED, FIXED, FLOAT = range(5) variable 61 self.sign = type in (SIGNED, FIXED, FLOAT) 95 if self.type == SIGNED: 109 if self.type == SIGNED: 274 if channel.type not in (VOID, UNSIGNED, SIGNED): 292 if channel.type not in (VOID, UNSIGNED, SIGNED): 315 return self.is_pure_color() and self.channel_type() == SIGNED 337 's': SIGNED,
|
| H A D | u_format_table.py | 56 SIGNED: "UTIL_FORMAT_TYPE_SIGNED",
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/ |
| H A D | u_format_pack.py | 85 elif channel.type in (SIGNED, FIXED): 105 elif channel.type in (SIGNED, FIXED): 150 if channel.type not in (VOID, UNSIGNED, SIGNED, FLOAT, FIXED): 174 elif channel.type in (SIGNED, FIXED): 213 if type.type == SIGNED: 257 if type.type == SIGNED: 378 if src_type in (SIGNED, UNSIGNED) and dst_channel.type in (SIGNED, UNSIGNED): 465 elif src_channel.type == SIGNED: 478 elif src_channel.type == SIGNED [all...] |
| H A D | u_format_parse.py | 35 VOID, UNSIGNED, SIGNED, FIXED, FLOAT = range(5) variable 62 self.sign = type in (SIGNED, FIXED, FLOAT) 93 if self.type == SIGNED: 107 if self.type == SIGNED: 217 if channel.type not in (VOID, UNSIGNED, SIGNED): 235 if channel.type not in (VOID, UNSIGNED, SIGNED): 258 return self.is_pure_color() and self.channel_type() == SIGNED 280 's': SIGNED,
|
| H A D | u_format_table.py | 58 SIGNED: "UTIL_FORMAT_TYPE_SIGNED",
|
| /xsrc/external/mit/MesaLib.old/dist/src/freedreno/vulkan/ |
| H A D | vk_format_parse.py | 32 VOID, UNSIGNED, SIGNED, FIXED, FLOAT = range(5) variable 61 self.sign = type in (SIGNED, FIXED, FLOAT) 93 if self.type == SIGNED: 107 if self.type == SIGNED: 201 if channel.type not in (VOID, UNSIGNED, SIGNED): 219 if channel.type not in (VOID, UNSIGNED, SIGNED): 242 return self.is_pure_color() and self.channel_type() == SIGNED 264 's': SIGNED,
|
| H A D | vk_format_table.py | 56 SIGNED: "VK_FORMAT_TYPE_SIGNED",
|
| /xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/ |
| H A D | vk_format_parse.py | 32 VOID, UNSIGNED, SIGNED, FIXED, FLOAT = range(5) variable 61 self.sign = type in (SIGNED, FIXED, FLOAT) 94 if self.type == SIGNED: 108 if self.type == SIGNED: 209 if channel.type not in (VOID, UNSIGNED, SIGNED): 227 if channel.type not in (VOID, UNSIGNED, SIGNED): 250 return self.is_pure_color() and self.channel_type() == SIGNED 272 's': SIGNED,
|
| H A D | vk_format_table.py | 56 SIGNED: "VK_FORMAT_TYPE_SIGNED",
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ |
| H A D | format_parser.py | 30 SIGNED = 's' variable 51 self.sign = type in (SIGNED, FLOAT) 80 if self.type == SIGNED: 92 if self.type == SIGNED: 100 if self.type == SIGNED: 381 if channel.type not in (VOID, UNSIGNED, SIGNED): 509 elif type == SIGNED:
|
| H A D | format_info.py | 68 elif 'SIGNED' in fmat.name or 'SNORM' in fmat.name: 90 elif channel.type == parser.SIGNED:
|
| H A D | formats.h | 130 #define MESA_ARRAY_FORMAT(SIZE, SIGNED, IS_FLOAT, NORM, NUM_CHANS, \ 133 (((SIGNED) << 2 ) & MESA_ARRAY_FORMAT_TYPE_IS_SIGNED) | \
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ |
| H A D | format_parser.py | 30 SIGNED = 's' variable 51 self.sign = type in (SIGNED, FLOAT) 80 if self.type == SIGNED: 92 if self.type == SIGNED: 100 if self.type == SIGNED: 381 if channel.type not in (VOID, UNSIGNED, SIGNED): 509 elif type == SIGNED:
|
| H A D | format_info.py | 66 elif 'SIGNED' in fmat.name or 'SNORM' in fmat.name: 88 elif channel.type == parser.SIGNED:
|
| H A D | formats.h | 139 #define MESA_ARRAY_FORMAT(BASE_FORMAT, SIZE, SIGNED, IS_FLOAT, NORM, NUM_CHANS, \ 142 (((SIGNED) << 2 ) & MESA_ARRAY_FORMAT_TYPE_IS_SIGNED) | \
|
| /xsrc/external/mit/MesaLib/dist/src/amd/common/ |
| H A D | gfx10_format_table.py | 191 elif chan_type == SIGNED:
|