/third_party/mesa3d/src/util/ |
D | anon_file.c | 115 os_create_anonymous_file(off_t size, const char *debug_name) in os_create_anonymous_file() argument 119 if (!debug_name) in os_create_anonymous_file() 120 debug_name = "mesa-shared"; in os_create_anonymous_file() 121 fd = memfd_create(debug_name, MFD_CLOEXEC | MFD_ALLOW_SEALING); in os_create_anonymous_file() 123 if (!debug_name) in os_create_anonymous_file() 124 debug_name = "mesa-shared"; in os_create_anonymous_file() 125 fd = syscall(SYS_memfd_create, debug_name, MFD_CLOEXEC | MFD_ALLOW_SEALING); in os_create_anonymous_file() 143 if (debug_name) in os_create_anonymous_file() 144 asprintf(&name, "%s/mesa-shared-%s-XXXXXX", path, debug_name); in os_create_anonymous_file()
|
D | anon_file.h | 31 int os_create_anonymous_file(off_t size, const char *debug_name);
|
/third_party/skia/third_party/externals/tint/src/ |
D | symbol.cc | 27 Symbol::Symbol(uint32_t val, tint::ProgramID program_id, std::string debug_name) in Symbol() argument 28 : val_(val), program_id_(program_id), debug_name_(std::move(debug_name)) {} in Symbol()
|
D | symbol.h | 46 Symbol(uint32_t val, tint::ProgramID program_id, std::string debug_name);
|
/third_party/flutter/skia/src/core/ |
D | SkVM.h | 293 Program done(const char* debug_name = nullptr); 464 const char* debug_name); 493 void setupJIT (const std::vector<Builder::Instruction>&, const char* debug_name); 500 void dumpJIT(const char* debug_name, size_t size) const;
|
D | SkVM.cpp | 21 Program Builder::done(const char* debug_name) { in done() argument 68 return {fProgram, fStrides, debug_name}; in done() 1107 const char* debug_name) : fStrides(strides) { in Program() argument 1110 this->setupJIT(instructions, debug_name); in Program() 1718 const char* debug_name) { in setupJIT() argument 1747 this->dumpJIT(debug_name, a.size()); in setupJIT() 1753 void Program::dumpJIT(const char* debug_name, size_t size) const { in dumpJIT() argument 1755 if (debug_name) { in dumpJIT() 1756 SkDebugf("\n%s:", debug_name); in dumpJIT() 1785 if (debug_name) { in dumpJIT() [all …]
|
/third_party/gstreamer/gstreamer/gst/ |
D | gstobject.c | 451 const gchar *debug_name; in gst_object_dispatch_properties_changed() local 463 debug_name = GST_STR_NULL (name); in gst_object_dispatch_properties_changed() 465 debug_name = ""; in gst_object_dispatch_properties_changed() 473 "deep notification from %s (%s)", debug_name, pspecs[i]->name); in gst_object_dispatch_properties_changed()
|
/third_party/flutter/engine/flutter/runtime/ |
D | runtime_controller.cc | 341 return root_isolate ? root_isolate->debug_name() : ""; in GetIsolateName()
|
/third_party/skia/src/core/ |
D | SkVM.cpp | 610 Program Builder::done(const char* debug_name, bool allow_jit) const { in done() argument 612 if (!debug_name) { in done() 614 debug_name = buf; in done() 617 return {this->optimize(), fStrides, debug_name, allow_jit}; in done() 2620 const char* debug_name) { in setupLLVM() argument 2640 = llvm::Function::Create(fn_type, llvm::GlobalValue::ExternalLinkage, debug_name, *mod); in setupLLVM() 2989 SkString path = SkStringPrintf("/tmp/%s.bc", debug_name); in setupLLVM() 3013 void* function = (void*)ee->getFunctionAddress(debug_name); in setupLLVM() 3021 name = std::string(debug_name)]{ in setupLLVM() 3086 const char* debug_name, bool allow_jit) : Program() { in Program() argument [all …]
|
D | SkVM.h | 613 Program done(const char* debug_name = nullptr, bool allow_jit=true) const; 1053 void setupJIT (const std::vector<OptimizedInstruction>&, const char* debug_name); 1054 void setupLLVM (const std::vector<OptimizedInstruction>&, const char* debug_name);
|
/third_party/mesa3d/src/intel/compiler/ |
D | brw_vec4.cpp | 2651 const char *debug_name = in brw_compile_vs() local 2657 g.enable_debug(debug_name); in brw_compile_vs()
|
/third_party/libabigail/tests/data/test-read-dwarf/ |
D | test-libandroid.so.abi | 38437 …<parameter type-id='80f4b756' name='debug_name' filepath='frameworks/base/native/android/surface_c… 38442 …<parameter type-id='80f4b756' name='debug_name' filepath='frameworks/base/native/android/surface_c…
|