Searched refs:SWR_ASSUME_ASSERT (Results 1 - 3 of 3) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/core/core/ |
| H A D | arena.h | 54 SWR_ASSUME_ASSERT(size >= sizeof(ArenaBlock)); 65 SWR_ASSUME_ASSERT(pMem->blockSize < size_t(0xdddddddd)); 77 SWR_ASSUME_ASSERT(size >= sizeof(ArenaBlock)); 78 SWR_ASSUME_ASSERT(size <= uint32_t(-1)); 113 SWR_ASSUME_ASSERT(pPrevBlock && pPrevBlock->pNext == pBlock); 263 SWR_ASSUME_ASSERT(bucketId < CACHE_NUM_BUCKETS); 281 SWR_ASSUME_ASSERT(pPrevBlock);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/common/ |
| H A D | swr_assert.h | 47 // - SWR_ASSUME_ASSERT(expression, ...): Conditionally enabled SWR_ASSERT. Uses 165 #define SWR_ASSUME_ASSERT(e, ...) SWR_ASSERT(e, ##__VA_ARGS__) macro 216 #define SWR_ASSUME_ASSERT(e, ...) SWR_ASSUME(e, ##__VA_ARGS__) macro
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/common/ |
| H A D | swr_assert.h | 47 // - SWR_ASSUME_ASSERT(expression, ...): Conditionally enabled SWR_ASSERT. Uses 165 #define SWR_ASSUME_ASSERT(e, ...) SWR_ASSERT(e, ##__VA_ARGS__) macro 210 #define SWR_ASSUME_ASSERT(e, ...) SWR_ASSUME(e, ##__VA_ARGS__) macro
|
Completed in 5 milliseconds