Searched refs:m_minImportedHostPointerAlignment (Results 1 – 1 of 1) sorted by relevance
109 VkDeviceSize m_minImportedHostPointerAlignment; member in vkt::memory::__anon863996580111::ExternalMemoryHostBaseTestInstance187 , m_minImportedHostPointerAlignment(getMinImportedHostPointerAlignment()) in ExternalMemoryHostBaseTestInstance()188 , m_allocationSize(m_minImportedHostPointerAlignment * allocationSize) in ExternalMemoryHostBaseTestInstance()191 …MemoryAlloc = deAlignedMalloc((size_t)m_allocationSize, (size_t)m_minImportedHostPointerAlignment); in ExternalMemoryHostBaseTestInstance()196 DE_ASSERT(deIsAlignedPtr(m_hostMemoryAlloc, (uintptr_t)m_minImportedHostPointerAlignment)); in ExternalMemoryHostBaseTestInstance()304 … m_hostMemoryAlloc = deAlignedRealloc(m_hostMemoryAlloc, (size_t)m_minImportedHostPointerAlignment, in iterate()305 (size_t)m_minImportedHostPointerAlignment); in iterate()306 m_allocationSize = m_minImportedHostPointerAlignment; in iterate()312 DE_ASSERT(deIsAlignedPtr(m_hostMemoryAlloc, (uintptr_t)m_minImportedHostPointerAlignment)); in iterate()370 … const auto newHostAllocationSize = de::roundUp(requiredSize, m_minImportedHostPointerAlignment); in iterate()[all …]