Searched refs:guestMemoryTypeIndex (Results 1 – 5 of 5) sorted by relevance
113 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() local138 if (guestMemoryTypeIndex == kInvalidMemoryTypeIndex) { in transformToGuestMemoryRequirements()142 guestMemoryTypeBits |= (1u << guestMemoryTypeIndex); in transformToGuestMemoryRequirements()
43 uint32_t guestMemoryTypeIndex) const;
423 uint32_t guestMemoryTypeIndex; member
1373 sVkEmulation->representativeColorBufferMemoryTypeInfo->guestMemoryTypeIndex); in initVkEmulationFeatures()3668 uint32_t guestMemoryTypeIndex = helper.getGuestColorBufferMemoryTypeIndex(); in findRepresentativeColorBufferMemoryTypeIndexLocked() local3672 .guestMemoryTypeIndex = guestMemoryTypeIndex, in findRepresentativeColorBufferMemoryTypeIndexLocked()
1506 vk_emu->representativeColorBufferMemoryTypeInfo->guestMemoryTypeIndex; in fillCaps()