Searched refs:debug_name (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/util/
H A Danon_file.h31 int os_create_anonymous_file(off_t size, const char *debug_name);
H A Danon_file.c115 os_create_anonymous_file(off_t size, const char *debug_name) argument
119 if (!debug_name)
120 debug_name = "mesa-shared";
121 fd = memfd_create(debug_name, MFD_CLOEXEC | MFD_ALLOW_SEALING);
123 if (!debug_name)
124 debug_name = "mesa-shared";
125 fd = syscall(SYS_memfd_create, debug_name, MFD_CLOEXEC | MFD_ALLOW_SEALING);
143 if (debug_name)
144 asprintf(&name, "%s/mesa-shared-%s-XXXXXX", path, debug_name);
/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_vec4.cpp2980 const char *debug_name = local in function:brw_compile_vs
2986 g.enable_debug(debug_name);
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_vec4.cpp3004 const char *debug_name = local in function:brw_compile_vs
3010 g.enable_debug(debug_name);

Completed in 10 milliseconds