Home
last modified time | relevance | path

Searched refs:clears_enabled (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_context.h260 uint16_t clears_enabled; member
380 return ctx->clears_enabled & PIPE_CLEAR_DEPTHSTENCIL; in zink_fb_clear_enabled()
381 return ctx->clears_enabled & (PIPE_CLEAR_COLOR0 << idx); in zink_fb_clear_enabled()
Dzink_clear.c224 ctx->clears_enabled |= PIPE_CLEAR_COLOR0 << i; in zink_clear()
243 ctx->clears_enabled |= PIPE_CLEAR_DEPTHSTENCIL; in zink_clear()
592 ctx->clears_enabled &= ~PIPE_CLEAR_DEPTHSTENCIL; in zink_fb_clear_reset()
595 ctx->clears_enabled &= ~(PIPE_CLEAR_COLOR0 << i); in zink_fb_clear_reset()
Dzink_query.c946 if (ctx->clears_enabled && !ctx->batch.in_rp) in zink_render_condition()
Dzink_context.c1257 if (res->fb_binds && ctx->clears_enabled) in flush_pending_clears()
2446 if (ctx->clears_enabled) in flush_batch()
3042 if (!deferred && ctx->clears_enabled) in zink_flush()