Home
last modified time | relevance | path

Searched defs:src_name (Results 1 – 12 of 12) sorted by relevance

/third_party/mesa3d/src/vulkan/util/
Dvk_cmd_queue_gen.py477 def get_array_member_copy(struct, src_name, member): argument
515 def get_struct_copy(dst, src_name, src_type, size, types, level=0): argument
Dvk_physical_device_properties_gen.py129 def copy_property(dst_prefix, dst_name, src_prefix, src_name, decl, length="1"): argument
/third_party/ffmpeg/libavutil/tests/
Dhwdevice.c23 static int test_derivation(AVBufferRef *src_ref, const char *src_name) in test_derivation()
/third_party/nghttp2/src/
DHtmlParser.cc88 void start_element_func(void *user_data, const xmlChar *src_name, in start_element_func()
/third_party/mindspore/mindspore-src/source/mindspore/lite/src/extendrt/delegate/ascend_native/
Dsub_graph_helper.cc454 auto src_name = sg_v_[src_idx]->func_graph()->nodes().front()->fullname_with_scope(); in DrawConnction() local
458 auto src_name = sg_v_[src_idx]->func_graph()->nodes().front()->fullname_with_scope(); in DrawConnction() local
/third_party/spirv-tools/source/diff/
Ddiff.cpp1258 std::string src_name = GetName(src_id_to_, src_type_id, &src_has_name); in MatchOpTypeStruct() local
1367 std::string src_name = GetName(src_id_to_, src_id, &src_has_name); in MatchOpSpecConstant() local
1416 std::string src_name = GetName(src_id_to_, src_id, &src_has_name); in MatchOpVariable() local
1632 const std::string src_name = GetSanitizedName(src_id_to_, src_func_id); in BestEffortMatchFunctions() local
2115 const opt::Operand& src_name = src_inst->GetOperand(1); in MatchExtInstImportIds() local
2170 const opt::Operand& src_name = src_inst->GetOperand(2); in MatchEntryPointIds() local
/third_party/curl/tests/libtest/
Dstub_gssapi.c376 gss_name_t *src_name, in gss_inquire_context()
/third_party/rust/rust/compiler/rustc_driver_impl/src/
Dpretty.rs348 let src_name = sess.io.input.source_name(); in get_source() localVariable
/third_party/skia/dm/
DDM.cpp849 const char* src_name = nullptr) { in gather_file_srcs()
/third_party/skia/m133/dm/
DDM.cpp889 const char* src_name = nullptr) { in gather_file_srcs()
/third_party/protobuf/ruby/ext/google/protobuf_c/
Dmessage.c1274 const char* src_name = upb_EnumValueDef_Name(ev); in build_module_from_enumdesc() local
/third_party/skia/third_party/externals/spirv-cross/
Dmain.cpp591 string src_name; member