Searched refs:exec_scope (Results 1 - 7 of 7) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/amd/compiler/
H A Daco_print_ir.cpp475 print_scope(barrier.exec_scope, output, "exec_scope");
H A Daco_scheduler.cpp498 set->has_control_barrier |= bar.exec_scope > scope_invocation;
H A Daco_ir.h1646 sync_scope exec_scope; member in struct:aco::Pseudo_barrier_instruction
H A Daco_lower_to_hw_instr.cpp2284 bool emit_s_barrier = barrier.exec_scope == scope_workgroup &&
H A Daco_instruction_selection.cpp7065 sync_scope exec_scope = translate_nir_scope(nir_intrinsic_execution_scope(instr)); local in function:aco::__anon562fcc110110::emit_scoped_barrier
7097 assert(exec_scope != scope_workgroup || workgroup_scope_allowed);
7101 exec_scope);
/xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/
H A Dir3_compiler_nir.c1334 nir_scope exec_scope = nir_intrinsic_execution_scope(intr); local in function:emit_intrinsic_barrier
1395 if (exec_scope >= NIR_SCOPE_WORKGROUP) {
/xsrc/external/mit/MesaLib/dist/src/compiler/spirv/
H A Dspirv_to_nir.c2461 vtn_emit_scoped_control_barrier(struct vtn_builder *b, SpvScope exec_scope, argument
2468 nir_scope nir_exec_scope = vtn_scope_to_nir_scope(b, exec_scope);

Completed in 74 milliseconds