Searched refs:ZINK_BLIT_NO_COND_RENDER (Results 1 – 3 of 3) sorted by relevance
487 …ZINK_BLIT_SAVE_FB | ZINK_BLIT_SAVE_FS | (render_condition_enabled ? 0 : ZINK_BLIT_NO_COND_RENDER)); in zink_clear_render_target()500 …ZINK_BLIT_SAVE_FB | ZINK_BLIT_SAVE_FS | (render_condition_enabled ? 0 : ZINK_BLIT_NO_COND_RENDER)); in zink_clear_depth_stencil()
72 ZINK_BLIT_NO_COND_RENDER = 1 << 4, enumerator
352 if (flags & ZINK_BLIT_NO_COND_RENDER && ctx->render_condition_active) in zink_blit_begin()