Searched refs:TBasicType (Results 1 – 10 of 10) sorted by relevance
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/ |
D | BaseTypes.h | 36 enum TBasicType enum 50 inline const char* getBasicString(TBasicType t) in getBasicString() 65 inline bool IsSampler(TBasicType type) in IsSampler()
|
D | Types.h | 41 TBasicType type; 51 void setBasic(TBasicType bt, TQualifier q, int ln = 0) 86 …TType(TBasicType t, TPrecision p, TQualifier q = EvqTemporary, int s = 1, bool m = false, bool a =… 159 TBasicType getBasicType() const { return type; } in getBasicType() 160 void setBasicType(TBasicType t) { type = t; } in setBasicType() 275 TBasicType type : 6;
|
D | SymbolTable.h | 315 void setDefaultPrecision( TBasicType type, TPrecision prec ){ in setDefaultPrecision() 322 TPrecision getDefaultPrecision( TBasicType type){ in getDefaultPrecision() 343 typedef std::map< TBasicType, TPrecision > PrecisionStackLevel;
|
D | ConstantUnion.h | 276 TBasicType getType() const { return type; } in getType() 285 TBasicType type;
|
D | localintermediate.h | 41 TIntermTyped* promoteConstantUnion(TBasicType, TIntermConstantUnion*) ;
|
D | ParseHelper.h | 64 bool precisionErrorCheck(int line, TPrecision precision, TBasicType type);
|
D | Intermediate.cpp | 313 TBasicType newType = EbtVoid; in addUnaryMath() 448 TBasicType promoteTo; in addConversion() 939 TBasicType basicType = left->getBasicType(); in promote() 1378 TIntermTyped* TIntermediate::promoteConstantUnion(TBasicType promoteTo, TIntermConstantUnion* node) in promoteConstantUnion()
|
D | ValidateLimitations.cpp | 227 TBasicType type = symbol->getBasicType(); in validateForLoopInit()
|
D | intermediate.h | 247 TBasicType getBasicType() const { return type.getBasicType(); } in getBasicType()
|
D | ParseHelper.cpp | 263 bool TParseContext::precisionErrorCheck(int line, TPrecision precision, TBasicType type){ in precisionErrorCheck()
|