Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/glslang/Include/
DPoolAlloc.h78 size(size), mem(mem), prevAlloc(prev) { in size()
119 TAllocation* prevAlloc; // prior allocation in the chain variable
/external/swiftshader/src/OpenGL/compiler/
DPoolAlloc.h54 size(size), mem(mem), prevAlloc(prev) { in size()
95 TAllocation* prevAlloc; // prior allocation in the chain variable
DPoolAlloc.cpp335 for (const TAllocation* alloc = this; alloc != 0; alloc = alloc->prevAlloc) in checkAllocList()
/external/deqp-deps/glslang/glslang/MachineIndependent/
DPoolAlloc.cpp311 for (const TAllocation* alloc = this; alloc != 0; alloc = alloc->prevAlloc) in checkAllocList()