Home
last modified time | relevance | path

Searched refs:formatProperties2 (Results 1 – 4 of 4) sorted by relevance

/third_party/vk-gl-cts/external/vulkan-docs/src/appendices/
DVK_NV_optical_flow.adoc54 VkFormatProperties2 formatProperties2 = { VK_STRUCTURE_TYPE_FORMAT_PROPERTIES_2, &formatProperties3…
55 vkGetPhysicalDeviceFormatProperties2(physicalDevice, inputFormat, &formatProperties2);
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/
DvktImageExtendedUsageBitTests.cpp153 VkImageFormatProperties2 formatProperties2 = initVulkanStructure(); in getPhysicalDeviceImageFormatProperties() local
164 return vki.getPhysicalDeviceImageFormatProperties2(device, &imageFormatInfo2, &formatProperties2); in getPhysicalDeviceImageFormatProperties()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
DvktImageExtendedUsageBitTests.cpp153 VkImageFormatProperties2 formatProperties2 = initVulkanStructure(); in getPhysicalDeviceImageFormatProperties() local
164 return vki.getPhysicalDeviceImageFormatProperties2(device, &imageFormatInfo2, &formatProperties2); in getPhysicalDeviceImageFormatProperties()
/third_party/vulkan-headers/include/vulkan/
Dvulkan_hash.hpp4414 …std::size_t operator()( VULKAN_HPP_NAMESPACE::FormatProperties2 const & formatProperties2 ) const … in operator ()()
4417 VULKAN_HPP_HASH_COMBINE( seed, formatProperties2.sType ); in operator ()()
4418 VULKAN_HPP_HASH_COMBINE( seed, formatProperties2.pNext ); in operator ()()
4419 VULKAN_HPP_HASH_COMBINE( seed, formatProperties2.formatProperties ); in operator ()()