Home
last modified time | relevance | path

Searched refs:debug_name (Results 1 – 12 of 12) sorted by relevance

/third_party/mesa3d/src/util/
Danon_file.c115 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()
Danon_file.h31 int os_create_anonymous_file(off_t size, const char *debug_name);
/third_party/skia/third_party/externals/tint/src/
Dsymbol.cc27 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()
Dsymbol.h46 Symbol(uint32_t val, tint::ProgramID program_id, std::string debug_name);
/third_party/flutter/skia/src/core/
DSkVM.h293 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;
DSkVM.cpp21 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/
Dgstobject.c451 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/
Druntime_controller.cc341 return root_isolate ? root_isolate->debug_name() : ""; in GetIsolateName()
/third_party/skia/src/core/
DSkVM.cpp610 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 …]
DSkVM.h613 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/
Dbrw_vec4.cpp2651 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/
Dtest-libandroid.so.abi38437 …<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…