Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkan-docs/src/appendices/
DVK_NV_optical_flow.adoc61 VkPhysicalDeviceImageFormatInfo2 imageFormatInfo2 = { VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_IMAGE_FORMA…
62 imageFormatInfo2.format = inputFormat;
63 imageFormatInfo2.type = VK_IMAGE_TYPE_2D;
64 imageFormatInfo2.tiling = VK_IMAGE_TILING_OPTIMAL;
65 imageFormatInfo2.usage = VK_IMAGE_USAGE_SAMPLED_BIT | VK_IMAGE_USAGE_TRANSFER_DST_BIT;
68 if (vkGetPhysicalDeviceImageFormatProperties2(physicalDevice, &imageFormatInfo2, &imageFormatProper…
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/
DvktImageExtendedUsageBitTests.cpp154 VkPhysicalDeviceImageFormatInfo2 imageFormatInfo2 = in getPhysicalDeviceImageFormatProperties() local
164 return vki.getPhysicalDeviceImageFormatProperties2(device, &imageFormatInfo2, &formatProperties2); in getPhysicalDeviceImageFormatProperties()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
DvktImageExtendedUsageBitTests.cpp154 VkPhysicalDeviceImageFormatInfo2 imageFormatInfo2 = in getPhysicalDeviceImageFormatProperties() local
164 return vki.getPhysicalDeviceImageFormatProperties2(device, &imageFormatInfo2, &formatProperties2); in getPhysicalDeviceImageFormatProperties()