Fix dEQP-VK.image.sample_texture.* tests write out-of-bounds bug
authorJuha Heiskanen <juha.heiskanen@siru.fi>
Wed, 30 Mar 2022 12:38:24 +0000 (15:38 +0300)
committerMatthew Netsch <quic_mnetsch@quicinc.com>
Thu, 14 Apr 2022 17:16:06 +0000 (17:16 +0000)
commit9111991beb1a472dddc79a0b36734c6772cebf79
tree9b65658b82a9b028cecc8c07c6d53b0b39c540a5
parent2b5148850c5b3f5d96b98795b703e20eb2d94c27
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: 3595

Affects: dEQP-VK.image.sample_texture.*

Change-Id: I50879fd7bb48f623e565c8972e7a517fb26f0ed0
external/vulkancts/modules/vulkan/image/vktImageSampleCompressedTextureTests.cpp