Correct opatomic_storage_buffer_volatile tests
authorPiotr Byszewski <piotr.byszewski@mobica.com>
Mon, 11 May 2020 10:33:30 +0000 (12:33 +0200)
committerAlexander Galazin <Alexander.Galazin@arm.com>
Thu, 21 May 2020 08:27:35 +0000 (04:27 -0400)
commitc7ee5aeee8d956e3eb6a0e1d345f8341e5691001
treecc4fbe24c3fe81a029ad34ad8c216ceaf1ae7e5b
parent138aea1a12299428ae9fe98ec650765da274aee0
Correct opatomic_storage_buffer_volatile tests

numWorkGroups used in volatile atomics tests was higher than minimal
value that should be supported by implementation. This change reduces
it to minimal value of maxComputeWorkGroupCount. Note that in this
case we can't query limit properties as we don't have access to
Context at shader construction level.

Components: Vulkan

VK-GL-CTS public issue: 203

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

Change-Id: Ibf91e5629431525a195a2221ee65371ed1ba8809
external/vulkancts/modules/vulkan/spirv_assembly/vktSpvAsmInstructionTests.cpp