Searched refs:hostMemoryTypeIndex (Results 1 – 6 of 6) sorted by relevance
/hardware/google/gfxstream/host/vulkan/ |
D | VkEmulatedPhysicalDeviceMemory.cpp | 100 uint32_t hostMemoryTypeIndex) const { in getHostMemoryInfoFromHostMemoryTypeIndex() 101 if (hostMemoryTypeIndex >= mHostMemoryProperties.memoryTypeCount) { in getHostMemoryInfoFromHostMemoryTypeIndex() 106 .index = hostMemoryTypeIndex, in getHostMemoryInfoFromHostMemoryTypeIndex() 107 .memoryType = mHostMemoryProperties.memoryTypes[hostMemoryTypeIndex], in getHostMemoryInfoFromHostMemoryTypeIndex() 118 uint32_t hostMemoryTypeIndex = mGuestToHostMemoryTypeIndexMap[guestMemoryTypeIndex]; in getHostMemoryInfoFromGuestMemoryTypeIndex() local 119 if (hostMemoryTypeIndex == kInvalidMemoryTypeIndex) { in getHostMemoryInfoFromGuestMemoryTypeIndex() 123 return getHostMemoryInfoFromHostMemoryTypeIndex(hostMemoryTypeIndex); in getHostMemoryInfoFromGuestMemoryTypeIndex() 131 for (uint32_t hostMemoryTypeIndex = 0; in transformToGuestMemoryRequirements() local 132 hostMemoryTypeIndex < mHostMemoryProperties.memoryTypeCount; hostMemoryTypeIndex++) { in transformToGuestMemoryRequirements() 133 if (!(hostMemoryTypeBits & (1u << hostMemoryTypeIndex))) { in transformToGuestMemoryRequirements() [all …]
|
D | VkEmulatedPhysicalDeviceMemory.h | 41 uint32_t hostMemoryTypeIndex) const;
|
D | VkCommonOperations.h | 417 uint32_t hostMemoryTypeIndex; member
|
D | VkCommonOperations.cpp | 1372 sVkEmulation->representativeColorBufferMemoryTypeInfo->hostMemoryTypeIndex, in initVkEmulationFeatures() 3654 uint32_t hostMemoryTypeIndex = 0; in findRepresentativeColorBufferMemoryTypeIndexLocked() local 3655 if (!getColorBufferAllocationInfoLocked(kArbitraryHandle, nullptr, &hostMemoryTypeIndex, in findRepresentativeColorBufferMemoryTypeIndexLocked() 3667 hostMemoryTypeIndex, sVkEmulation->features); in findRepresentativeColorBufferMemoryTypeIndexLocked() 3671 .hostMemoryTypeIndex = hostMemoryTypeIndex, in findRepresentativeColorBufferMemoryTypeIndexLocked()
|
D | VkDecoderGlobalState.cpp | 1181 m_emu->representativeColorBufferMemoryTypeInfo->hostMemoryTypeIndex, in on_vkEnumeratePhysicalDevices()
|
/hardware/google/gfxstream/common/end2end/ |
D | GfxstreamEnd2EndVkTests.cpp | 394 uint32_t hostMemoryTypeIndex = -1; in TEST_P() local 399 hostMemoryTypeIndex = i; in TEST_P() 402 if (hostMemoryTypeIndex == -1) { in TEST_P() 409 .memoryTypeIndex = hostMemoryTypeIndex, in TEST_P()
|