Searched refs:formatProperties2 (Results 1 – 4 of 4) sorted by relevance
/third_party/vk-gl-cts/external/vulkan-docs/src/appendices/ |
D | VK_NV_optical_flow.adoc | 54 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/ |
D | vktImageExtendedUsageBitTests.cpp | 153 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/ |
D | vktImageExtendedUsageBitTests.cpp | 153 VkImageFormatProperties2 formatProperties2 = initVulkanStructure(); in getPhysicalDeviceImageFormatProperties() local 164 return vki.getPhysicalDeviceImageFormatProperties2(device, &imageFormatInfo2, &formatProperties2); in getPhysicalDeviceImageFormatProperties()
|
/third_party/vulkan-headers/include/vulkan/ |
D | vulkan_hash.hpp | 4414 …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 ()()
|