HomeSort by relevance Sort by last modified time
    Searched refs:ETNA_DIRTY_SAMPLERS (Results 1 - 3 of 3) sorted by null

  /external/mesa3d/src/gallium/drivers/etnaviv/
etnaviv_context.h 106 ETNA_DIRTY_SAMPLERS = (1 << 1),
etnaviv_texture.c 104 ctx->dirty |= ETNA_DIRTY_SAMPLERS;
etnaviv_emit.c 623 if (unlikely(dirty & (ETNA_DIRTY_SAMPLER_VIEWS | ETNA_DIRTY_SAMPLERS))) {
656 if (unlikely(dirty & (ETNA_DIRTY_SAMPLER_VIEWS | ETNA_DIRTY_SAMPLERS))) {
    [all...]

Completed in 86 milliseconds