Home
last modified time | relevance | path

Searched refs:kInvalidMemoryTypeIndex (Results 1 – 1 of 1) sorted by relevance

/hardware/google/gfxstream/host/vulkan/
DVkEmulatedPhysicalDeviceMemory.cpp26 static constexpr const uint32_t kInvalidMemoryTypeIndex = std::numeric_limits<uint32_t>::max(); variable
36 std::fill_n(mGuestToHostMemoryTypeIndexMap, VK_MAX_MEMORY_TYPES, kInvalidMemoryTypeIndex); in EmulatedPhysicalDeviceMemoryProperties()
37 std::fill_n(mHostToGuestMemoryTypeIndexMap, VK_MAX_MEMORY_TYPES, kInvalidMemoryTypeIndex); in EmulatedPhysicalDeviceMemoryProperties()
119 if (hostMemoryTypeIndex == kInvalidMemoryTypeIndex) { in getHostMemoryInfoFromGuestMemoryTypeIndex()
138 if (guestMemoryTypeIndex == kInvalidMemoryTypeIndex) { in transformToGuestMemoryRequirements()