From 15636887e45077cd7cc2ed99d3abf8086297b5fd Mon Sep 17 00:00:00 2001 From: Alexander Galazin Date: Tue, 18 Dec 2018 14:55:42 +0100 Subject: [PATCH] Remove multiple Offset decorations Fixes unintentional duplication of the Offset decoration for the first struct member Components: Vulkan Affects: dEQP-VK.spirv_assembly.instruction.compute.opcopymemory.struct Change-Id: Id13a8f15a72d7dd32d13fb52a494d57349cea289 --- .../modules/vulkan/spirv_assembly/vktSpvAsmInstructionTests.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/external/vulkancts/modules/vulkan/spirv_assembly/vktSpvAsmInstructionTests.cpp b/external/vulkancts/modules/vulkan/spirv_assembly/vktSpvAsmInstructionTests.cpp index eb90780..0b87568 100644 --- a/external/vulkancts/modules/vulkan/spirv_assembly/vktSpvAsmInstructionTests.cpp +++ b/external/vulkancts/modules/vulkan/spirv_assembly/vktSpvAsmInstructionTests.cpp @@ -2145,7 +2145,7 @@ tcu::TestCaseGroup* createOpCopyMemoryGroup (tcu::TestContext& testCtx) "OpName %id \"gl_GlobalInvocationID\"\n" "OpDecorate %id BuiltIn GlobalInvocationId\n" - "OpMemberDecorate %buf 0 Offset 0\n" + //"OpMemberDecorate %buf 0 Offset 0\n" - exists in getComputeAsmInputOutputBufferTraits "OpMemberDecorate %buf 1 Offset 16\n" "OpMemberDecorate %buf 2 Offset 32\n" "OpMemberDecorate %buf 3 Offset 48\n" -- 2.7.4