TextureBarrier required for texture_view.coherency
authorNeil Monday <Neil.Monday@amd.com>
Mon, 9 Jul 2018 13:38:16 +0000 (09:38 -0400)
committerAlexander Galazin <Alexander.Galazin@arm.com>
Thu, 12 Jul 2018 07:21:43 +0000 (03:21 -0400)
commit7e3cd2412d640ca8e8e1db9362c32e75a91d5235
tree49c15452037b0593c9466e62d7e95c2c8ff36319
parent42f8c1587c9c9169281bb8c5b70c35f372b911f6
TextureBarrier required for texture_view.coherency

The third paragraph in section 9.3.1 gives conditions when
texture/framebuffer texture reads/writes are undefined. I
think that this test requires a TextureBarrier as described
in the last bullet point.

Affects:

KHR-GL46.texture_view.coherency

Components: OpenGL

VK-GL-CTS issue: 1183

Change-Id: I231ffd5acd089ebc1a9e0265c2f4a97f2a5c525c
external/openglcts/modules/gl/gl4cTextureViewTests.cpp