Remove duplicate defs in createSpecConstantGroup().
authorDejan Mircevski <deki@google.com>
Tue, 26 Apr 2016 14:35:25 +0000 (10:35 -0400)
committerDejan Mircevski <deki@google.com>
Tue, 26 Apr 2016 14:35:25 +0000 (10:35 -0400)
Fixes #373.

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

index 3a0c7b7992ea0b6e1983f9aaf1354f34630d5b06..adc631eaf1525e495e3e21f25514cefabb50978f 100644 (file)
@@ -1381,8 +1381,6 @@ tcu::TestCaseGroup* createSpecConstantGroup (tcu::TestContext& testCtx)
 
                "%i32ptr    = OpTypePointer Uniform %i32\n"
                "%i32arr    = OpTypeRuntimeArray %i32\n"
-               "%boolptr   = OpTypePointer Uniform %bool\n"
-               "%boolarr   = OpTypeRuntimeArray %bool\n"
                "%buf     = OpTypeStruct %i32arr\n"
                "%bufptr  = OpTypePointer Uniform %buf\n"
                "%indata    = OpVariable %bufptr Uniform\n"
@@ -1494,8 +1492,6 @@ tcu::TestCaseGroup* createSpecConstantGroup (tcu::TestContext& testCtx)
                "%ivec3     = OpTypeVector %i32 3\n"
                "%i32ptr    = OpTypePointer Uniform %i32\n"
                "%i32arr    = OpTypeRuntimeArray %i32\n"
-               "%boolptr   = OpTypePointer Uniform %bool\n"
-               "%boolarr   = OpTypeRuntimeArray %bool\n"
                "%buf     = OpTypeStruct %i32arr\n"
                "%bufptr  = OpTypePointer Uniform %buf\n"
                "%indata    = OpVariable %bufptr Uniform\n"