Searched refs:getFormatProperties (Results 1 – 5 of 5) sorted by relevance
/external/swiftshader/src/Vulkan/ |
D | VkPhysicalDevice.hpp | 50 void getFormatProperties(VkFormat format, VkFormatProperties* pFormatProperties) const;
|
D | VkPhysicalDevice.cpp | 330 void PhysicalDevice::getFormatProperties(VkFormat format, VkFormatProperties* pFormatProperties) co… in getFormatProperties() function in vk::PhysicalDevice
|
D | libVulkan.cpp | 150 vk::Cast(physicalDevice)->getFormatProperties(format, pFormatProperties); in vkGetPhysicalDeviceFormatProperties() 159 vk::Cast(physicalDevice)->getFormatProperties(format, &properties); in vkGetPhysicalDeviceImageFormatProperties()
|
/external/vulkan-headers/include/vulkan/ |
D | vulkan.hpp | 15327 …void getFormatProperties( Format format, FormatProperties* pFormatProperties, Dispatch const &d = … 15330 FormatProperties getFormatProperties( Format format, Dispatch const &d = Dispatch() ) const; 53384 …VULKAN_HPP_INLINE void PhysicalDevice::getFormatProperties( Format format, FormatProperties* pForm… in getFormatProperties() function in VULKAN_HPP_NAMESPACE::PhysicalDevice 53390 …VULKAN_HPP_INLINE FormatProperties PhysicalDevice::getFormatProperties( Format format, Dispatch co… in getFormatProperties() function in VULKAN_HPP_NAMESPACE::PhysicalDevice
|
/external/swiftshader/include/vulkan/ |
D | vulkan.hpp | 45175 …void getFormatProperties( Format format, FormatProperties* pFormatProperties, Dispatch const &d = … 45178 FormatProperties getFormatProperties( Format format, Dispatch const &d = Dispatch() ) const; 45733 …VULKAN_HPP_INLINE void PhysicalDevice::getFormatProperties( Format format, FormatProperties* pForm… in getFormatProperties() function in VULKAN_HPP_NAMESPACE::PhysicalDevice 45739 …VULKAN_HPP_INLINE FormatProperties PhysicalDevice::getFormatProperties( Format format, Dispatch co… in getFormatProperties() function in VULKAN_HPP_NAMESPACE::PhysicalDevice
|