Searched refs:RemoveInvariant (Results 1 – 4 of 4) sorted by relevance
/external/angle/src/compiler/translator/ |
D | TranslatorGLSL.cpp | 69 !sh::RemoveInvariant(getShaderType(), getShaderVersion(), getOutputType(), compileOptions)) in translate()
|
D | Compiler.h | 54 bool RemoveInvariant(sh::GLenum shaderType,
|
D | Compiler.cpp | 124 bool RemoveInvariant(sh::GLenum shaderType, in RemoveInvariant() function 917 if (RemoveInvariant(mShaderType, mShaderVersion, mOutputType, compileOptions)) in checkAndSimplifyAST()
|
D | OutputGLSLBase.cpp | 105 if (!sh::RemoveInvariant(mShaderType, mShaderVersion, mOutput, mCompileOptions)) in writeInvariantQualifier()
|