Home
last modified time | relevance | path

Searched defs:subtype (Results 1 – 25 of 156) sorted by relevance

1234567

/third_party/skia/third_party/externals/tint/src/ast/
Dstorage_texture_test.cc26 auto* subtype = StorageTexture::SubtypeFor(ImageFormat::kRgba32Float, *this); in TEST_F() local
36 auto* subtype = StorageTexture::SubtypeFor(ImageFormat::kRgba32Float, *this); in TEST_F() local
44 auto* subtype = StorageTexture::SubtypeFor(ImageFormat::kRgba32Float, *this); in TEST_F() local
52 auto* subtype = StorageTexture::SubtypeFor(ImageFormat::kRgba32Float, *this); in TEST_F() local
61 auto* subtype = StorageTexture::SubtypeFor(ImageFormat::kRgba32Float, *this); in TEST_F() local
72 auto* subtype = StorageTexture::SubtypeFor(ImageFormat::kRg32Uint, *this); in TEST_F() local
83 auto* subtype = StorageTexture::SubtypeFor(ImageFormat::kRgba32Sint, *this); in TEST_F() local
Dalias.cc27 const Type* subtype) in Alias()
Datomic.cc24 Atomic::Atomic(ProgramID pid, const Source& src, const Type* const subtype) in Atomic()
Dvector.cc26 const Type* subtype, in Vector()
Dmatrix.cc26 const Type* subtype, in Matrix()
Dpointer.cc26 const Type* const subtype, in Pointer()
Dstorage_texture.cc147 const Type* subtype, in StorageTexture()
/third_party/skia/third_party/externals/tint/src/sem/
Dstorage_texture_type_test.cc29 auto* subtype = in TEST_F() local
38 auto* subtype = in TEST_F() local
47 auto* subtype = in TEST_F() local
57 auto* subtype = in TEST_F() local
67 auto* subtype = in TEST_F() local
82 auto* subtype = in TEST_F() local
97 auto* subtype = in TEST_F() local
Dpointer_type.cc25 Pointer::Pointer(const Type* subtype, in Pointer()
Dreference_type.cc24 Reference::Reference(const Type* subtype, in Reference()
Datomic_type.cc25 Atomic::Atomic(const sem::Type* subtype) : subtype_(subtype) { in Atomic()
Dstorage_texture_type.cc27 sem::Type* subtype) in StorageTexture()
Dvector_type.cc24 Vector::Vector(Type const* subtype, uint32_t width) in Vector()
/third_party/json/include/nlohmann/detail/input/
Dbinary_reader.hpp244 std::uint8_t subtype{}; in get_bson_binary() local
768 std::uint8_t subtype{}; in parse_cbor_internal() local
775 std::uint16_t subtype{}; in parse_cbor_internal() local
782 std::uint32_t subtype{}; in parse_cbor_internal() local
789 std::uint64_t subtype{}; in parse_cbor_internal() local
1644 { in get_msgpack_binary()
1675 std::int8_t subtype{}; in get_msgpack_binary() local
1685 std::int8_t subtype{}; in get_msgpack_binary() local
1695 std::int8_t subtype{}; in get_msgpack_binary() local
1704 std::int8_t subtype{}; in get_msgpack_binary() local
[all …]
/third_party/typescript/tests/cases/compiler/
DpartiallyDiscriminantedUnions.ts5 subtype: 1; property
10 subtype: 2; property
/third_party/gstreamer/gstplugins_bad/ext/avtp/
Dgstavtpcrfutil.c33 guint64 subtype; in buffer_size_valid() local
96 guint64 subtype, h264_time_valid; in h264_tstamp_valid() local
/third_party/python/Lib/email/
Dcontentmanager.py95 def _prepare_set(msg, maintype, subtype, headers): argument
181 def set_text_content(msg, string, subtype="plain", charset='utf-8', cte=None, argument
195 def set_message_content(msg, message, subtype="rfc822", cte=None, argument
228 def set_bytes_content(msg, data, maintype, subtype, cte='base64', argument
Diterators.py45 def typed_subpart_iterator(msg, maintype='text', subtype=None): argument
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dtype_manager.cpp253 uint32_t subtype = GetTypeInstruction(type->AsVector()->element_type()); in GetTypeInstruction() local
266 uint32_t subtype = GetTypeInstruction(type->AsMatrix()->element_type()); in GetTypeInstruction() local
280 uint32_t subtype = GetTypeInstruction(image->sampled_type()); in GetTypeInstruction() local
303 uint32_t subtype = in GetTypeInstruction() local
314 uint32_t subtype = GetTypeInstruction(type->AsArray()->element_type()); in GetTypeInstruction() local
326 uint32_t subtype = in GetTypeInstruction() local
365 uint32_t subtype = GetTypeInstruction(pointer->pointee_type()); in GetTypeInstruction() local
/third_party/spirv-tools/source/opt/
Dtype_manager.cpp255 uint32_t subtype = GetTypeInstruction(type->AsVector()->element_type()); in GetTypeInstruction() local
268 uint32_t subtype = GetTypeInstruction(type->AsMatrix()->element_type()); in GetTypeInstruction() local
282 uint32_t subtype = GetTypeInstruction(image->sampled_type()); in GetTypeInstruction() local
305 uint32_t subtype = in GetTypeInstruction() local
316 uint32_t subtype = GetTypeInstruction(type->AsArray()->element_type()); in GetTypeInstruction() local
328 uint32_t subtype = in GetTypeInstruction() local
364 uint32_t subtype = GetTypeInstruction(pointer->pointee_type()); in GetTypeInstruction() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dtype_manager.cpp253 uint32_t subtype = GetTypeInstruction(type->AsVector()->element_type()); in GetTypeInstruction() local
266 uint32_t subtype = GetTypeInstruction(type->AsMatrix()->element_type()); in GetTypeInstruction() local
280 uint32_t subtype = GetTypeInstruction(image->sampled_type()); in GetTypeInstruction() local
303 uint32_t subtype = in GetTypeInstruction() local
314 uint32_t subtype = GetTypeInstruction(type->AsArray()->element_type()); in GetTypeInstruction() local
326 uint32_t subtype = in GetTypeInstruction() local
365 uint32_t subtype = GetTypeInstruction(pointer->pointee_type()); in GetTypeInstruction() local
/third_party/python/Lib/test/test_email/
Dtest_message.py577 def _make_subtype_test_message(self, subtype): argument
600 def _check_disallowed_subtype_raises(self, m, method_name, subtype, method): argument
623 def subtype_as_make(self, method, subtype, outcome): argument
641 def subtype_as_make_with_boundary(self, method, subtype, outcome): argument
669 def subtype_as_add(self, method, subtype, outcome): argument
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Dnounit.cpp25 NoUnit::NoUnit(const char* subtype) { in NoUnit()
/third_party/cef/tools/yapf/yapf/yapflib/
Dsubtype_assigner.py332 def _AppendTokenSubtype(node, subtype): argument
338 def _AppendFirstLeafTokenSubtype(node, subtype): argument
346 def _AppendSubtypeRec(node, subtype, force=True): argument
/third_party/openh264/test/build/ios/codec_unittest/codec_unittest/Images.xcassets/LaunchImage.launchimage/
DContents.json13 "subtype" : "retina4", string

1234567