Searched refs:UNSIGNED (Results 1 - 20 of 20) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
H A Du_format_pack.py83 elif channel.type == UNSIGNED:
103 elif channel.type == UNSIGNED:
150 if channel.type not in (VOID, UNSIGNED, SIGNED, FLOAT, FIXED):
172 if channel.type in (UNSIGNED, VOID):
211 if type.type == UNSIGNED:
255 if type.type == UNSIGNED:
316 assert src_channel.type == UNSIGNED
326 assert dst_channel.type == UNSIGNED
331 assert dst_channel.type == UNSIGNED
338 assert src_channel.type == UNSIGNED
[all...]
H A Du_format_parse.py35 VOID, UNSIGNED, SIGNED, FIXED, FLOAT = range(5) variable
91 if self.type == UNSIGNED:
103 if self.type == UNSIGNED:
217 if channel.type not in (VOID, UNSIGNED, SIGNED):
235 if channel.type not in (VOID, UNSIGNED, SIGNED):
261 return self.is_pure_color() and self.channel_type() == UNSIGNED
279 'u': UNSIGNED,
H A Du_format_table.py57 UNSIGNED: "UTIL_FORMAT_TYPE_UNSIGNED",
/xsrc/external/mit/MesaLib/dist/src/util/format/
H A Du_format_pack.py79 elif channel.type == UNSIGNED:
99 elif channel.type == UNSIGNED:
140 if channel.type not in (VOID, UNSIGNED, SIGNED, FLOAT, FIXED):
162 if channel.type in (UNSIGNED, VOID):
201 if type.type == UNSIGNED:
245 if type.type == UNSIGNED:
306 assert src_channel.type == UNSIGNED
316 assert dst_channel.type == UNSIGNED
321 assert dst_channel.type == UNSIGNED
328 assert src_channel.type == UNSIGNED
[all...]
H A Du_format_parse.py34 VOID, UNSIGNED, SIGNED, FIXED, FLOAT = range(5) variable
93 if self.type == UNSIGNED:
105 if self.type == UNSIGNED:
274 if channel.type not in (VOID, UNSIGNED, SIGNED):
292 if channel.type not in (VOID, UNSIGNED, SIGNED):
318 return self.is_pure_color() and self.channel_type() == UNSIGNED
336 'u': UNSIGNED,
H A Du_format_table.py55 UNSIGNED: "UTIL_FORMAT_TYPE_UNSIGNED",
/xsrc/external/mit/MesaLib.old/dist/src/freedreno/vulkan/
H A Dvk_format_parse.py32 VOID, UNSIGNED, SIGNED, FIXED, FLOAT = range(5) variable
91 if self.type == UNSIGNED:
103 if self.type == UNSIGNED:
201 if channel.type not in (VOID, UNSIGNED, SIGNED):
219 if channel.type not in (VOID, UNSIGNED, SIGNED):
245 return self.is_pure_color() and self.channel_type() == UNSIGNED
263 'u': UNSIGNED,
H A Dvk_format_table.py55 UNSIGNED: "VK_FORMAT_TYPE_UNSIGNED",
/xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
H A Dvk_format_parse.py32 VOID, UNSIGNED, SIGNED, FIXED, FLOAT = range(5) variable
92 if self.type == UNSIGNED:
104 if self.type == UNSIGNED:
209 if channel.type not in (VOID, UNSIGNED, SIGNED):
227 if channel.type not in (VOID, UNSIGNED, SIGNED):
253 return self.is_pure_color() and self.channel_type() == UNSIGNED
271 'u': UNSIGNED,
H A Dvk_format_table.py55 UNSIGNED: "VK_FORMAT_TYPE_UNSIGNED",
/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dformat_parser.py29 UNSIGNED = 'u' variable
78 if self.type == UNSIGNED:
88 if self.type == UNSIGNED:
98 if self.type == UNSIGNED:
381 if channel.type not in (VOID, UNSIGNED, SIGNED):
500 elif type == UNSIGNED:
H A Dformat_info.py85 if channel.type == parser.UNSIGNED:
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dformat_parser.py29 UNSIGNED = 'u' variable
78 if self.type == UNSIGNED:
88 if self.type == UNSIGNED:
98 if self.type == UNSIGNED:
381 if channel.type not in (VOID, UNSIGNED, SIGNED):
500 elif type == UNSIGNED:
H A Dformat_info.py83 if channel.type == parser.UNSIGNED:
/xsrc/external/mit/MesaLib.old/src/compiler/glsl/
H A Dglsl_parser.h163 UNSIGNED = 370, enumerator in enum:yytokentype
H A Dglsl_lexer.cpp3153 KEYWORD_WITH_ALT(110, 100, 0, 0, yyextra->EXT_gpu_shader4_enable, UNSIGNED);
H A Dglsl_parser.cpp304 UNSIGNED = 370, enumerator in enum:yytokentype
769 "HALF", "FIXED_TOK", "UNSIGNED", "INPUT_TOK", "HVEC2", "HVEC3", "HVEC4",
/xsrc/external/mit/MesaLib/dist/src/amd/common/
H A Dgfx10_format_table.py177 assert chan_type == UNSIGNED and chan_norm
180 if chan_type == UNSIGNED:
/xsrc/external/mit/MesaLib/src/compiler/glsl/
H A Dglsl_parser.h170 UNSIGNED = 371, /* UNSIGNED */ enumerator in enum:yytokentype
H A Dglsl_lexer.cpp3243 KEYWORD_WITH_ALT(110, 100, 0, 0, yyextra->EXT_gpu_shader4_enable, UNSIGNED);

Completed in 29 milliseconds