Remove 64-bit int usage in dynamic_indexing test shaders
authorMohankumar Nekkarakalaya <mnekkara@qti.qualcomm.com>
Tue, 12 Oct 2021 18:58:22 +0000 (11:58 -0700)
committerMatthew Netsch <quic_mnetsch@quicinc.com>
Fri, 29 Oct 2021 14:40:31 +0000 (14:40 +0000)
commita50ff0be0fa7bc6e9a80a57dee2bd485c8d63c4f
treed40ecc1ff2cbc3e92783849b345cbdf10642c46f
parent191d4d89a45c00767f81ff1a6f977627b80ffc1a
Remove 64-bit int usage in dynamic_indexing test shaders

- "OpCapability Int64" is not a mandatory extension
- Replace with v2i32

Components: Vulkan

VK-GL-CTS Issue: 3205

Affected tests:
dEQP-VK.ray_tracing_pipeline.acceleration_structures.dynamic_indexing.dynamic_indexing
dEQP-VK.ray_query.acceleration_structures.dynamic_indexing.dynamic_indexing

Change-Id: I04b7cf6309b42ef4572e5c79c8e9233aee2edec7
external/vulkancts/modules/vulkan/ray_query/vktRayQueryAccelerationStructuresTests.cpp
external/vulkancts/modules/vulkan/ray_tracing/vktRayTracingAccelerationStructuresTests.cpp