Home
last modified time | relevance | path

Searched refs:ref_type (Results 1 – 14 of 14) sorted by relevance

/third_party/mesa3d/
DREADME.OpenSource8 "Upstream URL": "https://gitlab.freedesktop.org/mesa/mesa/-/tree/mesa-22.2.4?ref_type=tags",
/third_party/gstreamer/gstplugins_good/gst/isomp4/
Dgstisoff.h46 gboolean ref_type; member
Dgstisoff.c53 entry->ref_type = aux >> 31; in gst_isoff_qt_parse_sidx_entry()
Dqtdemux.c13769 guint32 ref_type; in qtdemux_parse_redirects() local
13775 ref_type = QT_FOURCC ((guint8 *) rdrf->data + 12); in qtdemux_parse_redirects()
13777 if (ref_type == FOURCC_alis) { in qtdemux_parse_redirects()
13792 } else if (ref_type == FOURCC_url_) { in qtdemux_parse_redirects()
13797 GST_FOURCC_ARGS (ref_type)); in qtdemux_parse_redirects()
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/spec_tools/
Dmacro_checker_file.py1612 ref_type=None, desc='', xrefs=None): argument
1614 if ref_type is None and data is not None:
1615 ref_type = data.directory
1616 if ref_type is None:
1617 ref_type = "????"
1619 entity, ref_type, desc, ' '.join(xrefs or []))
/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/
DMinimumBufferSizeValidationTests.cpp28 std::string ref_type; member
102 if (!b.ref_type.empty() && !b.ref_mem.empty()) { in GenerateReferenceString()
103 ostream << "var r" << index << " : " << b.ref_type << " = b" << index << "." in GenerateReferenceString()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/isoff/
Dgstisoff.h239 gboolean ref_type; member
Dgstisoff.c819 entry->ref_type = aux >> 31; in gst_isoff_parse_sidx_entry()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dinst_buff_addr_check_pass.cpp105 analysis::Type* ref_type = type_mgr->GetType(ref_type_id); in GenCheckCode() local
106 if (ref_type->AsPointer() != nullptr) { in GenCheckCode()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dinst_buff_addr_check_pass.cpp105 analysis::Type* ref_type = type_mgr->GetType(ref_type_id); in GenCheckCode() local
106 if (ref_type->AsPointer() != nullptr) { in GenCheckCode()
/third_party/spirv-tools/source/opt/
Dinst_buff_addr_check_pass.cpp105 analysis::Type* ref_type = type_mgr->GetType(ref_type_id); in GenCheckCode() local
106 if (ref_type->AsPointer() != nullptr) { in GenCheckCode()
/third_party/openssl/
DConfigure1336 my $ref_type = ref $user{$_};
1362 $mkvalue->($ref_type, $user{$_})
1363 || $mkvalue->($ref_type, $target{$_});
/third_party/skia/third_party/externals/tint/src/reader/spirv/
Dfunction.cc959 if (auto* ref_type = tip_type->As<Reference>()) { in EmitPipelineInput() local
960 tip_type = ref_type->type; in EmitPipelineInput()
1095 if (auto* ref_type = tip_type->As<Reference>()) { in EmitPipelineOutput() local
1096 tip_type = ref_type->type; in EmitPipelineOutput()
/third_party/gstreamer/gstplugins_bad/ext/dash/
Dgstdashdemux.c2933 if (entry->ref_type != 0) { in gst_dash_demux_parse_isobmff()