Home
last modified time | relevance | path

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

/third_party/mesa3d/src/amd/compiler/
Daco_insert_waitcnt.cpp308 ctx.program->workgroup_size <= ctx.program->wave_size ? scope_workgroup : scope_subgroup; in perform_barrier()
315 sync_scope bar_scope_lds = MIN2(sync.scope, scope_workgroup); in perform_barrier()
323 if (!ctx.program->wgp_mode && sync.scope <= scope_workgroup) in perform_barrier()
Daco_print_ir.cpp258 case scope_workgroup: fprintf(output, "workgroup"); break; in print_scope()
Daco_ir.h177 scope_workgroup = 2, enumerator
Daco_lower_to_hw_instr.cpp2284 bool emit_s_barrier = barrier.exec_scope == scope_workgroup && in lower_to_hw_instr()
Daco_instruction_selection.cpp7053 case NIR_SCOPE_WORKGROUP: return scope_workgroup; in translate_nir_scope()
7101 assert(exec_scope != scope_workgroup || workgroup_scope_allowed); in emit_scoped_barrier()
11097 memory_sync_info(storage_shared, semantic_acqrel, scope_workgroup), scope_workgroup); in create_workgroup_barrier()