Searched refs:blend_write_color (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_blitter.c | 91 void *blend_write_color; /**< blend state with writemask of RGBA */ member 177 ctx->blend_write_color = pipe->create_blend_state(pipe, &blend); in util_blitter_create() 296 pipe->delete_blend_state(pipe, ctx->blend_write_color); in util_blitter_destroy() 905 pipe->bind_blend_state(pipe, ctx->blend_write_color); in util_blitter_clear_custom() 1189 pipe->bind_blend_state(pipe, ctx->blend_write_color); in util_blitter_copy_texture_view() 1299 pipe->bind_blend_state(pipe, ctx->blend_write_color); in util_blitter_clear_render_target() 1412 pipe->bind_blend_state(pipe, ctx->blend_write_color); in util_blitter_custom_depth_stencil()
|
D | u_blit.c | 59 struct pipe_blend_state blend_write_color, blend_keep_color; member 103 ctx->blend_write_color.rt[0].colormask = PIPE_MASK_RGBA; in util_create_blit() 672 cso_set_blend(ctx->cso, &ctx->blend_write_color); in util_blit_pixels() 875 cso_set_blend(ctx->cso, &ctx->blend_write_color); in util_blit_pixels_tex()
|
D | u_gen_mipmap.c | 62 struct pipe_blend_state blend_keep_color, blend_write_color; member 1279 memset(&ctx->blend_write_color, 0, sizeof(ctx->blend_write_color)); in util_create_gen_mipmap() 1280 ctx->blend_write_color.rt[0].colormask = PIPE_MASK_RGBA; in util_create_gen_mipmap() 1590 &ctx->blend_write_color); in util_gen_mipmap()
|