Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_context.h120 ETNA_DIRTY_BLEND_COLOR = (1 << 6), enumerator
Detnaviv_blend.c151 ctx->dirty |= ETNA_DIRTY_BLEND_COLOR; in etna_set_blend_color()
Detnaviv_state.c641 etna_update_blend_color, ETNA_DIRTY_BLEND_COLOR | ETNA_DIRTY_FRAMEBUFFER,
Detnaviv_emit.c503 if (unlikely(dirty & (ETNA_DIRTY_BLEND_COLOR))) { in etna_emit_state()