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

  /external/mesa3d/src/gallium/drivers/radeonsi/
si_pipe.h 452 unsigned dirty_atoms; /* mask */ member in struct:si_context
773 sctx->dirty_atoms |= bit;
775 sctx->dirty_atoms &= ~bit;
784 return sctx->dirty_atoms & bit;
si_state_draw.c     [all...]
  /external/mesa3d/src/gallium/drivers/r600/
r600_pipe.h 508 uint64_t dirty_atoms; member in struct:r600_context
624 rctx->dirty_atoms |= mask;
626 rctx->dirty_atoms &= ~mask;
    [all...]
r600_hw_context.c 56 mask = ctx->dirty_atoms;
r600_state_common.c     [all...]

Completed in 50 milliseconds