Searched refs:TPrecision (Results 1 – 10 of 10) sorted by relevance
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/ |
D | Types.h | 43 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;
|
D | BaseTypes.h | 13 enum TPrecision enum 22 inline const char* getPrecisionString(TPrecision p) in getPrecisionString()
|
D | SymbolTable.h | 315 void setDefaultPrecision( TBasicType type, TPrecision prec ){ in setDefaultPrecision() 322 TPrecision getDefaultPrecision( TBasicType type){ in getDefaultPrecision() 327 …TPrecision prec = EbpUndefined; // If we dont find anything we return this. Should we error check … in getDefaultPrecision() 343 typedef std::map< TBasicType, TPrecision > PrecisionStackLevel;
|
D | glslang_tab.h | 256 TPrecision precision;
|
D | ParseHelper.h | 64 bool precisionErrorCheck(int line, TPrecision precision, TBasicType type);
|
D | Intermediate.cpp | 21 static TPrecision GetHigherPrecision( TPrecision left, TPrecision right ){ in GetHigherPrecision() 877 TPrecision higherPrecision = GetHigherPrecision(left->getPrecision(), right->getPrecision()); in promote()
|
D | intermediate.h | 249 TPrecision getPrecision() const { return type.getPrecision(); } in getPrecision()
|
D | ParseHelper.cpp | 263 bool TParseContext::precisionErrorCheck(int line, TPrecision precision, TBasicType type){ in precisionErrorCheck()
|
D | glslang.y | 58 TPrecision precision;
|
D | glslang_tab.cpp | 319 TPrecision precision;
|