Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
Dfd6_context.c163 fd_context_add_map(ctx, FD_DIRTY_BLEND_COLOR, BIT(FD6_GROUP_BLEND_COLOR)); in setup_state_map()
/third_party/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_context.h150 FD_DIRTY_BLEND_COLOR = BIT(3), enumerator
Dfreedreno_state.c69 fd_context_dirty(ctx, FD_DIRTY_BLEND_COLOR); in fd_set_blend_color()
/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/
Dfd2_emit.c388 if (dirty & FD_DIRTY_BLEND_COLOR) { in fd2_emit_state()
/third_party/mesa3d/src/gallium/drivers/freedreno/a3xx/
Dfd3_emit.c807 if (dirty & FD_DIRTY_BLEND_COLOR) { in fd3_emit_state()
/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/
Dfd5_emit.c825 if (dirty & FD_DIRTY_BLEND_COLOR) { in fd5_emit_state()
/third_party/mesa3d/src/gallium/drivers/freedreno/a4xx/
Dfd4_emit.c885 if (dirty & FD_DIRTY_BLEND_COLOR) { in fd4_emit_state()