Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/common/
H A DPoolAlloc.cpp162 PoolAllocator::PoolAllocator(int growthIncrement, int allocationAlignment) in PoolAllocator() argument
163 : mAlignment(allocationAlignment), in PoolAllocator()
173 initialize(growthIncrement, allocationAlignment); in PoolAllocator()
H A DPoolAlloc.h70 PoolAllocator(int growthIncrement = 8 * 1024, int allocationAlignment = kDefaultAlignment);
/aosp_15_r20/external/deqp-deps/glslang/glslang/MachineIndependent/
DPoolAlloc.cpp66 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 DPoolAlloc.cpp73 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 DPoolAlloc.h154 TPoolAllocator(int growthIncrement = 8*1024, int allocationAlignment = 16);
/aosp_15_r20/external/deqp-deps/glslang/glslang/Include/
DPoolAlloc.h154 TPoolAllocator(int growthIncrement = 8*1024, int allocationAlignment = 16);