Searched refs:allocationAlignment (Results 1 – 8 of 8) sorted by relevance
/external/angle/src/common/ |
D | PoolAlloc.cpp | 29 PoolAllocator::PoolAllocator(int growthIncrement, int allocationAlignment) in PoolAllocator() argument 30 : mAlignment(allocationAlignment), in PoolAllocator() 40 initialize(growthIncrement, allocationAlignment); in PoolAllocator()
|
D | PoolAlloc.h | 131 PoolAllocator(int growthIncrement = 8 * 1024, int allocationAlignment = kDefaultAlignment);
|
/external/angle/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/ |
D | PoolAlloc.cpp | 72 TPoolAllocator::TPoolAllocator(int growthIncrement, int allocationAlignment) : in TPoolAllocator() argument 74 alignment(allocationAlignment), in TPoolAllocator()
|
/external/deqp-deps/glslang/glslang/MachineIndependent/ |
D | PoolAlloc.cpp | 72 TPoolAllocator::TPoolAllocator(int growthIncrement, int allocationAlignment) : in TPoolAllocator() argument 74 alignment(allocationAlignment), in TPoolAllocator()
|
/external/swiftshader/src/OpenGL/compiler/ |
D | PoolAlloc.cpp | 60 TPoolAllocator::TPoolAllocator(int growthIncrement, int allocationAlignment) : in TPoolAllocator() argument 61 alignment(allocationAlignment) in TPoolAllocator()
|
D | PoolAlloc.h | 126 TPoolAllocator(int growthIncrement = 8*1024, int allocationAlignment = 16);
|
/external/angle/third_party/vulkan-deps/glslang/src/glslang/Include/ |
D | PoolAlloc.h | 149 TPoolAllocator(int growthIncrement = 8*1024, int allocationAlignment = 16);
|
/external/deqp-deps/glslang/glslang/Include/ |
D | PoolAlloc.h | 149 TPoolAllocator(int growthIncrement = 8*1024, int allocationAlignment = 16);
|