Home
last modified time | relevance | path

Searched refs:FD_DIRTY_BLEND (Results 1 - 12 of 12) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_context.c152 fd_context_add_map(ctx, FD_DIRTY_ZSA | FD_DIRTY_BLEND | FD_DIRTY_PROG, in setup_state_map()
161 fd_context_add_map(ctx, FD_DIRTY_BLEND | FD_DIRTY_SAMPLE_MASK, in setup_state_map()
/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/
H A Dfd2_emit.c219 if (dirty & (FD_DIRTY_BLEND | FD_DIRTY_FRAMEBUFFER)) { in fd2_emit_state_binning()
372 if (dirty & (FD_DIRTY_BLEND | FD_DIRTY_ZSA)) { in fd2_emit_state()
378 if (dirty & (FD_DIRTY_BLEND | FD_DIRTY_FRAMEBUFFER)) { in fd2_emit_state()
H A Dfd2_draw.c631 FD_DIRTY_BLEND | FD_DIRTY_FRAMEBUFFER | FD_DIRTY_SCISSOR;
/third_party/mesa3d/src/gallium/drivers/freedreno/a3xx/
H A Dfd3_draw.c156 emit.dirty = dirty & ~(FD_DIRTY_BLEND);
H A Dfd3_emit.c758 if (dirty & (FD_DIRTY_BLEND | FD_DIRTY_FRAMEBUFFER)) { in fd3_emit_state()
/third_party/mesa3d/src/gallium/drivers/freedreno/
H A Dfreedreno_context.h147 FD_DIRTY_BLEND = BIT(0), enumerator
577 * - FD_DIRTY_BLEND needs to update GMEM reason
588 return dirty & (FD_DIRTY_FRAMEBUFFER | FD_DIRTY_ZSA | FD_DIRTY_BLEND | in fd_context_dirty_resource()
H A Dfreedreno_draw.c128 if (ctx->dirty & FD_DIRTY_BLEND) {
H A Dfreedreno_state.c430 fd_context_dirty(ctx, FD_DIRTY_BLEND);
/third_party/mesa3d/src/gallium/drivers/freedreno/a4xx/
H A Dfd4_draw.c169 emit.dirty = dirty & ~(FD_DIRTY_BLEND);
H A Dfd4_emit.c853 if ((dirty & FD_DIRTY_BLEND)) { in fd4_emit_state()
/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/
H A Dfd5_emit.c567 if (dirty & (FD_DIRTY_ZSA | FD_DIRTY_BLEND | FD_DIRTY_PROG)) { in fd5_emit_state()
787 if (dirty & FD_DIRTY_BLEND) { in fd5_emit_state()
817 if (dirty & (FD_DIRTY_BLEND | FD_DIRTY_SAMPLE_MASK)) { in fd5_emit_state()
H A Dfd5_draw.c132 emit.dirty = dirty & ~(FD_DIRTY_BLEND);

Completed in 10 milliseconds