Home
last modified time | relevance | path

Searched refs:UNSIGNED (Results 1 – 17 of 17) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/util/
Du_format_pack.py72 elif channel.type == UNSIGNED:
92 elif channel.type == UNSIGNED:
139 if channel.type not in (VOID, UNSIGNED, SIGNED, FLOAT, FIXED):
161 if channel.type in (UNSIGNED, VOID):
200 if type.type == UNSIGNED:
244 if type.type == UNSIGNED:
305 assert src_channel.type == UNSIGNED
315 assert dst_channel.type == UNSIGNED
320 assert dst_channel.type == UNSIGNED
327 assert src_channel.type == UNSIGNED
[all …]
Du_format_parse.py32 VOID, UNSIGNED, SIGNED, FIXED, FLOAT = range(5) variable
82 if self.type == UNSIGNED:
94 if self.type == UNSIGNED:
188 if channel.type not in (VOID, UNSIGNED, SIGNED):
206 if channel.type not in (VOID, UNSIGNED, SIGNED):
232 return self.is_pure_color() and self.channel_type() == UNSIGNED
250 'u': UNSIGNED,
Du_format_table.py56 UNSIGNED: "UTIL_FORMAT_TYPE_UNSIGNED",
/external/virglrenderer/src/gallium/auxiliary/util/
Du_format_pack.py74 elif channel.type == UNSIGNED:
94 elif channel.type == UNSIGNED:
141 if channel.type not in (VOID, UNSIGNED, SIGNED, FLOAT, FIXED):
163 if channel.type in (UNSIGNED, VOID):
202 if type.type == UNSIGNED:
246 if type.type == UNSIGNED:
307 assert src_channel.type == UNSIGNED
317 assert dst_channel.type == UNSIGNED
322 assert dst_channel.type == UNSIGNED
329 assert src_channel.type == UNSIGNED
[all …]
Du_format_parse.py33 VOID, UNSIGNED, SIGNED, FIXED, FLOAT = range(5) variable
83 if self.type == UNSIGNED:
95 if self.type == UNSIGNED:
189 if channel.type not in (VOID, UNSIGNED, SIGNED):
207 if channel.type not in (VOID, UNSIGNED, SIGNED):
233 return self.is_pure_color() and self.channel_type() == UNSIGNED
251 'u': UNSIGNED,
Du_format_table.py58 UNSIGNED: "UTIL_FORMAT_TYPE_UNSIGNED",
/external/clang/test/CodeGenObjC/
Ddebug-info-ivars.m30 // CHECK-SAME: baseType: ![[UNSIGNED:[0-9]+]]
34 // CHECK: ![[UNSIGNED]] = !DIBasicType(name: "unsigned int"
37 // CHECK-SAME: baseType: ![[UNSIGNED]]
42 // CHECK-SAME: baseType: ![[UNSIGNED]]
/external/mesa3d/src/amd/vulkan/
Dvk_format_parse.py32 VOID, UNSIGNED, SIGNED, FIXED, FLOAT = range(5) variable
86 if self.type == UNSIGNED:
98 if self.type == UNSIGNED:
196 if channel.type not in (VOID, UNSIGNED, SIGNED):
214 if channel.type not in (VOID, UNSIGNED, SIGNED):
240 return self.is_pure_color() and self.channel_type() == UNSIGNED
258 'u': UNSIGNED,
Dvk_format_table.py54 UNSIGNED: "VK_FORMAT_TYPE_UNSIGNED",
/external/mesa3d/src/mesa/main/
Dformat_parser.py29 UNSIGNED = 'u' variable
72 if self.type == UNSIGNED:
82 if self.type == UNSIGNED:
92 if self.type == UNSIGNED:
375 if channel.type not in (VOID, UNSIGNED, SIGNED):
494 elif type == UNSIGNED:
Dformat_info.py83 if channel.type == parser.UNSIGNED:
/external/wayland/src/
Dscanner.c191 UNSIGNED, enumerator
443 arg->type = UNSIGNED; in set_arg_type()
880 case UNSIGNED: in verify_arguments()
1007 case UNSIGNED: in emit_type()
1654 case UNSIGNED: in emit_messages()
/external/spirv-llvm/lib/SPIRV/
DOCLUtil.cpp141 case ParamType::UNSIGNED: in getExtOp()
DSPIRVInternal.h891 UNSIGNED = 2, enumerator
DSPIRVUtil.cpp578 return ParamType::UNSIGNED; in LastFuncParamType()
/external/mesa3d/src/compiler/glsl/
Dglsl_lexer.ll603 unsigned KEYWORD(110, 100, 0, 0, UNSIGNED);
Dglsl_parser.yy174 %token LONG_TOK SHORT_TOK HALF FIXED_TOK UNSIGNED INPUT_TOK