Home
last modified time | relevance | path

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

/hardware/google/gfxstream/common/detector/
DGraphicsDetectorVkExternalMemoryHost.cpp121 const vkhpp::PhysicalDeviceMemoryProperties physicalDeviceMemoryProperties = in CheckImportingSharedMemory() local
164 for (uint32_t i = 0; i < physicalDeviceMemoryProperties.memoryTypeCount; i++) { in CheckImportingSharedMemory()
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_hash.hpp4616 …VULKAN_HPP_NAMESPACE::PhysicalDeviceMemoryProperties const & physicalDeviceMemoryProperties) const… in operator ()()
4619 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceMemoryProperties.memoryTypeCount ); in operator ()()
4622 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceMemoryProperties.memoryTypes[i] ); in operator ()()
4624 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceMemoryProperties.memoryHeapCount ); in operator ()()
4627 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceMemoryProperties.memoryHeaps[i] ); in operator ()()
Dvulkan_hash.hpp8701 …VULKAN_HPP_NAMESPACE::PhysicalDeviceMemoryProperties const & physicalDeviceMemoryProperties) const… in operator ()()
8704 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceMemoryProperties.memoryTypeCount ); in operator ()()
8707 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceMemoryProperties.memoryTypes[i] ); in operator ()()
8709 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceMemoryProperties.memoryHeapCount ); in operator ()()
8712 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceMemoryProperties.memoryHeaps[i] ); in operator ()()