Searched refs:deAlignedMalloc (Results 1 – 8 of 8) sorted by relevance
/external/deqp/framework/delibs/debase/ |
D | deMemory.c | 140 void* deAlignedMalloc (size_t numBytes, size_t alignBytes) in deAlignedMalloc() function 208 void* const newPtr = deAlignedMalloc(numBytes, alignBytes); in deAlignedRealloc() 232 return deAlignedMalloc(numBytes, alignBytes); in deAlignedRealloc() 323 …void* const ptr = deAlignedMalloc(s_alignedAllocCases[caseNdx].numBytes, s_alignedAllocCases[cas… in deMemory_selfTest() 335 …void* const ptr = deAlignedMalloc(s_alignedReallocCases[caseNdx].initialSize, s_alignedReallocCa… in deMemory_selfTest()
|
D | deMemory.h | 40 void* deAlignedMalloc (size_t numBytes, size_t alignBytes);
|
/external/deqp/framework/delibs/decpp/ |
D | deArrayBuffer.cpp | 45 ptr = deAlignedMalloc(sizeAsInt, (int)alignment); in ArrayBuffer_AlignedMalloc()
|
D | deAppendList.hpp | 76 , elements (reinterpret_cast<ElementType*>(deAlignedMalloc(sizeof(ElementType)*size, in Block()
|
/external/deqp/external/vulkancts/modules/vulkan/util/ |
D | vktExternalMemoryUtil.hpp | 179 data = deAlignedMalloc(this->size, static_cast<size_t>(aAlignment)); in ExternalHostMemory()
|
/external/deqp/framework/delibs/depool/ |
D | deMemPool.c | 442 void* ptr = deAlignedMalloc(numBytes, alignBytes); in deMemPool_allocInternal()
|
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkAllocationCallbackUtil.cpp | 40 return deAlignedMalloc(size, (deUint32)alignment); in systemAllocate()
|
/external/deqp/external/vulkancts/modules/vulkan/memory/ |
D | vktMemoryExternalMemoryHostTests.cpp | 188 …m_hostMemoryAlloc = deAlignedMalloc((size_t)m_allocationSize, (size_t)m_minImportedHostPointerAlig… in ExternalMemoryHostBaseTestInstance()
|