Properly iterate over pNext in VkSamplerCreateInfo
authorAlexander Galazin <alexander.galazin@arm.com>
Mon, 15 Jan 2018 13:18:51 +0000 (14:18 +0100)
committerAlexander Galazin <Alexander.Galazin@arm.com>
Thu, 18 Jan 2018 09:47:50 +0000 (04:47 -0500)
commit0827ddd3a0deeb6a2ea4cb225ed8b56fe98eba18
tree5ff0931c761334dfd97bb7b20ca2a761bc2d9619
parent98b6348344b9ded839e0596532e64d8cbbc83e39
Properly iterate over pNext in VkSamplerCreateInfo

Iterate over all pNext elements in VkSamplerCreateInfo.
Skip VkSamplerYcbcrConversionInfoKHR, retrieve
reduction mode from VkSamplerReductionModeCreateInfoEXT

VK-GL-CTS issue: 945

Components: Vulkan

Affects:
dEQP-VK.ycbcr.*
dEQP-VK.api.info.format_properties.*
dEQP-VK.pipeline.sampler.view_type.*.format.(any color format).min_reduce.*
dEQP-VK.pipeline.sampler.view_type.*.format.(any color format).mag_reduce.*
dEQP-VK.pipeline.sampler.view_type.*.format.(any depth format)

Change-Id: Iaba8678f2fa13b5545cec7f903f21aa01c5c13f3
external/vulkancts/framework/vulkan/vkImageUtil.cpp