Searched refs:mHostToGuestMemoryTypeIndexMap (Results 1 – 2 of 2) sorted by relevance
37 std::fill_n(mHostToGuestMemoryTypeIndexMap, VK_MAX_MEMORY_TYPES, kInvalidMemoryTypeIndex); in EmulatedPhysicalDeviceMemoryProperties()40 mHostToGuestMemoryTypeIndexMap[i] = i; in EmulatedPhysicalDeviceMemoryProperties()137 uint32_t guestMemoryTypeIndex = mHostToGuestMemoryTypeIndexMap[hostMemoryTypeIndex]; in transformToGuestMemoryRequirements()
62 uint32_t mHostToGuestMemoryTypeIndexMap[VK_MAX_MEMORY_TYPES]; variable