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

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_context.c152 fd_context_add_map(ctx, FD_DIRTY_ZSA | FD_DIRTY_BLEND | FD_DIRTY_PROG,
161 fd_context_add_map(ctx, FD_DIRTY_BLEND | FD_DIRTY_SAMPLE_MASK,
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a3xx/
H A Dfd3_draw.c167 emit.dirty = dirty & ~(FD_DIRTY_BLEND);
H A Dfd3_emit.c728 if (dirty & (FD_DIRTY_BLEND | FD_DIRTY_FRAMEBUFFER)) {
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a4xx/
H A Dfd4_draw.c172 emit.dirty = dirty & ~(FD_DIRTY_BLEND);
H A Dfd4_emit.c693 if ((dirty & FD_DIRTY_BLEND)) {
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a3xx/
H A Dfd3_draw.c156 emit.dirty = dirty & ~(FD_DIRTY_BLEND);
H A Dfd3_emit.c767 if (dirty & (FD_DIRTY_BLEND | FD_DIRTY_FRAMEBUFFER)) {
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a4xx/
H A Dfd4_draw.c157 emit.dirty = dirty & ~(FD_DIRTY_BLEND);
H A Dfd4_emit.c713 if ((dirty & FD_DIRTY_BLEND)) {
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/
H A Dfreedreno_context.h147 FD_DIRTY_BLEND = BIT(0), enumerator in enum:fd_dirty_3d_state
575 * - FD_DIRTY_BLEND needs to update GMEM reason
586 return dirty & (FD_DIRTY_FRAMEBUFFER | FD_DIRTY_ZSA | FD_DIRTY_BLEND |
H A Dfreedreno_draw.c128 if (ctx->dirty & FD_DIRTY_BLEND) {
H A Dfreedreno_state.c422 fd_context_dirty(ctx, FD_DIRTY_BLEND);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/
H A Dfreedreno_context.h118 FD_DIRTY_BLEND = BIT(0), enumerator in enum:fd_dirty_3d_state
H A Dfreedreno_state.c377 ctx->dirty |= FD_DIRTY_BLEND;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a2xx/
H A Dfd2_emit.c219 if (dirty & (FD_DIRTY_BLEND | FD_DIRTY_FRAMEBUFFER)) {
360 if (dirty & (FD_DIRTY_BLEND | FD_DIRTY_ZSA)) {
366 if (dirty & (FD_DIRTY_BLEND | FD_DIRTY_FRAMEBUFFER)) {
H A Dfd2_draw.c610 FD_DIRTY_BLEND |
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a2xx/
H A Dfd2_emit.c219 if (dirty & (FD_DIRTY_BLEND | FD_DIRTY_FRAMEBUFFER)) {
372 if (dirty & (FD_DIRTY_BLEND | FD_DIRTY_ZSA)) {
378 if (dirty & (FD_DIRTY_BLEND | FD_DIRTY_FRAMEBUFFER)) {
H A Dfd2_draw.c631 FD_DIRTY_BLEND | FD_DIRTY_FRAMEBUFFER | FD_DIRTY_SCISSOR;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a5xx/
H A Dfd5_emit.c544 if (dirty & (FD_DIRTY_ZSA | FD_DIRTY_BLEND | FD_DIRTY_PROG)) {
722 if (dirty & FD_DIRTY_BLEND) {
756 if (dirty & (FD_DIRTY_BLEND | FD_DIRTY_SAMPLE_MASK)) {
H A Dfd5_draw.c154 emit.dirty = dirty & ~(FD_DIRTY_BLEND);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a5xx/
H A Dfd5_emit.c575 if (dirty & (FD_DIRTY_ZSA | FD_DIRTY_BLEND | FD_DIRTY_PROG)) {
795 if (dirty & FD_DIRTY_BLEND) {
825 if (dirty & (FD_DIRTY_BLEND | FD_DIRTY_SAMPLE_MASK)) {
H A Dfd5_draw.c136 emit.dirty = dirty & ~(FD_DIRTY_BLEND);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_emit.c969 if (dirty & FD_DIRTY_BLEND) {
1003 if (dirty & (FD_DIRTY_BLEND | FD_DIRTY_SAMPLE_MASK)) {

Completed in 22 milliseconds