Home
last modified time | relevance | path

Searched refs:per_thread (Results 1 - 14 of 14) sorted by relevance

/third_party/node/deps/v8/src/execution/
H A Dv8threads.cc108 Isolate::PerIsolateThreadData* per_thread = in RestoreThread() local
110 DCHECK_NOT_NULL(per_thread); in RestoreThread()
111 DCHECK(per_thread->thread_state() == lazily_archived_thread_state_); in RestoreThread()
115 per_thread->set_thread_state(nullptr); in RestoreThread()
128 Isolate::PerIsolateThreadData* per_thread = in RestoreThread() local
130 if (per_thread == nullptr || per_thread->thread_state() == nullptr) { in RestoreThread()
135 ThreadState* state = per_thread->thread_state(); in RestoreThread()
146 per_thread->set_thread_state(nullptr); in RestoreThread()
256 Isolate::PerIsolateThreadData* per_thread in ArchiveThread() local
[all...]
H A Dstack-guard.cc213 Isolate::PerIsolateThreadData* per_thread = in FreeThreadResources() local
215 per_thread->set_stack_limit(thread_local_.real_climit_); in FreeThreadResources()
233 Isolate::PerIsolateThreadData* per_thread = in InitThread() local
235 uintptr_t stored_limit = per_thread->stack_limit(); in InitThread()
H A Disolate.cc473 PerIsolateThreadData* per_thread = nullptr; in FindOrAllocatePerThreadDataForThisThread() local
476 per_thread = thread_data_table_.Lookup(thread_id); in FindOrAllocatePerThreadDataForThisThread()
477 if (per_thread == nullptr) { in FindOrAllocatePerThreadDataForThisThread()
481 per_thread = new PerIsolateThreadData(this, thread_id); in FindOrAllocatePerThreadDataForThisThread()
482 thread_data_table_.Insert(per_thread); in FindOrAllocatePerThreadDataForThisThread()
484 DCHECK(thread_data_table_.Lookup(thread_id) == per_thread); in FindOrAllocatePerThreadDataForThisThread()
486 return per_thread; in FindOrAllocatePerThreadDataForThisThread()
495 PerIsolateThreadData* per_thread = thread_data_table_.Lookup(thread_id); in DiscardPerThreadDataForThisThread() local
496 if (per_thread) { in DiscardPerThreadDataForThisThread()
497 DCHECK(!per_thread in DiscardPerThreadDataForThisThread()
510 PerIsolateThreadData* per_thread = nullptr; FindPerThreadDataForThread() local
[all...]
/third_party/mesa3d/src/intel/compiler/
H A Dintel_clc.c172 PROG_DATA_FIELD("%u", push.per_thread.dwords); in print_cs_prog_data_fields()
173 PROG_DATA_FIELD("%u", push.per_thread.regs); in print_cs_prog_data_fields()
174 PROG_DATA_FIELD("%u", push.per_thread.size); in print_cs_prog_data_fields()
H A Dbrw_compiler.h1071 struct brw_push_const_block per_thread; member
H A Dbrw_fs.cpp7665 assert(cs_prog_data->push.per_thread.size % REG_SIZE == 0);
7667 return cs_prog_data->push.per_thread.size * threads +
7707 fill_push_const_block_info(&cs_prog_data->push.per_thread, per_thread_dwords);
7710 cs_prog_data->push.per_thread.size == 0);
7712 cs_prog_data->push.per_thread.dwords ==
/third_party/mesa3d/src/intel/blorp/
H A Dblorp_genX_exec.h2081 cs_prog_data->push.per_thread.size == sizeof(params->wm_inputs)); in blorp_get_compute_push_const()
2107 assert(GFX_VERx10 < 125 || cs_prog_data->push.per_thread.size == 0); in blorp_get_compute_push_const()
2109 if (cs_prog_data->push.per_thread.size > 0) { in blorp_get_compute_push_const()
2111 memcpy(dst, src, (cs_prog_data->push.per_thread.dwords - 1) * 4); in blorp_get_compute_push_const()
2113 uint32_t *subgroup_id = dst + cs_prog_data->push.per_thread.size - 4; in blorp_get_compute_push_const()
2116 dst += cs_prog_data->push.per_thread.size; in blorp_get_compute_push_const()
2163 assert(cs_prog_data->push.per_thread.regs == 0); in blorp_exec_compute()
2238 ALIGN(cs_prog_data->push.per_thread.regs * dispatch.threads + in blorp_exec_compute()
2264 .ConstantURBEntryReadLength = cs_prog_data->push.per_thread.regs, in blorp_exec_compute()
/third_party/mesa3d/src/intel/vulkan/
H A Danv_cmd_buffer.c777 if (cs_prog_data->push.per_thread.size > 0) { in anv_cmd_buffer_cs_push_constants()
779 memcpy(dst, src, cs_prog_data->push.per_thread.size); in anv_cmd_buffer_cs_push_constants()
786 dst += cs_prog_data->push.per_thread.size; in anv_cmd_buffer_cs_push_constants()
H A DgenX_pipeline.c2416 ALIGN(cs_prog_data->push.per_thread.regs * dispatch.threads + in compute_pipeline_emit()
2482 .ConstantURBEntryReadLength = cs_prog_data->push.per_thread.regs, in compute_pipeline_emit()
/third_party/ffmpeg/libavcodec/
H A Dpthread_frame.c720 DEFINE_OFFSET_ARRAY(PerThreadContext, per_thread, pthread_init_cnt,
/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_state.c4739 desc.ConstantURBEntryReadLength = cs_prog_data->push.per_thread.regs; in iris_store_cs_state()
4743 assert(cs_prog_data->push.per_thread.regs == 0); in iris_store_cs_state()
7241 ALIGN(cs_prog_data->push.per_thread.regs * dispatch.threads + in iris_upload_gpgpu_walker()
7251 cs_prog_data->push.per_thread.dwords == 1 && in iris_upload_gpgpu_walker()
H A Diris_program.c2357 assert(cs_prog_data->push.per_thread.dwords == 1); in iris_fill_cs_push_const_buffer()
/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_state.c8129 ALIGN(cs_prog_data->push.per_thread.regs * dispatch.threads +
8139 cs_prog_data->push.per_thread.dwords == 1 &&
8170 idd.ConstantURBEntryReadLength = cs_prog_data->push.per_thread.regs;
H A Dcrocus_program.c2654 assert(cs_prog_data->push.per_thread.dwords == 1); in crocus_fill_cs_push_const_buffer()

Completed in 61 milliseconds