Reduce padding in shared memory tests
authorGraeme Leese <gleese@broadcom.com>
Tue, 9 Oct 2018 14:54:41 +0000 (15:54 +0100)
committerAlexander Galazin <Alexander.Galazin@arm.com>
Thu, 18 Oct 2018 07:22:42 +0000 (03:22 -0400)
commita4113fb01f0efa52fe4aebc70028cb164b1ee497
tree0994afcac862f0ce9e7d089622f0adcacb7aac82
parent9c6bbfba7faa15f1836c19e7cf56016998945383
Reduce padding in shared memory tests

According to the new shared memory packing rules one test exceeded the
minimum shared memory size because of the padding. Change the order of
the members to make it fit.

Components: OpenGL
Affects: KHR-GLES31.core.compute_shader.shared-struct
VK-GL-CTS issue: 1411

Change-Id: I321bab7c304254ab19303ff1bf5b7e17ae036742
external/openglcts/modules/gles31/es31cComputeShaderTests.cpp