Fix missing check for Float64 in manual zeroing Workgroup aliased memory
authorCaio Marcelo de Oliveira Filho <caio.oliveira@intel.com>
Fri, 29 Jan 2021 04:27:51 +0000 (20:27 -0800)
committerAlexander Galazin <alexander.galazin@arm.com>
Mon, 15 Feb 2021 13:46:01 +0000 (14:46 +0100)
commitb5baeb54acf5015b0e68a480b272e28794df1f55
tree5c2d6681c29511f8bc57bdcf5edea03522ea7ea3
parenta90c0add46c7d6d81cbbf5a7100bce4eaebd1e6d
Fix missing check for Float64 in manual zeroing Workgroup aliased memory

Test was relying on useType() helper, but it was not filling
needsFloat64 properly.  The other tests using the helper are not
affected.

Component: Vulkan
VK-GL-CTS Issue: 2524

Affected tests:
- dEQP-VK.compute.workgroup_memory_explicit_layout.zero.*

Change-Id: I87f718988da5091860c98cbe0708d4d4c1d72b9d
external/vulkancts/modules/vulkan/compute/vktComputeWorkgroupMemoryExplicitLayoutTests.cpp