Searched refs:clears_enabled (Results 1 – 4 of 4) sorted by relevance
285 uint16_t clears_enabled; member413 return ctx->clears_enabled & PIPE_CLEAR_DEPTHSTENCIL; in zink_fb_clear_enabled()414 return ctx->clears_enabled & (PIPE_CLEAR_COLOR0 << idx); in zink_fb_clear_enabled()
286 ctx->clears_enabled |= PIPE_CLEAR_COLOR0 << i; in zink_clear()304 ctx->clears_enabled |= PIPE_CLEAR_DEPTHSTENCIL; in zink_clear()630 unsigned rp_clears_enabled = ctx->clears_enabled; in zink_fb_clear_reset()633 ctx->clears_enabled &= ~PIPE_CLEAR_DEPTHSTENCIL; in zink_fb_clear_reset()636 ctx->clears_enabled &= ~(PIPE_CLEAR_COLOR0 << i); in zink_fb_clear_reset()
1479 if (res->fb_binds && ctx->clears_enabled) in flush_pending_clears()2691 if (ctx->clears_enabled) in flush_batch()2792 if (disable_color_writes && ctx->clears_enabled) in zink_set_color_write_enables()2815 bool flush_clears = ctx->clears_enabled && in zink_set_framebuffer_state()3403 if (!deferred && ctx->clears_enabled) { in zink_flush()
1182 if (ctx->clears_enabled && !ctx->batch.in_rp) in zink_render_condition()