Searched refs:cloneVariableForStage (Results 1 – 2 of 2) sorted by relevance
| /third_party/vk-gl-cts/external/openglcts/modules/gl/ |
| D | gl4cEnhancedLayoutsTests.cpp | 4609 cloneVariableForStage(vs_var, Shader::TESS_CTRL, prefix, varying_passthrough); in CloneVertexInterface() 4610 cloneVariableForStage(vs_var, Shader::TESS_EVAL, prefix, varying_passthrough); in CloneVertexInterface() 4611 cloneVariableForStage(vs_var, Shader::GEOMETRY, prefix, varying_passthrough); in CloneVertexInterface() 4612 cloneVariableForStage(vs_var, Shader::FRAGMENT, prefix, varying_passthrough); in CloneVertexInterface() 4621 cloneVariableForStage(vs_var, Shader::COMPUTE, prefix, varying_passthrough); in CloneVertexInterface() 4622 cloneVariableForStage(vs_var, Shader::TESS_CTRL, prefix, varying_passthrough); in CloneVertexInterface() 4623 cloneVariableForStage(vs_var, Shader::TESS_EVAL, prefix, varying_passthrough); in CloneVertexInterface() 4624 cloneVariableForStage(vs_var, Shader::GEOMETRY, prefix, varying_passthrough); in CloneVertexInterface() 4625 cloneVariableForStage(vs_var, Shader::FRAGMENT, prefix, varying_passthrough); in CloneVertexInterface() 4640 cloneVariableForStage(vs_var, Shader::COMPUTE, prefix, varying_passthrough); in CloneVertexInterface() [all …]
|
| D | gl4cEnhancedLayoutsTests.hpp | 676 …void cloneVariableForStage(const Variable& variable, Shader::STAGES stage, const glw::GLchar* pref… 678 …Variable* cloneVariableForStage(const Variable& variable, Shader::STAGES stage, Variable::STORAGE …
|