Searched refs:blend_sub (Results 1 – 2 of 2) sorted by relevance
425 r->blend_sub[i] = r->pipe->create_blend_state(r->pipe, &blend); in init_pipe_state()426 if (!r->blend_sub[i]) in init_pipe_state()447 if (r->blend_sub[i]) in init_pipe_state()448 r->pipe->delete_blend_state(r->pipe, r->blend_sub[i]); in init_pipe_state()474 r->pipe->delete_blend_state(r->pipe, r->blend_sub[i]); in cleanup_pipe_state()648 renderer->pipe->bind_blend_state(renderer->pipe, renderer->blend_sub[mask]); in vl_mc_render_ycbcr()
54 void *blend_sub[VL_MC_NUM_BLENDERS]; member