Fix dEQP-VK.image.sample_texture.* tests write out-of-bounds bug
authorJuha Heiskanen <juha.heiskanen@siru.fi>
Tue, 29 Mar 2022 09:02:53 +0000 (12:02 +0300)
committerMatthew Netsch <quic_mnetsch@quicinc.com>
Thu, 14 Apr 2022 17:47:52 +0000 (17:47 +0000)
commit1382a58780e515d2e6379dfd9dbd6fb835982800
treef6272c19f11c0fb87d39fe12a5fbcd729b3087e3
parent3715c9d9811e47ca121f4695f98db3fe5834ee4c
Fix dEQP-VK.image.sample_texture.* tests write out-of-bounds bug

Compute shader writing to the view is now made by using block size
instead of pixel count.

Components: Vulkan

VK-GL-CTS Issue: 3442

Affects: dEQP-VK.image.sample_texture.*
Change-Id: Ie351fb1d2730c5377c8110453bc34629c20b5d82
external/vulkancts/modules/vulkan/image/vktImageSampleCompressedTextureTests.cpp