Home
last modified time | relevance | path

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

/third_party/mesa3d/src/util/format/
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 …]
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,
Du_format_table.py55 UNSIGNED: "UTIL_FORMAT_TYPE_UNSIGNED",
/third_party/mesa3d/src/mesa/main/
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:
Dformat_info.py83 if channel.type == parser.UNSIGNED:
/third_party/ltp/tools/sparse/sparse-src/
Dexpand.c190 #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/
Dgfx10_format_table.py182 assert chan_type == UNSIGNED and chan_norm
185 if chan_type == UNSIGNED:
/third_party/mesa3d/src/freedreno/.gitlab-ci/reference/
DdEQP-GLES2.functional.texture.specification.basic_teximage2d.rgba16f_2d.log171 …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/
Dencoding_h.template181 // UNSIGNED/NEGATIVE (major types 0 / 1).
218 // Encodes |value| as |UNSIGNED| (major type 0) iff >= 0, or |NEGATIVE|
342 UNSIGNED = 0,
Dencoding_cpp.template194 // |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/
Dencoding.h333 UNSIGNED = 0, enumerator
Dencoding.cc320 internals::WriteTokenStart(MajorType::UNSIGNED, value, out); in EncodeInt32Tmpl()
672 token_start_type_ == MajorType::UNSIGNED in GetInt32()
829 case MajorType::UNSIGNED: // INT32. in ReadNextToken()
Dencoding_test.cc268 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/
DAPPLE_ycbcr_422.txt139 Two entries are added to table 3.10 (UNSIGNED SHORT formats):
DAPPLE_rgb_422.txt132 Two entries are added to Table 3.10 (UNSIGNED SHORT formats):
/third_party/skia/third_party/externals/opengl-registry/extensions/APPLE/
DAPPLE_ycbcr_422.txt139 Two entries are added to table 3.10 (UNSIGNED SHORT formats):
DAPPLE_rgb_422.txt132 Two entries are added to Table 3.10 (UNSIGNED SHORT formats):
/third_party/openGLES/extensions/EXT/
DEXT_texture_compression_bptc.txt568 the UNSIGNED format. Both formats only contain RGB data, so the returned
/third_party/mesa3d/src/compiler/glsl/
Dglsl_lexer.ll672 unsigned KEYWORD_WITH_ALT(110, 100, 0, 0, yyextra->EXT_gpu_shader4_enable, UNSIGNED);
Dglsl_parser.yy177 %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/
DEXT_texture_compression_bptc.txt567 the UNSIGNED format. Both formats only contain RGB data, so the returned
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/
DARB_texture_compression_bptc.txt636 the UNSIGNED format. Both formats only contain RGB data, so the returned
/third_party/openGLES/extensions/ARB/
DARB_texture_compression_bptc.txt647 the UNSIGNED format. Both formats only contain RGB data, so the returned