Remove invalid execution mode in smoke test
authorGraeme Leese <gleese@broadcom.com>
Wed, 19 Sep 2018 17:04:50 +0000 (18:04 +0100)
committerAlexander Galazin <Alexander.Galazin@arm.com>
Thu, 18 Oct 2018 08:08:47 +0000 (04:08 -0400)
OriginLowerLeft is not valid, so use OriginUpperLeft.

Components: Vulkan
Affects: dEQP-VK.api.smoke.asm_triangle

Change-Id: I14b2ac7ec2b56be228aa7de3442f605e8525f163
(cherry picked from commit c1d6ed4ac1b41773aa8043793bc6eebea47f1f5e)

external/vulkancts/modules/vulkan/api/vktApiSmokeTests.cpp

index 70eaa84..e690496 100644 (file)
@@ -159,7 +159,7 @@ void createTriangleAsmProgs (SourceCollections& dst)
                "%1 =   OpExtInstImport \"GLSL.std.450\"\n"
                "               OpMemoryModel Logical GLSL450\n"
                "               OpEntryPoint Fragment %4 \"main\" %10\n"
-               "               OpExecutionMode %4 OriginLowerLeft\n"
+               "               OpExecutionMode %4 OriginUpperLeft\n"
                "               OpSource ESSL 300\n"
                "               OpName %4 \"main\"\n"
                "               OpName %10 \"o_color\"\n"