Searched refs:per_thread (Results 1 – 11 of 11) sorted by relevance
110 Isolate::PerIsolateThreadData* per_thread = in RestoreThread() local112 DCHECK_NOT_NULL(per_thread); in RestoreThread()113 DCHECK(per_thread->thread_state() == lazily_archived_thread_state_); in RestoreThread()117 per_thread->set_thread_state(nullptr); in RestoreThread()130 Isolate::PerIsolateThreadData* per_thread = in RestoreThread() local132 if (per_thread == nullptr || per_thread->thread_state() == nullptr) { in RestoreThread()137 ThreadState* state = per_thread->thread_state(); in RestoreThread()146 per_thread->set_thread_state(nullptr); in RestoreThread()275 Isolate::PerIsolateThreadData* per_thread = in ArchiveThread() local277 per_thread->set_thread_state(state); in ArchiveThread()
443 Isolate::PerIsolateThreadData* per_thread = in FreeThreadResources() local445 per_thread->set_stack_limit(thread_local_.real_climit_); in FreeThreadResources()485 Isolate::PerIsolateThreadData* per_thread = in InitThread() local487 uintptr_t stored_limit = per_thread->stack_limit(); in InitThread()
181 PerIsolateThreadData* per_thread = nullptr; in FindOrAllocatePerThreadDataForThisThread() local184 per_thread = thread_data_table_.Lookup(thread_id); in FindOrAllocatePerThreadDataForThisThread()185 if (per_thread == nullptr) { in FindOrAllocatePerThreadDataForThisThread()186 per_thread = new PerIsolateThreadData(this, thread_id); in FindOrAllocatePerThreadDataForThisThread()187 thread_data_table_.Insert(per_thread); in FindOrAllocatePerThreadDataForThisThread()189 DCHECK(thread_data_table_.Lookup(thread_id) == per_thread); in FindOrAllocatePerThreadDataForThisThread()191 return per_thread; in FindOrAllocatePerThreadDataForThisThread()201 PerIsolateThreadData* per_thread = thread_data_table_.Lookup(thread_id); in DiscardPerThreadDataForThisThread() local202 if (per_thread) { in DiscardPerThreadDataForThisThread()203 DCHECK(!per_thread->thread_state_); in DiscardPerThreadDataForThisThread()[all …]
329 if (cs_prog_data->push.per_thread.size > 0) { in brw_upload_cs_push_constants()332 8 * (cs_prog_data->push.per_thread.regs * t + in brw_upload_cs_push_constants()348 cs_prog_data->push.per_thread.regs; in brw_upload_cs_push_constants()
4268 ALIGN(cs_prog_data->push.per_thread.regs * cs_prog_data->threads +4289 .ConstantURBEntryReadLength = cs_prog_data->push.per_thread.regs,
145 EIGEN_THREAD_LOCAL PerThread per_thread; in GetPerThread() local146 return &per_thread; in GetPerThread()
263 for (const auto& per_thread : pps) { in TEST_F() local264 for (const auto& sample : per_thread->data.sample()) { in TEST_F()
739 if (cs_prog_data->push.per_thread.size > 0) { in anv_cmd_buffer_cs_push_constants()742 8 * (cs_prog_data->push.per_thread.regs * t + in anv_cmd_buffer_cs_push_constants()
1807 ALIGN(cs_prog_data->push.per_thread.regs * cs_prog_data->threads +1848 .ConstantURBEntryReadLength = cs_prog_data->push.per_thread.regs,
753 struct brw_push_const_block per_thread; member
6980 fill_push_const_block_info(&cs_prog_data->push.per_thread, per_thread_dwords); in cs_fill_push_const_info()6983 (cs_prog_data->push.per_thread.size * cs_prog_data->threads + in cs_fill_push_const_info()6988 cs_prog_data->push.per_thread.size == 0); in cs_fill_push_const_info()6990 cs_prog_data->push.per_thread.dwords == in cs_fill_push_const_info()