Searched refs:SIGNED (Results 1 - 17 of 17) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/util/format/
H A Du_format_pack.py81 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 Du_format_parse.py34 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 Du_format_table.py56 SIGNED: "UTIL_FORMAT_TYPE_SIGNED",
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
H A Du_format_pack.py85 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 Du_format_parse.py35 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 Du_format_table.py58 SIGNED: "UTIL_FORMAT_TYPE_SIGNED",
/xsrc/external/mit/MesaLib.old/dist/src/freedreno/vulkan/
H A Dvk_format_parse.py32 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 Dvk_format_table.py56 SIGNED: "VK_FORMAT_TYPE_SIGNED",
/xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
H A Dvk_format_parse.py32 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 Dvk_format_table.py56 SIGNED: "VK_FORMAT_TYPE_SIGNED",
/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dformat_parser.py30 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 Dformat_info.py68 elif 'SIGNED' in fmat.name or 'SNORM' in fmat.name:
90 elif channel.type == parser.SIGNED:
H A Dformats.h130 #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 Dformat_parser.py30 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 Dformat_info.py66 elif 'SIGNED' in fmat.name or 'SNORM' in fmat.name:
88 elif channel.type == parser.SIGNED:
H A Dformats.h139 #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 Dgfx10_format_table.py191 elif chan_type == SIGNED:

Completed in 15 milliseconds