Fix tessellation SPIR-V tests use of Restrict
authorJason Ekstrand <jason.ekstrand@intel.com>
Mon, 21 Jun 2021 20:35:36 +0000 (15:35 -0500)
committerAlexander Galazin <Alexander.Galazin@arm.com>
Tue, 29 Jun 2021 07:14:14 +0000 (07:14 +0000)
commit50a54b56a6b11442bd1b78e52ca3e672bf118a84
tree40a0066e366020e690313fd5303a7f4625cc4090
parent810c5c7e1e32a4fc9bb7bee2f1e04230fe15907a
Fix tessellation SPIR-V tests use of Restrict

Their usage of Restrict violates the SPIR-V spec which requires that it
only got on variables, not types or struct members.

Affected tests:
dEQP-VK.tessellation.*

Components: Vulkan
VK-GL-CTS issue: 2975

Change-Id: Ifbde1b493bf56d1ee6454a4ab54e98bcd05f839b
external/vulkancts/modules/vulkan/tessellation/vktTessellationCoordinatesTests.cpp