diff --git a/src/asahi/compiler/agx_lower_uniform_sources.c b/src/asahi/compiler/agx_lower_uniform_sources.c index 15bfac82de7..69284f6bfeb 100644 --- a/src/asahi/compiler/agx_lower_uniform_sources.c +++ b/src/asahi/compiler/agx_lower_uniform_sources.c @@ -40,6 +40,7 @@ should_lower(enum agx_opcode op, agx_index uniform, unsigned src_index) case AGX_OPCODE_BLOCK_IMAGE_STORE: case AGX_OPCODE_UNIFORM_STORE: case AGX_OPCODE_ST_VARY: + case AGX_OPCODE_LOCAL_ATOMIC: return true; default: return false;