Searched refs:scope_workgroup (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/amd/compiler/
H A Daco_insert_waitcnt.cpp308 ctx.program->workgroup_size <= ctx.program->wave_size ? scope_workgroup : scope_subgroup;
315 sync_scope bar_scope_lds = MIN2(sync.scope, scope_workgroup);
323 if (!ctx.program->wgp_mode && sync.scope <= scope_workgroup)
H A Daco_print_ir.cpp258 case scope_workgroup: fprintf(output, "workgroup"); break;
H A Daco_ir.h177 scope_workgroup = 2, enumerator in enum:aco::sync_scope
H A Daco_lower_to_hw_instr.cpp2284 bool emit_s_barrier = barrier.exec_scope == scope_workgroup &&
H A Daco_instruction_selection.cpp7049 case NIR_SCOPE_WORKGROUP: return scope_workgroup;
7097 assert(exec_scope != scope_workgroup || workgroup_scope_allowed);
11093 memory_sync_info(storage_shared, semantic_acqrel, scope_workgroup), scope_workgroup);

Completed in 32 milliseconds