Lines Matching refs:format
1049 vkGetPhysicalDeviceFormatProperties( VkPhysicalDevice physicalDevice, VkFormat format, VkFormatProperties * pFormatProperties ) const VULKAN_HPP_NOEXCEPT
1051 return ::vkGetPhysicalDeviceFormatProperties( physicalDevice, format, pFormatProperties );
1055 VkFormat format,
1062 return ::vkGetPhysicalDeviceImageFormatProperties( physicalDevice, format, type, tiling, usage, flags, pImageFormatProperties );
1219 VkFormat format,
1227 return ::vkGetPhysicalDeviceSparseImageFormatProperties( physicalDevice, format, type, samples, usage, tiling, pPropertyCount, pProperties );
2039 VkFormat format,
2042 return ::vkGetPhysicalDeviceFormatProperties2( physicalDevice, format, pFormatProperties );
3021 VkFormat format,
3030 physicalDevice, format, type, tiling, usage, flags, externalHandleType, pExternalImageFormatProperties );
3058 VkFormat format,
3061 return ::vkGetPhysicalDeviceFormatProperties2KHR( physicalDevice, format, pFormatProperties );
8607 // clang-format off
8612 // clang-format on