Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/compiler/
DTypes.h251 …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;
DBaseTypes.h23 enum TPrecision : unsigned char enum
32 inline const char *getPrecisionString(TPrecision precision) in getPrecisionString()
DSymbolTable.h461 bool setDefaultPrecision(const TPublicType &type, TPrecision prec) in setDefaultPrecision()
475 TPrecision getDefaultPrecision( TBasicType type) in getDefaultPrecision()
484TPrecision prec = EbpUndefined; // If we dont find anything we return this. Should we error check … in getDefaultPrecision()
525 typedef std::map< TBasicType, TPrecision > PrecisionStackLevel;
Dglslang_tab.h212 TPrecision precision;
DIntermediate.cpp29 static TPrecision GetHigherPrecision( TPrecision left, TPrecision right ){ in GetHigherPrecision()
964 TPrecision higherPrecision = GetHigherPrecision(left->getPrecision(), right->getPrecision()); in promote()
DParseHelper.h122 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.cpp275 bool TParseContext::precisionErrorCheck(const TSourceLoc &line, TPrecision precision, TBasicType ty… in precisionErrorCheck()