Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_context.h126 FD_DIRTY_BLEND_COLOR = BIT(3), enumerator
Dfreedreno_state.c52 ctx->dirty |= FD_DIRTY_BLEND_COLOR; in fd_set_blend_color()
/external/mesa3d/src/gallium/drivers/freedreno/a2xx/
Dfd2_emit.c382 if (dirty & FD_DIRTY_BLEND_COLOR) { in fd2_emit_state()
/external/mesa3d/src/gallium/drivers/freedreno/a3xx/
Dfd3_emit.c803 if (dirty & FD_DIRTY_BLEND_COLOR) { in fd3_emit_state()
/external/mesa3d/src/gallium/drivers/freedreno/a4xx/
Dfd4_emit.c740 if (dirty & FD_DIRTY_BLEND_COLOR) { in fd4_emit_state()
/external/mesa3d/src/gallium/drivers/freedreno/a5xx/
Dfd5_emit.c782 if (dirty & FD_DIRTY_BLEND_COLOR) { in fd5_emit_state()
/external/mesa3d/src/gallium/drivers/freedreno/a6xx/
Dfd6_emit.c989 if (dirty & FD_DIRTY_BLEND_COLOR) { in fd6_emit_state()