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

  /external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
arena.h 55 SWR_ASSUME_ASSERT(size >= sizeof(ArenaBlock));
66 SWR_ASSUME_ASSERT(pMem->blockSize < size_t(0xdddddddd));
78 SWR_ASSUME_ASSERT(size >= sizeof(ArenaBlock));
79 SWR_ASSUME_ASSERT(size <= uint32_t(-1));
114 SWR_ASSUME_ASSERT(pPrevBlock && pPrevBlock->pNext == pBlock);
261 SWR_ASSUME_ASSERT(bucketId < CACHE_NUM_BUCKETS);
278 SWR_ASSUME_ASSERT(pPrevBlock);
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/common/
swr_assert.h 47 // - SWR_ASSUME_ASSERT(expression, ...): Conditionally enabled SWR_ASSERT. Uses
152 #define SWR_ASSUME_ASSERT(e, ...) SWR_ASSERT(e, ##__VA_ARGS__)
193 #define SWR_ASSUME_ASSERT(e, ...) SWR_ASSUME(e, ##__VA_ARGS__)

Completed in 52 milliseconds