Searched refs:cloneVariableForStage (Results 1 – 2 of 2) sorted by relevance
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cEnhancedLayoutsTests.cpp | 4554 cloneVariableForStage(vs_var, Shader::TESS_CTRL, prefix, varying_passthrough); in CloneVertexInterface() 4555 cloneVariableForStage(vs_var, Shader::TESS_EVAL, prefix, varying_passthrough); in CloneVertexInterface() 4556 cloneVariableForStage(vs_var, Shader::GEOMETRY, prefix, varying_passthrough); in CloneVertexInterface() 4557 cloneVariableForStage(vs_var, Shader::FRAGMENT, prefix, varying_passthrough); in CloneVertexInterface() 4566 cloneVariableForStage(vs_var, Shader::COMPUTE, prefix, varying_passthrough); in CloneVertexInterface() 4567 cloneVariableForStage(vs_var, Shader::TESS_CTRL, prefix, varying_passthrough); in CloneVertexInterface() 4568 cloneVariableForStage(vs_var, Shader::TESS_EVAL, prefix, varying_passthrough); in CloneVertexInterface() 4569 cloneVariableForStage(vs_var, Shader::GEOMETRY, prefix, varying_passthrough); in CloneVertexInterface() 4570 cloneVariableForStage(vs_var, Shader::FRAGMENT, prefix, varying_passthrough); in CloneVertexInterface() 4585 cloneVariableForStage(vs_var, Shader::COMPUTE, prefix, varying_passthrough); in CloneVertexInterface() [all …]
|
D | gl4cEnhancedLayoutsTests.hpp | 673 …void cloneVariableForStage(const Variable& variable, Shader::STAGES stage, const glw::GLchar* pref… 675 …Variable* cloneVariableForStage(const Variable& variable, Shader::STAGES stage, Variable::STORAGE …
|