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)
committerMatthew Netsch <quic_mnetsch@quicinc.com>
Fri, 22 Oct 2021 16:57:48 +0000 (16:57 +0000)
commitc29434d46ed1d40ad82bc473a5e2bfdb99cceec8
tree12eb6bcb29530a1a643e557dbc62d42f3bd5bb69
parent2347570712a958926e60ab3e97a1170b5d9cd138
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