Searched refs:m_allocationSize (Results 1 – 1 of 1) sorted by relevance
92 VkDeviceSize m_allocationSize; member in vkt::memory::__anon67350ce20111::ExternalMemoryHostBaseTestInstance168 , m_allocationSize (m_minImportedHostPointerAlignment * allocationSize) in ExternalMemoryHostBaseTestInstance()174 …m_hostMemoryAlloc = deAlignedMalloc((size_t)m_allocationSize, (size_t)m_minImportedHostPointerAlig… in ExternalMemoryHostBaseTestInstance()237 memoryAllocateInfo.allocationSize = m_allocationSize; in allocateMemoryFromHostPointer()275 m_allocationSize = m_minImportedHostPointerAlignment; in iterate()315 if (requiredSize > m_allocationSize) in iterate()324 m_allocationSize = newHostAllocationSize; in iterate()331 if (requiredSize > m_allocationSize) in iterate()338 m_allocationSize = newHostAllocationSize; in iterate()751 if (requiredSize > m_allocationSize) in iterate()[all …]