Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_blend.c43 bool alpha_enable, logicop_enable; in etna_blend_state_create() local
55 alpha_enable = rt0->blend_enable && in etna_blend_state_create()
66 bool separate_alpha = alpha_enable && in etna_blend_state_create()
70 if (alpha_enable) { in etna_blend_state_create()
91 co->fo_allowed = !alpha_enable && !logicop_enable; in etna_blend_state_create()