Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/glslang/MachineIndependent/
DPoolAlloc.cpp72 TPoolAllocator::TPoolAllocator(int growthIncrement, int allocationAlignment) : in TPoolAllocator() argument
73 pageSize(growthIncrement), in TPoolAllocator()
/external/swiftshader/src/OpenGL/compiler/
DPoolAlloc.cpp60 TPoolAllocator::TPoolAllocator(int growthIncrement, int allocationAlignment) : in TPoolAllocator() argument
63 , pageSize(growthIncrement), in TPoolAllocator()
DPoolAlloc.h126 TPoolAllocator(int growthIncrement = 8*1024, int allocationAlignment = 16);
/external/deqp-deps/glslang/glslang/Include/
DPoolAlloc.h149 TPoolAllocator(int growthIncrement = 8*1024, int allocationAlignment = 16);