Searched refs:exec_scope (Results 1 – 8 of 8) sorted by relevance
/third_party/gn/src/gn/ |
D | operators.cc | 25 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/compiler/ |
D | aco_print_ir.cpp | 475 print_scope(barrier.exec_scope, output, "exec_scope"); in print_instr_format_specific()
|
D | aco_scheduler.cpp | 498 set->has_control_barrier |= bar.exec_scope > scope_invocation; in add_memory_event()
|
D | aco_ir.h | 1646 sync_scope exec_scope; member
|
D | aco_lower_to_hw_instr.cpp | 2284 bool emit_s_barrier = barrier.exec_scope == scope_workgroup && in lower_to_hw_instr()
|
D | aco_instruction_selection.cpp | 7069 sync_scope exec_scope = translate_nir_scope(nir_intrinsic_execution_scope(instr)); in emit_scoped_barrier() local 7101 assert(exec_scope != scope_workgroup || workgroup_scope_allowed); in emit_scoped_barrier() 7105 exec_scope); in emit_scoped_barrier()
|
/third_party/mesa3d/src/freedreno/ir3/ |
D | ir3_compiler_nir.c | 1334 nir_scope exec_scope = nir_intrinsic_execution_scope(intr); in emit_intrinsic_barrier() local 1395 if (exec_scope >= NIR_SCOPE_WORKGROUP) { in emit_intrinsic_barrier()
|
/third_party/mesa3d/src/compiler/spirv/ |
D | spirv_to_nir.c | 2461 vtn_emit_scoped_control_barrier(struct vtn_builder *b, SpvScope exec_scope, in vtn_emit_scoped_control_barrier() argument 2468 nir_scope nir_exec_scope = vtn_scope_to_nir_scope(b, exec_scope); in vtn_emit_scoped_control_barrier()
|