Home
last modified time | relevance | path

Searched refs:exec_scope (Results 1 – 9 of 9) sorted by relevance

/third_party/gn/src/gn/
Doperators.cc25 bool Init(Scope* exec_scope,
74 bool ValueDestination::Init(Scope* exec_scope, in Init() argument
82 scope_ = exec_scope; in Init()
100 exec_scope->GetMutableValue(base_str, Scope::SEARCH_CURRENT, false); in Init()
104 if (exec_scope->GetValue(base_str, false)) { in Init()
137 exec_scope, base->list_value().size(), &index_, err); in Init()
305 Value ExecuteEquals(Scope* exec_scope, in ExecuteEquals() argument
412 void ExecutePlusEquals(Scope* exec_scope, in ExecutePlusEquals() argument
/third_party/mesa3d/src/amd/common/
Dac_nir_lower_tess_io_to_mem.c489 nir_scope exec_scope = nir_intrinsic_execution_scope(intrin); in update_hs_scoped_barrier() local
490 if (exec_scope == NIR_SCOPE_WORKGROUP && st->tcs_out_patch_fits_subgroup) in update_hs_scoped_barrier()
/third_party/mesa3d/src/amd/compiler/
Daco_print_ir.cpp479 print_scope(barrier.exec_scope, output, "exec_scope"); in print_instr_format_specific()
Daco_scheduler.cpp498 set->has_control_barrier |= bar.exec_scope > scope_invocation; in add_memory_event()
Daco_ir.h1685 sync_scope exec_scope; member
Daco_lower_to_hw_instr.cpp2503 bool emit_s_barrier = barrier.exec_scope == scope_workgroup && in lower_to_hw_instr()
Daco_instruction_selection.cpp7308 sync_scope exec_scope = translate_nir_scope(nir_intrinsic_execution_scope(instr)); in emit_scoped_barrier() local
7349 assert(exec_scope != scope_workgroup || workgroup_scope_allowed); in emit_scoped_barrier()
7353 exec_scope); in emit_scoped_barrier()
/third_party/mesa3d/src/freedreno/ir3/
Dir3_compiler_nir.c1601 nir_scope exec_scope = nir_intrinsic_execution_scope(intr); in emit_intrinsic_barrier() local
1668 if (exec_scope >= NIR_SCOPE_WORKGROUP) { in emit_intrinsic_barrier()
/third_party/mesa3d/src/compiler/spirv/
Dspirv_to_nir.c2519 vtn_emit_scoped_control_barrier(struct vtn_builder *b, SpvScope exec_scope, in vtn_emit_scoped_control_barrier() argument
2526 nir_scope nir_exec_scope = vtn_scope_to_nir_scope(b, exec_scope); in vtn_emit_scoped_control_barrier()