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

  /external/mesa3d/src/gallium/drivers/radeonsi/
si_pipe.h 229 unsigned dirty_atoms; /* mask */ member in struct:si_context
439 sctx->dirty_atoms |= bit;
441 sctx->dirty_atoms &= ~bit;
450 return sctx->dirty_atoms & bit;
  /external/mesa3d/src/gallium/drivers/r600/
r600_pipe.h 446 uint64_t dirty_atoms; member in struct:r600_context
545 rctx->dirty_atoms |= mask;
547 rctx->dirty_atoms &= ~mask;

Completed in 4310 milliseconds