Lines Matching defs:precision
369 const string precision = getShaderPrecision(m_caseShaderType); in generateProgramData() local
407 const string precision = getShaderPrecision(m_caseShaderType); in generateProgramData() local
418 …static inline string funcDefinitions (int callNestingDepth, const string& precision, const string&… in funcDefinitions()
452 const string precision = getShaderPrecision(m_caseShaderType); in generateProgramData() local
465 …onsCaseStatements (bool optimized, bool constantExpressionsOnly, const string& precision, bool use… in builtinFunctionsCaseStatements()
482 …rayCaseStatements (bool optimized, bool constantExpressionsOnly, const string& precision, bool use… in arrayCaseStatements()
510 …uctCaseStatements (bool optimized, bool constantExpressionsOnly, const string& precision, bool use… in structCaseStatements()
561 const string precision = getShaderPrecision(m_caseShaderType); in generateProgramData() local
574 …static inline string singleStatementCaseStatements (bool optimized, const string& precision, bool … in singleStatementCaseStatements()
586 …static inline string multipleStatementsCaseStatements (bool optimized, const string& precision, bo… in multipleStatementsCaseStatements()
606 …static inline string staticBranchCaseStatements (bool optimized, const string& precision, bool use… in staticBranchCaseStatements()
650 …static inline string loopCaseStatements (bool optimized, const string& precision, bool useHeavierW… in loopCaseStatements()
702 const string precision = getShaderPrecision(m_caseShaderType); in generateProgramData() local
739 …static inline string deadBranchComplexCaseStatements (bool optimized, const string& precision, boo… in deadBranchComplexCaseStatements()
760 static inline string deadBranchFuncCallCaseFuncDefs (bool optimized, const string& precision) in deadBranchFuncCallCaseFuncDefs()
780 …static inline string unusedValueBasicCaseStatements (bool optimized, const string& precision, bool… in unusedValueBasicCaseStatements()
793 …static inline string unusedValueLoopCaseStatements (bool optimized, const string& precision, bool … in unusedValueLoopCaseStatements()
807 …static inline string unusedValueAfterReturnCaseFuncDefs (bool optimized, const string& precision, … in unusedValueAfterReturnCaseFuncDefs()
833 …static inline string unusedValueDeadBranchCaseStatements (bool optimized, const string& precision,… in unusedValueDeadBranchCaseStatements()
848 …static inline string unusedValueMulZeroCaseStatements (bool optimized, const string& precision, bo… in unusedValueMulZeroCaseStatements()