Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/glslang/Include/
DPoolAlloc.h87 memset(postGuard(), guardBlockEndVal, guardBlockSize); in size()
93 checkGuardBlock(postGuard(), guardBlockEndVal, "after"); in check()
122 const static unsigned char guardBlockEndVal; variable
/external/swiftshader/src/OpenGL/compiler/
DPoolAlloc.h63 memset(postGuard(), guardBlockEndVal, guardBlockSize); in size()
69 checkGuardBlock(postGuard(), guardBlockEndVal, "after"); in check()
99 const static unsigned char guardBlockEndVal; variable
DPoolAlloc.cpp141 const unsigned char TAllocation::guardBlockEndVal = 0xfe; member in TAllocation
/external/deqp-deps/glslang/glslang/MachineIndependent/
DPoolAlloc.cpp141 const unsigned char TAllocation::guardBlockEndVal = 0xfe; member in glslang::TAllocation