Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_context.h212 FD_DIRTY_BLEND_COLOR = (1 << 12), enumerator
Dfreedreno_state.c54 ctx->dirty |= FD_DIRTY_BLEND_COLOR; in fd_set_blend_color()
/external/mesa3d/src/gallium/drivers/freedreno/a5xx/
Dfd5_emit.c632 if (dirty & FD_DIRTY_BLEND_COLOR) { in fd5_emit_state()
/external/mesa3d/src/gallium/drivers/freedreno/a4xx/
Dfd4_emit.c726 if (dirty & FD_DIRTY_BLEND_COLOR) { in fd4_emit_state()
/external/mesa3d/src/gallium/drivers/freedreno/a3xx/
Dfd3_emit.c773 if (dirty & FD_DIRTY_BLEND_COLOR) { in fd3_emit_state()