Home
last modified time | relevance | path

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

/external/webkit/Source/ThirdParty/ANGLE/src/compiler/
DTypes.h43 TPrecision precision;
86 …TType(TBasicType t, TPrecision p, TQualifier q = EvqTemporary, int s = 1, bool m = false, bool a =…
100 TType(TTypeList* userDef, const TString& n, TPrecision p = EbpUndefined) :
162 TPrecision getPrecision() const { return precision; } in getPrecision()
163 void setPrecision(TPrecision p) { precision = p; } in setPrecision()
276 TPrecision precision;
DBaseTypes.h13 enum TPrecision enum
22 inline const char* getPrecisionString(TPrecision p) in getPrecisionString()
DSymbolTable.h315 void setDefaultPrecision( TBasicType type, TPrecision prec ){ in setDefaultPrecision()
322 TPrecision getDefaultPrecision( TBasicType type){ in getDefaultPrecision()
327TPrecision prec = EbpUndefined; // If we dont find anything we return this. Should we error check … in getDefaultPrecision()
343 typedef std::map< TBasicType, TPrecision > PrecisionStackLevel;
Dglslang_tab.h256 TPrecision precision;
DParseHelper.h64 bool precisionErrorCheck(int line, TPrecision precision, TBasicType type);
DIntermediate.cpp21 static TPrecision GetHigherPrecision( TPrecision left, TPrecision right ){ in GetHigherPrecision()
877 TPrecision higherPrecision = GetHigherPrecision(left->getPrecision(), right->getPrecision()); in promote()
Dintermediate.h249 TPrecision getPrecision() const { return type.getPrecision(); } in getPrecision()
DParseHelper.cpp263 bool TParseContext::precisionErrorCheck(int line, TPrecision precision, TBasicType type){ in precisionErrorCheck()
Dglslang.y58 TPrecision precision;
Dglslang_tab.cpp319 TPrecision precision;