/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_format_pack.py | 72 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 …]
|
D | u_format_parse.py | 32 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,
|
D | u_format_table.py | 56 UNSIGNED: "UTIL_FORMAT_TYPE_UNSIGNED",
|
/external/virglrenderer/src/gallium/auxiliary/util/ |
D | u_format_pack.py | 74 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 …]
|
D | u_format_parse.py | 33 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,
|
D | u_format_table.py | 58 UNSIGNED: "UTIL_FORMAT_TYPE_UNSIGNED",
|
/external/clang/test/CodeGenObjC/ |
D | debug-info-ivars.m | 30 // 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/ |
D | vk_format_parse.py | 32 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,
|
D | vk_format_table.py | 54 UNSIGNED: "VK_FORMAT_TYPE_UNSIGNED",
|
/external/mesa3d/src/mesa/main/ |
D | format_parser.py | 29 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:
|
D | format_info.py | 83 if channel.type == parser.UNSIGNED:
|
/external/wayland/src/ |
D | scanner.c | 191 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/ |
D | OCLUtil.cpp | 141 case ParamType::UNSIGNED: in getExtOp()
|
D | SPIRVInternal.h | 891 UNSIGNED = 2, enumerator
|
D | SPIRVUtil.cpp | 578 return ParamType::UNSIGNED; in LastFuncParamType()
|
/external/mesa3d/src/compiler/glsl/ |
D | glsl_lexer.ll | 603 unsigned KEYWORD(110, 100, 0, 0, UNSIGNED);
|
D | glsl_parser.yy | 174 %token LONG_TOK SHORT_TOK HALF FIXED_TOK UNSIGNED INPUT_TOK
|