Use SPV_KHR_physical_storage_buffer extension
authorIlkka Saarelainen <ilkka.saarelainen@siru.fi>
Thu, 25 Feb 2021 07:29:33 +0000 (09:29 +0200)
committerAlexander Galazin <Alexander.Galazin@arm.com>
Sat, 6 Mar 2021 09:57:33 +0000 (09:57 +0000)
commit045048f0348b9f58e61d57c9469263cc6e0f3a90
tree34158149d7ce490323ac5d3c89bba46c6c682b29
parentb6d39cf9468c573d58a45b1bff2a0c35d647acd4
Use SPV_KHR_physical_storage_buffer extension

dEQP-VK.spirv_assembly.instruction.compute.physical_pointers.compute.*
tests were using SPV_EXT_physical_storage_buffer extension, while
SPV_KHR_physical_storage_buffer should be used instead. Using the old
EXT-version causes validation errors, because the related Vulkan
extension VK_EXT_buffer_device_address is not enabled.

Affects:
dEQP-VK.spirv_assembly.instruction.compute.physical_pointers.compute.*

Components: Vulkan

VK-GL-CTS issue: 2808

Change-Id: Ic870fe32a81f6dbacb72c4f0d95e8f62e6e72ee3
external/vulkancts/modules/vulkan/spirv_assembly/vktSpvAsmVariablePointersTests.cpp