Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
Dfd6_context.c160 fd_context_add_map(ctx, FD_DIRTY_BLEND | FD_DIRTY_SAMPLE_MASK, in setup_state_map()
/third_party/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_context.h152 FD_DIRTY_SAMPLE_MASK = BIT(5), enumerator
Dfreedreno_state.c93 fd_context_dirty(ctx, FD_DIRTY_SAMPLE_MASK); in fd_set_sample_mask()
/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/
Dfd2_emit.c249 if (dirty & FD_DIRTY_SAMPLE_MASK) { in fd2_emit_state()
Dfd2_draw.c630 FD_DIRTY_SAMPLE_MASK | FD_DIRTY_PROG | FD_DIRTY_CONST | in fd2_clear()
/third_party/mesa3d/src/gallium/drivers/freedreno/a3xx/
Dfd3_emit.c523 if (dirty & FD_DIRTY_SAMPLE_MASK) { in fd3_emit_state()
/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/
Dfd5_emit.c825 if (dirty & (FD_DIRTY_BLEND | FD_DIRTY_SAMPLE_MASK)) { in fd5_emit_state()