Home
last modified time | relevance | path

Searched refs:no_blend (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/hud/
Dhud_private.h60 struct pipe_blend_state no_blend, alpha_blend; member
Dhud_context.c584 cso_set_blend(cso, &hud->no_blend); in hud_draw_results()
1843 hud->no_blend.rt[0].colormask = PIPE_MASK_RGBA; in hud_create()
/external/mesa3d/src/gallium/drivers/panfrost/
Dpan_cmdstream.c390 bool no_blend = true; in panfrost_prepare_bifrost_fs_state() local
393 no_blend &= (!blend[i].load_dest | blend[i].no_colour); in panfrost_prepare_bifrost_fs_state()
397 !fs->can_discard && !fs->writes_depth && no_blend; in panfrost_prepare_bifrost_fs_state()