Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/cso_cache/
Dcso_context.c105 void *blend, *blend_saved; member
494 assert(!ctx->blend_saved); in cso_save_blend()
495 ctx->blend_saved = ctx->blend; in cso_save_blend()
501 if (ctx->blend != ctx->blend_saved) { in cso_restore_blend()
502 ctx->blend = ctx->blend_saved; in cso_restore_blend()
503 ctx->pipe->bind_blend_state(ctx->pipe, ctx->blend_saved); in cso_restore_blend()
505 ctx->blend_saved = NULL; in cso_restore_blend()