Searched refs:blend_saved (Results 1 – 1 of 1) sorted by relevance
104 void *blend, *blend_saved; member415 assert(!ctx->blend_saved); in cso_save_blend()416 ctx->blend_saved = ctx->blend; in cso_save_blend()421 if (ctx->blend != ctx->blend_saved) { in cso_restore_blend()422 ctx->blend = ctx->blend_saved; in cso_restore_blend()423 ctx->pipe->bind_blend_state(ctx->pipe, ctx->blend_saved); in cso_restore_blend()425 ctx->blend_saved = NULL; in cso_restore_blend()