Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/gpu/vk/
DGrVkGpu.h62 const VkPhysicalDeviceMemoryProperties& physicalDeviceMemoryProperties() const { in physicalDeviceMemoryProperties() function
/third_party/skia/src/gpu/vk/
DGrVkGpu.h72 const VkPhysicalDeviceMemoryProperties& physicalDeviceMemoryProperties() const { in physicalDeviceMemoryProperties() function
/third_party/vulkan-headers/include/vulkan/
Dvulkan_hash.hpp8191 …VULKAN_HPP_NAMESPACE::PhysicalDeviceMemoryProperties const & physicalDeviceMemoryProperties ) cons… in operator ()()
8194 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceMemoryProperties.memoryTypeCount ); in operator ()()
8197 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceMemoryProperties.memoryTypes[i] ); in operator ()()
8199 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceMemoryProperties.memoryHeapCount ); in operator ()()
8202 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceMemoryProperties.memoryHeaps[i] ); in operator ()()