Searched refs:allocationAlignment (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/angle/src/common/ |
H A D | PoolAlloc.cpp | 162 PoolAllocator::PoolAllocator(int growthIncrement, int allocationAlignment) in PoolAllocator() argument 163 : mAlignment(allocationAlignment), in PoolAllocator() 173 initialize(growthIncrement, allocationAlignment); in PoolAllocator()
|
H A D | PoolAlloc.h | 70 PoolAllocator(int growthIncrement = 8 * 1024, int allocationAlignment = kDefaultAlignment);
|
/aosp_15_r20/external/deqp-deps/glslang/glslang/MachineIndependent/ |
D | PoolAlloc.cpp | 66 TPoolAllocator::TPoolAllocator(int growthIncrement, int allocationAlignment) : in TPoolAllocator() argument 68 alignment(allocationAlignment), in TPoolAllocator()
|
/aosp_15_r20/external/angle/third_party/glslang/src/glslang/MachineIndependent/ |
H A D | PoolAlloc.cpp | 73 TPoolAllocator::TPoolAllocator(int growthIncrement, int allocationAlignment) : in TPoolAllocator() argument 75 alignment(allocationAlignment), in TPoolAllocator()
|
/aosp_15_r20/external/angle/third_party/glslang/src/glslang/Include/ |
H A D | PoolAlloc.h | 154 TPoolAllocator(int growthIncrement = 8*1024, int allocationAlignment = 16);
|
/aosp_15_r20/external/deqp-deps/glslang/glslang/Include/ |
D | PoolAlloc.h | 154 TPoolAllocator(int growthIncrement = 8*1024, int allocationAlignment = 16);
|