Home
last modified time | relevance | path

Searched refs:TPrecision (Results 1 – 10 of 10) sorted by relevance

/external/swiftshader/src/OpenGL/compiler/
DTypes.h248 …TType(TBasicType t, TPrecision p, TQualifier q = EvqTemporary, int s0 = 1, int s1 = 1, bool a = fa…
255 TType(TStructure* userDef, TPrecision p = EbpUndefined) :
274 TPrecision getPrecision() const { return precision; } in getPrecision()
275 void setPrecision(TPrecision p) { precision = p; } in setPrecision()
489 TPrecision precision;
524 TPrecision precision;
DBaseTypes.h23 enum TPrecision : unsigned char enum
32 inline const char *getPrecisionString(TPrecision precision) in getPrecisionString()
DSymbolTable.h476 bool setDefaultPrecision(const TPublicType &type, TPrecision prec) in setDefaultPrecision()
490 TPrecision getDefaultPrecision( TBasicType type) in getDefaultPrecision()
499TPrecision prec = EbpUndefined; // If we dont find anything we return this. Should we error check … in getDefaultPrecision()
540 typedef std::map< TBasicType, TPrecision > PrecisionStackLevel;
Dglslang_tab.h212 TPrecision precision;
DIntermediate.cpp29 static TPrecision GetHigherPrecision( TPrecision left, TPrecision right ){ in GetHigherPrecision()
961 TPrecision higherPrecision = GetHigherPrecision(left->getPrecision(), right->getPrecision()); in promote()
DParseHelper.h121 bool precisionErrorCheck(const TSourceLoc &line, TPrecision precision, TBasicType type);
Dintermediate.h316 TPrecision getPrecision() const { return type.getPrecision(); } in getPrecision()
Dglslang.y92 TPrecision precision;
Dglslang_tab.cpp299 TPrecision precision;
DParseHelper.cpp315 bool TParseContext::precisionErrorCheck(const TSourceLoc &line, TPrecision precision, TBasicType ty… in precisionErrorCheck()