Searched defs:custom_blend (Results 1 - 1 of 1) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/util/
H A Du_blitter.c889 void *custom_blend, void *custom_dsa)
902 if (custom_blend) {
903 pipe->bind_blend_state(pipe, custom_blend);
1511 void *custom_blend)
1523 pipe->bind_blend_state(pipe, custom_blend);
1568 void *custom_blend)
1585 pipe->bind_blend_state(pipe, custom_blend);
882 util_blitter_clear_custom(struct blitter_context *blitter, unsigned width, unsigned height, unsigned num_cbufs, unsigned clear_buffers, enum pipe_format cbuf_format, const union pipe_color_union *color, double depth, unsigned stencil, void *custom_blend, void *custom_dsa) argument
1504 util_blitter_custom_resolve_color(struct blitter_context *blitter, struct pipe_resource *dst, unsigned dst_level, unsigned dst_layer, struct pipe_resource *src, unsigned src_layer, unsigned sample_mask, void *custom_blend) argument
1566 util_blitter_custom_color(struct blitter_context *blitter, struct pipe_surface *dstsurf, void *custom_blend) argument

Completed in 60 milliseconds