Home
last modified time | relevance | path

Searched defs:alignBytes (Results 1 - 3 of 3) sorted by relevance

/third_party/vk-gl-cts/framework/delibs/decpp/
H A DdeMemPool.hpp96 inline void* MemPool::alignedAlloc (deUintptr numBytes, deUint32 alignBytes) in alignedAlloc() argument
/third_party/vk-gl-cts/framework/delibs/debase/
H A DdeMemory.c140 void* deAlignedMalloc (size_t numBytes, size_t alignBytes) in deAlignedMalloc() argument
187 void* deAlignedRealloc (void* ptr, size_t numBytes, size_t alignBytes) in deAlignedRealloc() argument
[all...]
/third_party/vk-gl-cts/framework/delibs/depool/
H A DdeMemPool.c426 DE_INLINE void* deMemPool_allocInternal (deMemPool* pool, size_t numBytes, deUint32 alignBytes) in deMemPool_allocInternal() argument
517 void* deMemPool_alignedAlloc (deMemPool* pool, size_t numBytes, deUint32 alignBytes) in deMemPool_alignedAlloc() argument
[all...]

Completed in 2 milliseconds