Searched refs:thread_info (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dradv_llvm_helper.cpp80 radv_llvm_per_thread_info *thread_info = nullptr; local in function:radv_compile_to_elf
84 thread_info = &I;
89 if (!thread_info) {
96 return thread_info->compile_to_memory_buffer(module, pelf_buffer, pelf_size);
/xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
H A Dradv_llvm_helper.cpp81 radv_llvm_per_thread_info *thread_info = nullptr; local in function:radv_compile_to_binary
85 thread_info = &I;
90 if (!thread_info) {
97 return thread_info->compile_to_memory_buffer(module, binary);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/hud/
H A Dhud_cpu.c280 struct thread_info { struct
289 struct thread_info *info = gr->query_data;
339 gr->query_data = CALLOC_STRUCT(thread_info);
345 ((struct thread_info*)gr->query_data)->main_thread = main;
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/hud/
H A Dhud_cpu.c319 struct thread_info { struct
328 struct thread_info *info = gr->query_data;
378 gr->query_data = CALLOC_STRUCT(thread_info);
384 ((struct thread_info*)gr->query_data)->main_thread = main;
/xsrc/external/mit/libX11/dist/src/
H A DXlibInt.c1485 struct _XErrorThreadInfo thread_info = { local in function:_XError
1489 dpy->error_threads = &thread_info;
1500 /* unlink thread_info from the list */
1501 for (prev = &dpy->error_threads; *prev != &thread_info; prev = &(*prev)->next)
1503 *prev = thread_info.next;

Completed in 6 milliseconds