Home
last modified time | relevance | path

Searched refs:guardBlockSize (Results 1 – 4 of 4) sorted by relevance

/external/deqp-deps/glslang/glslang/Include/
DPoolAlloc.h85 memset(preGuard(), guardBlockBeginVal, guardBlockSize); in size()
87 memset(postGuard(), guardBlockEndVal, guardBlockSize); in size()
101 return size + 2 * guardBlockSize + headerSize(); in allocationSize()
106 return m + guardBlockSize + headerSize(); in offsetAllocation()
114 unsigned char* data() const { return preGuard() + guardBlockSize; } in data()
125 const static size_t guardBlockSize; variable
/external/swiftshader/src/OpenGL/compiler/
DPoolAlloc.h61 memset(preGuard(), guardBlockBeginVal, guardBlockSize); in size()
63 memset(postGuard(), guardBlockEndVal, guardBlockSize); in size()
77 return size + 2 * guardBlockSize + headerSize(); in allocationSize()
82 return m + guardBlockSize + headerSize(); in offsetAllocation()
90 unsigned char* data() const { return preGuard() + guardBlockSize; } in data()
102 const static size_t guardBlockSize; variable
DPoolAlloc.cpp145 const size_t TAllocation::guardBlockSize = 16; member in TAllocation
147 const size_t TAllocation::guardBlockSize = 0; member in TAllocation
156 for (size_t x = 0; x < guardBlockSize; x++) { in checkGuardBlock()
/external/deqp-deps/glslang/glslang/MachineIndependent/
DPoolAlloc.cpp145 const size_t TAllocation::guardBlockSize = 16; member in glslang::TAllocation
147 const size_t TAllocation::guardBlockSize = 0; member in glslang::TAllocation
160 for (size_t x = 0; x < guardBlockSize; x++) { in checkGuardBlock()
172 assert(guardBlockSize == 0); in checkGuardBlock()