Searched refs:TPrecision (Results 1 – 10 of 10) sorted by relevance
/external/swiftshader/src/OpenGL/compiler/ |
D | Types.h | 251 …TType(TBasicType t, TPrecision p, TQualifier q = EvqTemporary, int s0 = 1, int s1 = 1, bool a = fa… 258 TType(TStructure* userDef, TPrecision p = EbpUndefined) : 278 TPrecision getPrecision() const { return precision; } in getPrecision() 279 void setPrecision(TPrecision p) { precision = p; } in setPrecision() 535 TPrecision precision = EbpUndefined; 568 TPrecision precision;
|
D | BaseTypes.h | 23 enum TPrecision : unsigned char enum 32 inline const char *getPrecisionString(TPrecision precision) in getPrecisionString()
|
D | SymbolTable.h | 461 bool setDefaultPrecision(const TPublicType &type, TPrecision prec) in setDefaultPrecision() 475 TPrecision getDefaultPrecision( TBasicType type) in getDefaultPrecision() 484 …TPrecision prec = EbpUndefined; // If we dont find anything we return this. Should we error check … in getDefaultPrecision() 525 typedef std::map< TBasicType, TPrecision > PrecisionStackLevel;
|
D | glslang_tab.h | 212 TPrecision precision;
|
D | Intermediate.cpp | 29 static TPrecision GetHigherPrecision( TPrecision left, TPrecision right ){ in GetHigherPrecision() 964 TPrecision higherPrecision = GetHigherPrecision(left->getPrecision(), right->getPrecision()); in promote()
|
D | ParseHelper.h | 122 bool precisionErrorCheck(const TSourceLoc &line, TPrecision precision, TBasicType type);
|
D | intermediate.h | 316 TPrecision getPrecision() const { return type.getPrecision(); } in getPrecision()
|
D | glslang.y | 92 TPrecision precision;
|
D | glslang_tab.cpp | 299 TPrecision precision;
|
D | ParseHelper.cpp | 275 bool TParseContext::precisionErrorCheck(const TSourceLoc &line, TPrecision precision, TBasicType ty… in precisionErrorCheck()
|