Remove StorageUniform16 from SPIR-V conversion tests
authorIlkka Saarelainen <ilkka.saarelainen@siru.fi>
Wed, 7 Nov 2018 10:59:28 +0000 (12:59 +0200)
committerIlkka Saarelainen <ilkka.saarelainen@siru.fi>
Tue, 27 Nov 2018 09:05:02 +0000 (11:05 +0200)
Removed StorageUniform16 capability requirement from the SPIR-V
conversion tests because it's not used in any of the tests.

Affects:

dEQP-VK.spirv_assembly.instruction.*.*convert*.*int16*

Components: Vulkan

VK-GL-CTS issue: 1417

Change-Id: Ie20658ff59d1fef03eda36672fbe8d0dccb27c4c

external/vulkancts/modules/vulkan/spirv_assembly/vktSpvAsmInstructionTests.cpp

index 65f3f18..37fbaf0 100644 (file)
@@ -9236,8 +9236,7 @@ struct ConvertCase
 
                if (usesInt16(from, to) || usesFloat16(from, to))
                {
-                       caps += "OpCapability StorageUniformBufferBlock16\n"
-                                       "OpCapability StorageUniform16\n";
+                       caps += "OpCapability StorageUniformBufferBlock16\n";
                        exts += "OpExtension \"SPV_KHR_16bit_storage\"\n";
                }