Searched refs:EmulatedPhysicalDeviceMemoryProperties (Results 1 – 6 of 6) sorted by relevance
/hardware/google/gfxstream/host/vulkan/ |
D | VkEmulatedPhysicalDeviceMemory.cpp | 30 EmulatedPhysicalDeviceMemoryProperties::EmulatedPhysicalDeviceMemoryProperties( in EmulatedPhysicalDeviceMemoryProperties() function in gfxstream::vk::EmulatedPhysicalDeviceMemoryProperties 98 std::optional<EmulatedPhysicalDeviceMemoryProperties::HostMemoryInfo> 99 EmulatedPhysicalDeviceMemoryProperties::getHostMemoryInfoFromHostMemoryTypeIndex( in getHostMemoryInfoFromHostMemoryTypeIndex() 111 std::optional<EmulatedPhysicalDeviceMemoryProperties::HostMemoryInfo> 112 EmulatedPhysicalDeviceMemoryProperties::getHostMemoryInfoFromGuestMemoryTypeIndex( in getHostMemoryInfoFromGuestMemoryTypeIndex() 126 void EmulatedPhysicalDeviceMemoryProperties::transformToGuestMemoryRequirements( in transformToGuestMemoryRequirements()
|
D | VkEmulatedPhysicalDeviceMemoryTests.cpp | 51 Field("index", &EmulatedPhysicalDeviceMemoryProperties::HostMemoryInfo::index, 53 Field("memoryType", &EmulatedPhysicalDeviceMemoryProperties::HostMemoryInfo::memoryType, 110 EmulatedPhysicalDeviceMemoryProperties helper(hostMemoryProperties, 1, features); in TEST() 150 EmulatedPhysicalDeviceMemoryProperties helper(hostMemoryProperties, kHostColorBufferIndex, in TEST() 191 Optional(EqsHostMemoryInfo(EmulatedPhysicalDeviceMemoryProperties::HostMemoryInfo{ in TEST() 228 EmulatedPhysicalDeviceMemoryProperties helper(hostMemoryProperties, 1, features); in TEST()
|
D | VkEmulatedPhysicalDeviceMemory.h | 30 class EmulatedPhysicalDeviceMemoryProperties { 32 EmulatedPhysicalDeviceMemoryProperties(const VkPhysicalDeviceMemoryProperties& host,
|
D | VkDecoderInternalStructs.h | 186 std::unique_ptr<EmulatedPhysicalDeviceMemoryProperties> memoryPropertiesHelper;
|
D | VkCommonOperations.cpp | 3666 EmulatedPhysicalDeviceMemoryProperties helper(sVkEmulation->deviceInfo.memProps, in findRepresentativeColorBufferMemoryTypeIndexLocked()
|
D | VkDecoderGlobalState.cpp | 1179 std::make_unique<EmulatedPhysicalDeviceMemoryProperties>( in on_vkEnumeratePhysicalDevices()
|