/third_party/mesa3d/src/util/format/ |
D | u_format_pack.py | 79 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 …]
|
D | u_format_parse.py | 34 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,
|
D | u_format_table.py | 55 UNSIGNED: "UTIL_FORMAT_TYPE_UNSIGNED",
|
/third_party/mesa3d/src/mesa/main/ |
D | format_parser.py | 29 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:
|
D | format_info.py | 83 if channel.type == parser.UNSIGNED:
|
/third_party/ltp/tools/sparse/sparse-src/ |
D | expand.c | 190 #define UNSIGNED(op) CONVERT(op, 0) macro 218 case UNSIGNED('+'): in simplify_int_binop() 223 case UNSIGNED('-'): in simplify_int_binop() 228 case UNSIGNED('&'): in simplify_int_binop() 233 case UNSIGNED('|'): in simplify_int_binop() 238 case UNSIGNED('^'): in simplify_int_binop() 246 case UNSIGNED('*'): in simplify_int_binop() 258 case UNSIGNED('/'): in simplify_int_binop() 271 case UNSIGNED('%'): in simplify_int_binop() 277 case UNSIGNED(SPECIAL_LEFTSHIFT): in simplify_int_binop() [all …]
|
/third_party/mesa3d/src/amd/common/ |
D | gfx10_format_table.py | 182 assert chan_type == UNSIGNED and chan_norm 185 if chan_type == UNSIGNED:
|
/third_party/mesa3d/src/freedreno/.gitlab-ci/reference/ |
D | dEQP-GLES2.functional.texture.specification.basic_teximage2d.rgba16f_2d.log | 171 …62688 00000020 (S)FETCH: VERTEX R1.xyzw = R0.x FMT_32_32_32_32_FLOAT UNSIGNED STRIDE(32) CONST(… 172 …62688 00001020 FETCH: VERTEX R0.xyzw = R0.x FMT_32_32_32_32_FLOAT UNSIGNED STRIDE(32) OFFSET… 545 …62688 00000020 (S)FETCH: VERTEX R1.xyzw = R0.x FMT_32_32_32_32_FLOAT UNSIGNED STRIDE(32) CONST(… 546 …62688 00001020 FETCH: VERTEX R0.xyzw = R0.x FMT_32_32_32_32_FLOAT UNSIGNED STRIDE(32) OFFSET… 919 …62688 00000020 (S)FETCH: VERTEX R1.xyzw = R0.x FMT_32_32_32_32_FLOAT UNSIGNED STRIDE(32) CONST(… 920 …62688 00001020 FETCH: VERTEX R0.xyzw = R0.x FMT_32_32_32_32_FLOAT UNSIGNED STRIDE(32) OFFSET… 1293 …62688 00000020 (S)FETCH: VERTEX R1.xyzw = R0.x FMT_32_32_32_32_FLOAT UNSIGNED STRIDE(32) CONST(… 1294 …62688 00001020 FETCH: VERTEX R0.xyzw = R0.x FMT_32_32_32_32_FLOAT UNSIGNED STRIDE(32) OFFSET… 1667 …62688 00000020 (S)FETCH: VERTEX R1.xyzw = R0.x FMT_32_32_32_32_FLOAT UNSIGNED STRIDE(32) CONST(… 1668 …62688 00001020 FETCH: VERTEX R0.xyzw = R0.x FMT_32_32_32_32_FLOAT UNSIGNED STRIDE(32) OFFSET… [all …]
|
/third_party/node/tools/inspector_protocol/lib/ |
D | encoding_h.template | 181 // UNSIGNED/NEGATIVE (major types 0 / 1). 218 // Encodes |value| as |UNSIGNED| (major type 0) iff >= 0, or |NEGATIVE| 342 UNSIGNED = 0,
|
D | encoding_cpp.template | 194 // |value| is the payload (e.g. for MajorType::UNSIGNED) or is the size 328 internals::WriteTokenStart(MajorType::UNSIGNED, value, out); 680 token_start_type_ == MajorType::UNSIGNED 837 case MajorType::UNSIGNED: // INT32.
|
/third_party/node/tools/inspector_protocol/encoding/ |
D | encoding.h | 333 UNSIGNED = 0, enumerator
|
D | encoding.cc | 320 internals::WriteTokenStart(MajorType::UNSIGNED, value, out); in EncodeInt32Tmpl() 672 token_start_type_ == MajorType::UNSIGNED in GetInt32() 829 case MajorType::UNSIGNED: // INT32. in ReadNextToken()
|
D | encoding_test.cc | 268 internals::WriteTokenStart(MajorType::UNSIGNED, 0xdeadbeef, &encoded); in TEST() 1162 internals::WriteTokenStart(MajorType::UNSIGNED, in TEST() 1185 internals::WriteTokenStart(MajorType::UNSIGNED, in TEST()
|
/third_party/openGLES/extensions/APPLE/ |
D | APPLE_ycbcr_422.txt | 139 Two entries are added to table 3.10 (UNSIGNED SHORT formats):
|
D | APPLE_rgb_422.txt | 132 Two entries are added to Table 3.10 (UNSIGNED SHORT formats):
|
/third_party/skia/third_party/externals/opengl-registry/extensions/APPLE/ |
D | APPLE_ycbcr_422.txt | 139 Two entries are added to table 3.10 (UNSIGNED SHORT formats):
|
D | APPLE_rgb_422.txt | 132 Two entries are added to Table 3.10 (UNSIGNED SHORT formats):
|
/third_party/openGLES/extensions/EXT/ |
D | EXT_texture_compression_bptc.txt | 568 the UNSIGNED format. Both formats only contain RGB data, so the returned
|
/third_party/mesa3d/src/compiler/glsl/ |
D | glsl_lexer.ll | 672 unsigned KEYWORD_WITH_ALT(110, 100, 0, 0, yyextra->EXT_gpu_shader4_enable, UNSIGNED);
|
D | glsl_parser.yy | 177 %token LONG_TOK SHORT_TOK HALF FIXED_TOK UNSIGNED INPUT_TOK 2346 | UNSIGNED BASIC_TYPE_TOK
|
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/ |
D | EXT_texture_compression_bptc.txt | 567 the UNSIGNED format. Both formats only contain RGB data, so the returned
|
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/ |
D | ARB_texture_compression_bptc.txt | 636 the UNSIGNED format. Both formats only contain RGB data, so the returned
|
/third_party/openGLES/extensions/ARB/ |
D | ARB_texture_compression_bptc.txt | 647 the UNSIGNED format. Both formats only contain RGB data, so the returned
|