Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/vulkan/
DVkEmulatedPhysicalDeviceMemory.cpp113 uint32_t guestMemoryTypeIndex) const { in getHostMemoryInfoFromGuestMemoryTypeIndex()
114 if (guestMemoryTypeIndex >= mGuestMemoryProperties.memoryTypeCount) { in getHostMemoryInfoFromGuestMemoryTypeIndex()
118 uint32_t hostMemoryTypeIndex = mGuestToHostMemoryTypeIndexMap[guestMemoryTypeIndex]; in getHostMemoryInfoFromGuestMemoryTypeIndex()
137 uint32_t guestMemoryTypeIndex = mHostToGuestMemoryTypeIndexMap[hostMemoryTypeIndex]; in transformToGuestMemoryRequirements() local
138 if (guestMemoryTypeIndex == kInvalidMemoryTypeIndex) { in transformToGuestMemoryRequirements()
142 guestMemoryTypeBits |= (1u << guestMemoryTypeIndex); in transformToGuestMemoryRequirements()
DVkEmulatedPhysicalDeviceMemory.h43 uint32_t guestMemoryTypeIndex) const;
DVkCommonOperations.h423 uint32_t guestMemoryTypeIndex; member
DVkCommonOperations.cpp1373 sVkEmulation->representativeColorBufferMemoryTypeInfo->guestMemoryTypeIndex); in initVkEmulationFeatures()
3668 uint32_t guestMemoryTypeIndex = helper.getGuestColorBufferMemoryTypeIndex(); in findRepresentativeColorBufferMemoryTypeIndexLocked() local
3672 .guestMemoryTypeIndex = guestMemoryTypeIndex, in findRepresentativeColorBufferMemoryTypeIndexLocked()
/hardware/google/gfxstream/host/
Dvirtio-gpu-gfxstream-renderer.cpp1506 vk_emu->representativeColorBufferMemoryTypeInfo->guestMemoryTypeIndex; in fillCaps()