Home
last modified time | relevance | path

Searched refs:SWR_ASSUME_ASSERT (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Darena.h55 SWR_ASSUME_ASSERT(size >= sizeof(ArenaBlock)); in AllocateAligned()
66 SWR_ASSUME_ASSERT(pMem->blockSize < size_t(0xdddddddd)); in Free()
78 SWR_ASSUME_ASSERT(size >= sizeof(ArenaBlock)); in AllocateAligned()
79 SWR_ASSUME_ASSERT(size <= uint32_t(-1)); in AllocateAligned()
114 SWR_ASSUME_ASSERT(pPrevBlock && pPrevBlock->pNext == pBlock); in AllocateAligned()
261 SWR_ASSUME_ASSERT(bucketId < CACHE_NUM_BUCKETS); in InsertCachedBlock()
278 SWR_ASSUME_ASSERT(pPrevBlock); in InsertCachedBlock()
/external/mesa3d/src/gallium/drivers/swr/rasterizer/common/
Dswr_assert.h128 #define SWR_ASSUME_ASSERT(e, ...) SWR_ASSERT(e, ##__VA_ARGS__) macro
150 #define SWR_ASSUME_ASSERT(e, ...) SWR_ASSUME(e, ##__VA_ARGS__) macro