Fix compilation - fix Wunused-parameter warning
authorSlawomir Cygan <slawomir.cygan@intel.com>
Wed, 5 Jul 2017 14:36:18 +0000 (16:36 +0200)
committerAlexander Galazin <Alexander.Galazin@arm.com>
Mon, 10 Jul 2017 11:56:27 +0000 (07:56 -0400)
commit9c2c2f7b007eda4c561c8ac9d58db11aafdbb847
treea6475f5a8d0e56c825a467af75997d94dc6f7fee
parent3f7c83dd7b9ce17a1b8681bd39fae91d21b116bd
Fix compilation - fix Wunused-parameter warning

The indexMatrixRow parameter of getBaseOffset function
was always 0 and not used. Remove it, move assert to the caller.

Affects: dEQP-VK.spirv_assembly.instruction.*.variable_pointers.*

Components: Vulkan
VK-GL-CTS issue: 555

Change-Id: I9f640a28181617a930ce535132143889fcbc5247
external/vulkancts/modules/vulkan/spirv_assembly/vktSpvAsmVariablePointersTests.cpp