Home
last modified time | relevance | path

Searched refs:usesShaderInoutQualifiers (Results 1 – 1 of 1) sorted by relevance

/external/deqp/external/openglcts/modules/common/
DglcShaderLibraryCase.cpp63 static inline bool usesShaderInoutQualifiers(glu::GLSLVersion version) in usesShaderInoutQualifiers() function
525 const bool usesInout = usesShaderInoutQualifiers(m_targetVersion); in genVertexShader()
730 const bool usesInout = usesShaderInoutQualifiers(m_targetVersion); in genFragmentShader()
785 const bool usesInout = usesShaderInoutQualifiers(m_targetVersion); in specializeVertexShader()
846 const bool usesInout = usesShaderInoutQualifiers(m_targetVersion); in specializeFragmentShader()
903 const bool usesInout = usesShaderInoutQualifiers(m_targetVersion); in specializeShaders()