Home
last modified time | relevance | path

Searched refs:per_thread (Results 1 – 11 of 11) sorted by relevance

/external/llvm-project/compiler-rt/lib/asan/
Dasan_fuchsia.cpp68 static thread_local void *per_thread; variable
70 void *AsanTSDGet() { return per_thread; } in AsanTSDGet()
72 void AsanTSDSet(void *tsd) { per_thread = tsd; } in AsanTSDSet()
198 AsanThread::TSDDtor(per_thread); in ThreadExitHook()
Dasan_rtems.cpp83 static thread_local void *per_thread; variable
85 void *AsanTSDGet() { return per_thread; } in AsanTSDGet()
87 void AsanTSDSet(void *tsd) { per_thread = tsd; } in AsanTSDSet()
/external/eigen/unsupported/Eigen/CXX11/src/ThreadPool/
DSimpleThreadPool.h145 EIGEN_THREAD_LOCAL PerThread per_thread; in GetPerThread() local
146 return &per_thread; in GetPerThread()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dgen6_constant_state.c339 if (cs_prog_data->push.per_thread.size > 0) { in brw_upload_cs_push_constants()
342 8 * (cs_prog_data->push.per_thread.regs * t + in brw_upload_cs_push_constants()
358 cs_prog_data->push.per_thread.regs; in brw_upload_cs_push_constants()
DgenX_state_upload.c4366 ALIGN(cs_prog_data->push.per_thread.regs * cs_params.threads +
4393 .ConstantURBEntryReadLength = cs_prog_data->push.per_thread.regs,
/external/mesa3d/src/intel/vulkan/
Danv_cmd_buffer.c1067 if (cs_prog_data->push.per_thread.size > 0) { in anv_cmd_buffer_cs_push_constants()
1069 memcpy(dst, src, cs_prog_data->push.per_thread.size); in anv_cmd_buffer_cs_push_constants()
1076 dst += cs_prog_data->push.per_thread.size; in anv_cmd_buffer_cs_push_constants()
DgenX_pipeline.c2371 ALIGN(cs_prog_data->push.per_thread.regs * cs_params.threads +
2440 .ConstantURBEntryReadLength = cs_prog_data->push.per_thread.regs,
/external/mesa3d/src/intel/compiler/
Dbrw_compiler.h990 struct brw_push_const_block per_thread; member
Dbrw_fs.cpp9021 assert(cs_prog_data->push.per_thread.size % REG_SIZE == 0); in brw_cs_push_const_total_size()
9023 return cs_prog_data->push.per_thread.size * threads + in brw_cs_push_const_total_size()
9063 fill_push_const_block_info(&cs_prog_data->push.per_thread, per_thread_dwords); in cs_fill_push_const_info()
9066 cs_prog_data->push.per_thread.size == 0); in cs_fill_push_const_info()
9068 cs_prog_data->push.per_thread.dwords == in cs_fill_push_const_info()
/external/mesa3d/src/gallium/drivers/iris/
Diris_state.c4512 desc.ConstantURBEntryReadLength = cs_prog_data->push.per_thread.regs; in iris_store_cs_state()
6751 ALIGN(cs_prog_data->push.per_thread.regs * threads + in iris_upload_gpgpu_walker()
6761 cs_prog_data->push.per_thread.dwords == 1 && in iris_upload_gpgpu_walker()
Diris_program.c2074 assert(cs_prog_data->push.per_thread.dwords == 1); in iris_fill_cs_push_const_buffer()