summaryrefslogtreecommitdiff
path: root/src/asahi/compiler/agx_compile.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/asahi/compiler/agx_compile.h')
-rw-r--r--src/asahi/compiler/agx_compile.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/asahi/compiler/agx_compile.h b/src/asahi/compiler/agx_compile.h
index b874ee1b6a1..a3392faeec1 100644
--- a/src/asahi/compiler/agx_compile.h
+++ b/src/asahi/compiler/agx_compile.h
@@ -94,6 +94,9 @@ struct agx_shader_info {
/* Does the shader write point size? */
bool writes_psiz;
+
+ /* Does the shader control the sample mask? */
+ bool writes_sample_mask;
};
#define AGX_MAX_RTS (8)