Home
last modified time | relevance | path

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

/external/angle/src/compiler/translator/
DTranslatorGLSL.cpp69 !sh::RemoveInvariant(getShaderType(), getShaderVersion(), getOutputType(), compileOptions)) in translate()
DCompiler.h49 bool RemoveInvariant(sh::GLenum shaderType,
DCompiler.cpp121 bool RemoveInvariant(sh::GLenum shaderType, in RemoveInvariant() function
831 if (RemoveInvariant(mShaderType, mShaderVersion, mOutputType, compileOptions)) in checkAndSimplifyAST()
DOutputGLSLBase.cpp107 if (!sh::RemoveInvariant(mShaderType, mShaderVersion, mOutput, mCompileOptions)) in writeInvariantQualifier()