Searched refs:TPrecision (Results 1 – 16 of 16) sorted by relevance
/external/chromium_org/third_party/angle/src/compiler/ |
D | Types.h | 98 …TType(TBasicType t, TPrecision p, TQualifier q = EvqTemporary, unsigned char s = 1, bool m = false… 103 TType(TStructure* userDef, TPrecision p = EbpUndefined) : 111 TPrecision getPrecision() const { return precision; } in getPrecision() 112 void setPrecision(TPrecision p) { precision = p; } in setPrecision() 238 TPrecision precision; 263 TPrecision precision;
|
D | BaseTypes.h | 13 enum TPrecision enum 22 inline const char* getPrecisionString(TPrecision p) in getPrecisionString()
|
D | SymbolTable.h | 339 bool setDefaultPrecision(const TPublicType& type, TPrecision prec) { in setDefaultPrecision() 350 TPrecision getDefaultPrecision(TBasicType type) { in getDefaultPrecision() 356 …TPrecision prec = EbpUndefined; // If we dont find anything we return this. Should we error check … in getDefaultPrecision() 378 typedef TMap<TBasicType, TPrecision> PrecisionStackLevel;
|
D | OutputESSL.h | 22 virtual bool writeVariablePrecision(TPrecision precision);
|
D | OutputGLSL.h | 22 virtual bool writeVariablePrecision(TPrecision);
|
D | OutputESSL.cpp | 18 bool TOutputESSL::writeVariablePrecision(TPrecision precision) in writeVariablePrecision()
|
D | OutputGLSL.cpp | 18 bool TOutputGLSL::writeVariablePrecision(TPrecision) in writeVariablePrecision() argument
|
D | VariableInfo.h | 23 TPrecision precision;
|
D | OutputGLSLBase.h | 29 virtual bool writeVariablePrecision(TPrecision precision) = 0;
|
D | glslang_tab.h | 178 TPrecision precision;
|
D | ParseContext.h | 80 bool precisionErrorCheck(const TSourceLoc& line, TPrecision precision, TBasicType type);
|
D | Intermediate.cpp | 22 static TPrecision GetHigherPrecision(TPrecision left, TPrecision right) in GetHigherPrecision() 922 TPrecision higherPrecision = GetHigherPrecision(left->getPrecision(), right->getPrecision()); in promote()
|
D | intermediate.h | 263 TPrecision getPrecision() const { return type.getPrecision(); } in getPrecision()
|
D | ParseContext.cpp | 240 bool TParseContext::precisionErrorCheck(const TSourceLoc& line, TPrecision precision, TBasicType ty… in precisionErrorCheck()
|
D | glslang.y | 77 TPrecision precision;
|
D | glslang_tab.cpp | 260 TPrecision precision;
|