diff --git a/src/freedreno/vulkan/tu_pipeline.c b/src/freedreno/vulkan/tu_pipeline.c index 6e5a797f3c5..815ce4d4206 100644 --- a/src/freedreno/vulkan/tu_pipeline.c +++ b/src/freedreno/vulkan/tu_pipeline.c @@ -2212,7 +2212,7 @@ tu6_emit_rb_mrt_controls(struct tu_pipeline *pipeline, if (att->blendEnable) pipeline->blend_enable |= BIT(i); - if (att->blendEnable || rop_reads_dst) { + if (att->blendEnable || *rop_reads_dst) { total_bpp += write_bpp; } }