Searched refs:per_thread (Results 1 – 11 of 11) sorted by relevance
68 static thread_local void *per_thread; variable70 void *AsanTSDGet() { return per_thread; } in AsanTSDGet()72 void AsanTSDSet(void *tsd) { per_thread = tsd; } in AsanTSDSet()198 AsanThread::TSDDtor(per_thread); in ThreadExitHook()
83 static thread_local void *per_thread; variable85 void *AsanTSDGet() { return per_thread; } in AsanTSDGet()87 void AsanTSDSet(void *tsd) { per_thread = tsd; } in AsanTSDSet()
145 EIGEN_THREAD_LOCAL PerThread per_thread; in GetPerThread() local146 return &per_thread; in GetPerThread()
339 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()
4366 ALIGN(cs_prog_data->push.per_thread.regs * cs_params.threads +4393 .ConstantURBEntryReadLength = cs_prog_data->push.per_thread.regs,
1067 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()
2371 ALIGN(cs_prog_data->push.per_thread.regs * cs_params.threads +2440 .ConstantURBEntryReadLength = cs_prog_data->push.per_thread.regs,
990 struct brw_push_const_block per_thread; member
9021 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()
4512 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()
2074 assert(cs_prog_data->push.per_thread.dwords == 1); in iris_fill_cs_push_const_buffer()