Home
last modified time | relevance | path

Searched defs:thread_data_ptr (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_tex_sample.c60 LLVMValueRef thread_data_ptr, in lp_llvm_texture_cache_ptr()
H A Dlp_state_fs.c356 LLVMValueRef thread_data_ptr, in lp_build_depth_clamp()
637 generate_fs_loop(struct gallivm_state *gallivm, in generate_fs_loop()
3142 LLVMValueRef thread_data_ptr; in generate_fragment() local
H A Dlp_state_cs.c329 LLVMValueRef work_dim_arg, draw_id_arg, thread_data_ptr, io_ptr; in generate_compute() local
/aosp_15_r20/external/rust/android-crates-io/crates/parking_lot_core/src/
Dword_lock.rs52 let mut thread_data_ptr = ptr::null(); in with_thread_data() localVariable
Dparking_lot.rs203 let thread_data_ptr = THREAD_DATA in with_thread_data() localVariable
/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi.h276 LLVMValueRef thread_data_ptr; member
547 LLVMValueRef thread_data_ptr; member
H A Dlp_bld_sample.h116 LLVMValueRef thread_data_ptr; member
170 LLVMValueRef thread_data_ptr; member
H A Dlp_bld_nir.h288 LLVMValueRef thread_data_ptr; member
H A Dlp_bld_sample_soa.c3456 LLVMValueRef thread_data_ptr, in lp_build_sample_soa_code()
4176 LLVMValueRef thread_data_ptr = NULL; in lp_build_sample_gen_func() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/thread/include/boost/thread/win32/
Dthread_data.hpp212 typedef boost::intrusive_ptr<detail::thread_data_base> thread_data_ptr; typedef
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/thread/include/boost/thread/pthread/
Dthread_data.hpp110 typedef boost::shared_ptr<thread_data_base> thread_data_ptr; typedef