Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/vulkan/
DVkDecoderSnapshotUtils.h23 const PhysicalDeviceInfo* physicalDeviceInfo; member
DVkDecoderSnapshotUtils.cpp167 GetMemoryType(*stateBlock->physicalDeviceInfo, readbackBufferMemoryRequirements, in saveImageContent()
365 GetMemoryType(*stateBlock->physicalDeviceInfo, stagingBufferMemoryRequirements, in loadImageContent()
513 GetMemoryType(*stateBlock->physicalDeviceInfo, readbackBufferMemoryRequirements, in saveBufferContent()
616 GetMemoryType(*stateBlock->physicalDeviceInfo, stagingBufferMemoryRequirements, in loadBufferContent()
DVkDecoderGlobalState.cpp418 const auto& physicalDeviceInfo = android::base::find(mPhysdevInfo, physicalDevice); in createSnapshotStateBlock() local
419 … const auto& instanceInfo = android::base::find(mInstanceInfo, physicalDeviceInfo->instance); in createSnapshotStateBlock()
426 .physicalDeviceInfo = physicalDeviceInfo, in createSnapshotStateBlock()
1517 auto* physicalDeviceInfo = android::base::find(mPhysdevInfo, physicalDevice); in on_vkGetPhysicalDeviceMemoryProperties() local
1518 if (!physicalDeviceInfo) { in on_vkGetPhysicalDeviceMemoryProperties()
1523 auto& physicalDeviceMemoryHelper = physicalDeviceInfo->memoryPropertiesHelper; in on_vkGetPhysicalDeviceMemoryProperties()
1533 auto* physicalDeviceInfo = android::base::find(mPhysdevInfo, physicalDevice); in on_vkGetPhysicalDeviceMemoryProperties2() local
1534 if (!physicalDeviceInfo) return; in on_vkGetPhysicalDeviceMemoryProperties2()
1541 physicalDeviceInfo->props.apiVersion >= VK_MAKE_VERSION(1, 1, 0)) { in on_vkGetPhysicalDeviceMemoryProperties2()
1561 auto& physicalDeviceMemoryHelper = physicalDeviceInfo->memoryPropertiesHelper; in on_vkGetPhysicalDeviceMemoryProperties2()
[all …]