Searched refs:blend_keep_color (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_blitter.c92 void *blend_keep_color; /**< blend state with writemask of 0 */ member in struct:blitter_context_priv
174 ctx->blend_keep_color = pipe->create_blend_state(pipe, &blend);
297 pipe->delete_blend_state(pipe, ctx->blend_keep_color);
907 pipe->bind_blend_state(pipe, ctx->blend_keep_color);
1167 pipe->bind_blend_state(pipe, ctx->blend_keep_color);
1349 pipe->bind_blend_state(pipe, ctx->blend_keep_color);
H A Du_blit.c59 struct pipe_blend_state blend_write_color, blend_keep_color; member in struct:blit_state
674 cso_set_blend(ctx->cso, &ctx->blend_keep_color);
H A Du_gen_mipmap.c62 struct pipe_blend_state blend_keep_color, blend_write_color; member in struct:gen_mipmap_state
1278 memset(&ctx->blend_keep_color, 0, sizeof(ctx->blend_keep_color));
1589 cso_set_blend(ctx->cso, is_depth ? &ctx->blend_keep_color :
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_blitter.c92 void *blend_keep_color; /**< blend state with writemask of 0 */ member in struct:blitter_context_priv
174 ctx->blend_keep_color = pipe->create_blend_state(pipe, &blend);
297 pipe->delete_blend_state(pipe, ctx->blend_keep_color);
907 pipe->bind_blend_state(pipe, ctx->blend_keep_color);
1167 pipe->bind_blend_state(pipe, ctx->blend_keep_color);
1349 pipe->bind_blend_state(pipe, ctx->blend_keep_color);
H A Du_blit.c59 struct pipe_blend_state blend_write_color, blend_keep_color; member in struct:blit_state
674 cso_set_blend(ctx->cso, &ctx->blend_keep_color);
H A Du_gen_mipmap.c62 struct pipe_blend_state blend_keep_color, blend_write_color; member in struct:gen_mipmap_state
1278 memset(&ctx->blend_keep_color, 0, sizeof(ctx->blend_keep_color));
1589 cso_set_blend(ctx->cso, is_depth ? &ctx->blend_keep_color :

Completed in 229 milliseconds