mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 09:28:07 +02:00
aco: remove memory_barrier_buffer implementation
This is no longer used. Signed-off-by: Rhys Perry <pendingchaos02@gmail.com> Reviewed-by: Timur Kristóf <timur.kristof@gmail.com> Reviewed-by: Alyssa Rosenzweig <alyssa@rosenzweig.io> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21624>
This commit is contained in:
parent
62f023f6cf
commit
b5c31f14a2
1 changed files with 0 additions and 8 deletions
|
|
@ -9111,14 +9111,6 @@ visit_intrinsic(isel_context* ctx, nir_intrinsic_instr* instr)
|
|||
}
|
||||
break;
|
||||
}
|
||||
case nir_intrinsic_memory_barrier_buffer: {
|
||||
wait_imm wait;
|
||||
wait.lgkm = 0;
|
||||
wait.vm = 0;
|
||||
bld.sopp(aco_opcode::s_waitcnt, -1, wait.pack(bld.program->gfx_level));
|
||||
bld.sopk(aco_opcode::s_waitcnt_vscnt, Definition(sgpr_null, s1), 0);
|
||||
break;
|
||||
}
|
||||
case nir_intrinsic_export_amd: {
|
||||
unsigned flags = nir_intrinsic_flags(instr);
|
||||
unsigned target = nir_intrinsic_base(instr);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue