Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/vulkan_enc/
DResourceTracker.cpp915 const auto& hostVirt = in deviceMemoryTransform_tohost() local
918 if (!hostVirt.virtualizationSupported) return; in deviceMemoryTransform_tohost()
954 hostVirt.memoryTypeIndexMappingToHost[typeIndex[i]]; in deviceMemoryTransform_tohost()
962 hostVirt.memoryTypeIndexMappingToHost[j]; in deviceMemoryTransform_tohost()
980 const auto& hostVirt = in deviceMemoryTransform_fromhost() local
983 if (!hostVirt.virtualizationSupported) return; in deviceMemoryTransform_fromhost()
996 hostVirt.memoryTypeIndexMappingFromHost[typeIndex[i]]; in deviceMemoryTransform_fromhost()
1004 hostVirt.memoryTypeIndexMappingFromHost[j]; in deviceMemoryTransform_fromhost()
1007 if (hostVirt.memoryTypeBitsShouldAdvertiseBoth[j]) { in deviceMemoryTransform_fromhost()