Searched refs:m_memProps (Results 1 – 2 of 2) sorted by relevance
196 , m_memProps(deviceMemProps) in SimpleAllocator()207 if (isHostVisibleMemory(m_memProps, allocInfo.memoryTypeIndex)) in allocate()215 …const deUint32 memoryTypeNdx = selectMatchingMemoryType(m_memProps, memReqs.memoryTypeBits, req… in allocate()229 DE_ASSERT(isHostVisibleMemory(m_memProps, allocInfo.memoryTypeIndex)); in allocate()
144 const VkPhysicalDeviceMemoryProperties m_memProps; member in vk::SimpleAllocator