Home
last modified time | relevance | path

Searched defs:pipe_blend_state (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/mesa3d/src/gallium/include/pipe/
H A Dp_state.h364 struct pipe_blend_state struct
366 unsigned independent_blend_enable:1;
367 unsigned logicop_enable:1;
368 unsigned logicop_func:4; /**< PIPE_LOGICOP_x */
369 unsigned dither:1;
370 unsigned alpha_to_coverage:1;
371 unsigned alpha_to_coverage_dither:1;
372 unsigned alpha_to_one:1;
373 unsigned max_rt:3; /* index of max rt, Ie. # of cbufs minus 1 */
374 unsigned advanced_blend_func:4;
[all …]
/aosp_15_r20/external/virglrenderer/src/gallium/include/pipe/
H A Dp_state.h274 struct pipe_blend_state struct
276 unsigned independent_blend_enable:1;
277 unsigned logicop_enable:1;
278 unsigned logicop_func:4; /**< PIPE_LOGICOP_x */
279 unsigned dither:1;
280 unsigned alpha_to_coverage:1;
281 unsigned alpha_to_one:1;
282 struct pipe_rt_blend_state rt[PIPE_MAX_COLOR_BUFS];