mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-01 03:48:06 +02:00
pan/mdg: Support nir_intrinsic_group_memory_barrier
Treat it like the other memory barriers and do nothing. Reviewed-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/8264>
This commit is contained in:
parent
ce58996999
commit
ab97517596
1 changed files with 1 additions and 0 deletions
|
|
@ -1822,6 +1822,7 @@ emit_intrinsic(compiler_context *ctx, nir_intrinsic_instr *instr)
|
|||
|
||||
case nir_intrinsic_memory_barrier_buffer:
|
||||
case nir_intrinsic_memory_barrier_shared:
|
||||
case nir_intrinsic_group_memory_barrier:
|
||||
break;
|
||||
|
||||
case nir_intrinsic_control_barrier:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue