Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/vulkan/
DVkEmulatedPhysicalDeviceMemory.cpp30 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()
DVkEmulatedPhysicalDeviceMemoryTests.cpp51 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()
DVkEmulatedPhysicalDeviceMemory.h30 class EmulatedPhysicalDeviceMemoryProperties {
32 EmulatedPhysicalDeviceMemoryProperties(const VkPhysicalDeviceMemoryProperties& host,
DVkDecoderInternalStructs.h186 std::unique_ptr<EmulatedPhysicalDeviceMemoryProperties> memoryPropertiesHelper;
DVkCommonOperations.cpp3666 EmulatedPhysicalDeviceMemoryProperties helper(sVkEmulation->deviceInfo.memProps, in findRepresentativeColorBufferMemoryTypeIndexLocked()
DVkDecoderGlobalState.cpp1179 std::make_unique<EmulatedPhysicalDeviceMemoryProperties>( in on_vkEnumeratePhysicalDevices()