summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/panfrost/nir/nir_lower_blend.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gallium/drivers/panfrost/nir/nir_lower_blend.h')
-rw-r--r--src/gallium/drivers/panfrost/nir/nir_lower_blend.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gallium/drivers/panfrost/nir/nir_lower_blend.h b/src/gallium/drivers/panfrost/nir/nir_lower_blend.h
index d150e99c72f..99530c3e973 100644
--- a/src/gallium/drivers/panfrost/nir/nir_lower_blend.h
+++ b/src/gallium/drivers/panfrost/nir/nir_lower_blend.h
@@ -48,6 +48,9 @@ typedef struct {
/* 4-bit colormask. 0x0 for none, 0xF for RGBA, 0x1 for R */
unsigned colormask;
+
+ bool logicop_enable;
+ unsigned logicop_func;
} nir_lower_blend_options;
void nir_lower_blend(nir_shader *shader, nir_lower_blend_options options);