HomeSort by: relevance | last modified time | path
    Searched refs:ETNA_DIRTY_BLEND_COLOR (Results 1 - 8 of 8) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/etnaviv/
etnaviv_context.h 128 ETNA_DIRTY_BLEND_COLOR = (1 << 6),
etnaviv_blend.c 166 ctx->dirty |= ETNA_DIRTY_BLEND_COLOR;
etnaviv_emit.c 462 if (unlikely(dirty & (ETNA_DIRTY_BLEND_COLOR))) {
509 if (unlikely(dirty & (ETNA_DIRTY_BLEND_COLOR)) &&
etnaviv_state.c 787 etna_update_blend_color, ETNA_DIRTY_BLEND_COLOR | ETNA_DIRTY_FRAMEBUFFER,
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/etnaviv/
etnaviv_context.h 121 ETNA_DIRTY_BLEND_COLOR = (1 << 6),
etnaviv_blend.c 154 ctx->dirty |= ETNA_DIRTY_BLEND_COLOR;
etnaviv_state.c 640 etna_update_blend_color, ETNA_DIRTY_BLEND_COLOR | ETNA_DIRTY_FRAMEBUFFER,
etnaviv_emit.c 488 if (unlikely(dirty & (ETNA_DIRTY_BLEND_COLOR))) {

Completed in 10 milliseconds