Home
last modified time | relevance | path

Searched refs:allocationAlignment (Results 1 – 8 of 8) sorted by relevance

/external/angle/src/common/
DPoolAlloc.cpp29 PoolAllocator::PoolAllocator(int growthIncrement, int allocationAlignment) in PoolAllocator() argument
30 : mAlignment(allocationAlignment), in PoolAllocator()
40 initialize(growthIncrement, allocationAlignment); in PoolAllocator()
DPoolAlloc.h131 PoolAllocator(int growthIncrement = 8 * 1024, int allocationAlignment = kDefaultAlignment);
/external/angle/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/
DPoolAlloc.cpp72 TPoolAllocator::TPoolAllocator(int growthIncrement, int allocationAlignment) : in TPoolAllocator() argument
74 alignment(allocationAlignment), in TPoolAllocator()
/external/deqp-deps/glslang/glslang/MachineIndependent/
DPoolAlloc.cpp72 TPoolAllocator::TPoolAllocator(int growthIncrement, int allocationAlignment) : in TPoolAllocator() argument
74 alignment(allocationAlignment), in TPoolAllocator()
/external/swiftshader/src/OpenGL/compiler/
DPoolAlloc.cpp60 TPoolAllocator::TPoolAllocator(int growthIncrement, int allocationAlignment) : in TPoolAllocator() argument
61 alignment(allocationAlignment) in TPoolAllocator()
DPoolAlloc.h126 TPoolAllocator(int growthIncrement = 8*1024, int allocationAlignment = 16);
/external/angle/third_party/vulkan-deps/glslang/src/glslang/Include/
DPoolAlloc.h149 TPoolAllocator(int growthIncrement = 8*1024, int allocationAlignment = 16);
/external/deqp-deps/glslang/glslang/Include/
DPoolAlloc.h149 TPoolAllocator(int growthIncrement = 8*1024, int allocationAlignment = 16);