Home
last modified time | relevance | path

Searched defs:alpha_blend (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/intel/isl/
Disl_format.c45 uint8_t alpha_blend; member
/third_party/mesa3d/src/gallium/auxiliary/hud/
Dhud_private.h61 struct pipe_blend_state no_blend, alpha_blend; member
/third_party/mesa3d/src/gallium/drivers/lima/
Dlima_gpu.h87 uint32_t alpha_blend; member
/third_party/mesa3d/src/gallium/include/pipe/
Dp_state.h905 bool alpha_blend; /* dst.rgb = src.rgb * src.a + dst.rgb * (1 - src.a) */ member
/third_party/mesa3d/src/gallium/auxiliary/util/
Du_blitter.c1921 bool alpha_blend, bool sample0_only) in util_blitter_blit_generic()