Home
last modified time | relevance | path

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

/third_party/mesa3d/src/vulkan/util/
Dvk_cmd_queue_gen.py430 def get_array_member_copy(struct, src_name, member): argument
462 def get_struct_copy(dst, src_name, src_type, size, types, level=0): 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/spirv-tools/source/diff/
Ddiff.cpp1160 std::string src_name = GetName(src_id_to_, src_type_id, &src_has_name); in MatchOpTypeStruct() local
1269 std::string src_name = GetName(src_id_to_, src_id, &src_has_name); in MatchOpSpecConstant() local
1318 std::string src_name = GetName(src_id_to_, src_id, &src_has_name); in MatchOpVariable() local
1535 const std::string src_name = GetSanitizedName(src_id_to_, src_func_id); in BestEffortMatchFunctions() local
2011 const opt::Operand& src_name = src_inst->GetOperand(1); in MatchExtInstImportIds() local
2065 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/skia/dm/
DDM.cpp849 const char* src_name = nullptr) { in gather_file_srcs()
/third_party/skia/third_party/externals/spirv-cross/
Dmain.cpp591 string src_name; member