Searched refs:thread_data_type (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/
H A Dlp_jit.c210 LLVMTypeRef thread_data_type; local in function:lp_jit_create_types
219 thread_data_type = LLVMStructTypeInContext(lc, elem_types,
222 lp->jit_thread_data_ptr_type = LLVMPointerType(thread_data_type, 0);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
H A Dlp_jit.c303 LLVMTypeRef thread_data_type; local in function:lp_jit_create_types
313 thread_data_type = LLVMStructTypeInContext(lc, elem_types,
316 lp->jit_thread_data_ptr_type = LLVMPointerType(thread_data_type, 0);
430 LLVMTypeRef thread_data_type; local in function:lp_jit_create_cs_types
436 thread_data_type = LLVMStructTypeInContext(lc, elem_types,
439 lp->jit_cs_thread_data_ptr_type = LLVMPointerType(thread_data_type, 0);

Completed in 3 milliseconds