Unify getShaderStageName helper
authorIlkka Saarelainen <ilkka.saarelainen@siru.fi>
Wed, 22 May 2019 10:25:49 +0000 (13:25 +0300)
committerAlexander Galazin <Alexander.Galazin@arm.com>
Wed, 29 May 2019 17:19:38 +0000 (13:19 -0400)
commit376f9e0ebeeae5954e39f5553395d1bf8d524971
tree3edf479a65fa55c742f5f99f213cb3f6deac9e77
parent512a25c871c3bf0dbc629d49ef30ed9ff5120353
Unify getShaderStageName helper

Clean out helper functions used to create shader stage
and precision names.

Note: affects only the test case name generation.

Affects:

dEQP-VK.ycbcr.format.*
dEQP-VK.glsl.builtin.function.*
dEQP-VK.protected_memory.ssbo.ssbo_atomic.*

Components: Vulkan, Framework, OpenGL

VK-GL-CTS issue: 1736

Change-Id: Id326c3c241ecf1a60c0dda3ee8c31b155114fc3c
13 files changed:
external/vulkancts/modules/vulkan/protected_memory/vktProtectedMemStorageBufferTests.cpp
external/vulkancts/modules/vulkan/shaderexecutor/vktShaderCommonFunctionTests.cpp
external/vulkancts/modules/vulkan/shaderexecutor/vktShaderIntegerFunctionTests.cpp
external/vulkancts/modules/vulkan/shaderexecutor/vktShaderPackingFunctionTests.cpp
external/vulkancts/modules/vulkan/ycbcr/vktYCbCrFormatTests.cpp
framework/opengl/gluShaderUtil.cpp
framework/opengl/gluShaderUtil.hpp
modules/gles3/functional/es3fShaderCommonFunctionTests.cpp
modules/gles3/functional/es3fShaderPackingFunctionTests.cpp
modules/gles31/functional/es31fShaderCommonFunctionTests.cpp
modules/gles31/functional/es31fShaderIntegerFunctionTests.cpp
modules/gles31/functional/es31fShaderPackingFunctionTests.cpp
modules/gles31/functional/es31fShaderUniformIntegerFunctionTests.cpp