Searched refs:m_memProps (Results 1 – 2 of 2) sorted by relevance
202 , m_memProps(deviceMemProps) in SimpleAllocator()213 if (isHostVisibleMemory(m_memProps, allocInfo.memoryTypeIndex)) in allocate()221 …const deUint32 memoryTypeNdx = selectMatchingMemoryType(m_memProps, memReqs.memoryTypeBits, req… in allocate()249 DE_ASSERT(isHostVisibleMemory(m_memProps, allocInfo.memoryTypeIndex)); in allocate()
149 const VkPhysicalDeviceMemoryProperties m_memProps; member in vk::SimpleAllocator