Lines Matching refs:targetVersion
143 const bool usesInout = glslVersionUsesInOutQualifiers(spec.targetVersion); in genVertexShader()
147 res << glu::getGLSLVersionDeclaration(spec.targetVersion) << "\n"; in genVertexShader()
234 const bool usesInout = glslVersionUsesInOutQualifiers(spec.targetVersion); in genFragmentShader()
237 const char* const prec = supportsFragmentHighp(spec.targetVersion) ? "highp" : "mediump"; in genFragmentShader()
239 shader << glu::getGLSLVersionDeclaration(spec.targetVersion) << "\n"; in genFragmentShader()
288 const bool usesInout = glslVersionUsesInOutQualifiers(spec.targetVersion); in specializeVertexShader()
362 const bool usesInout = glslVersionUsesInOutQualifiers(spec.targetVersion); in specializeFragmentShader()
436 const bool usesInout = glslVersionUsesInOutQualifiers(specParams.caseSpec.targetVersion); in generateVertexSpecialization()
475 const bool usesInout = glslVersionUsesInOutQualifiers(specParams.caseSpec.targetVersion); in generateFragmentSpecialization()
735 if (!isGLSLVersionSupported(m_renderCtx.getType(), m_spec.targetVersion)) in init()
736 …TCU_THROW(NotSupportedError, (string(getGLSLVersionName(m_spec.targetVersion)) + " is not supporte… in init()