Home
last modified time | relevance | path

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

/external/webkit/Source/ThirdParty/ANGLE/src/compiler/
DBaseTypes.h36 enum TBasicType enum
50 inline const char* getBasicString(TBasicType t) in getBasicString()
65 inline bool IsSampler(TBasicType type) in IsSampler()
DTypes.h41 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;
DSymbolTable.h315 void setDefaultPrecision( TBasicType type, TPrecision prec ){ in setDefaultPrecision()
322 TPrecision getDefaultPrecision( TBasicType type){ in getDefaultPrecision()
343 typedef std::map< TBasicType, TPrecision > PrecisionStackLevel;
DConstantUnion.h276 TBasicType getType() const { return type; } in getType()
285 TBasicType type;
Dlocalintermediate.h41 TIntermTyped* promoteConstantUnion(TBasicType, TIntermConstantUnion*) ;
DParseHelper.h64 bool precisionErrorCheck(int line, TPrecision precision, TBasicType type);
DIntermediate.cpp313 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()
DValidateLimitations.cpp227 TBasicType type = symbol->getBasicType(); in validateForLoopInit()
Dintermediate.h247 TBasicType getBasicType() const { return type.getBasicType(); } in getBasicType()
DParseHelper.cpp263 bool TParseContext::precisionErrorCheck(int line, TPrecision precision, TBasicType type){ in precisionErrorCheck()