Searched refs:ZINK_BLIT_NO_COND_RENDER (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/
H A Dzink_context.h72 ZINK_BLIT_NO_COND_RENDER = 1 << 4, enumerator in enum:zink_blit_flags
H A Dzink_clear.c487 zink_blit_begin(ctx, ZINK_BLIT_SAVE_FB | ZINK_BLIT_SAVE_FS | (render_condition_enabled ? 0 : ZINK_BLIT_NO_COND_RENDER));
500 zink_blit_begin(ctx, ZINK_BLIT_SAVE_FB | ZINK_BLIT_SAVE_FS | (render_condition_enabled ? 0 : ZINK_BLIT_NO_COND_RENDER));
H A Dzink_blit.c352 if (flags & ZINK_BLIT_NO_COND_RENDER && ctx->render_condition_active)

Completed in 4 milliseconds