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.h54 bool RemoveInvariant(sh::GLenum shaderType,
DCompiler.cpp124 bool RemoveInvariant(sh::GLenum shaderType, in RemoveInvariant() function
917 if (RemoveInvariant(mShaderType, mShaderVersion, mOutputType, compileOptions)) in checkAndSimplifyAST()
DOutputGLSLBase.cpp105 if (!sh::RemoveInvariant(mShaderType, mShaderVersion, mOutput, mCompileOptions)) in writeInvariantQualifier()