HomeSort by: relevance | last modified time | path
    Searched refs:thread_info (Results 1 - 5 of 5) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
radv_llvm_helper.cpp 80 radv_llvm_per_thread_info *thread_info = nullptr; local
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/
radv_llvm_helper.cpp 81 radv_llvm_per_thread_info *thread_info = nullptr; local
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/
hud_cpu.c 280 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/
hud_cpu.c 319 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/
XlibInt.c 1485 struct _XErrorThreadInfo thread_info = { local
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 16 milliseconds