Home
last modified time | relevance | path

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

/external/chromium_org/third_party/angle/src/compiler/
DBaseTypes.h36 enum TBasicType enum
53 inline const char* getBasicString(TBasicType t) in getBasicString()
70 inline bool IsSampler(TBasicType type) in IsSampler()
DTypes.h98 …TType(TBasicType t, TPrecision p, TQualifier q = EvqTemporary, unsigned char s = 1, bool m = false…
108 TBasicType getBasicType() const { return type; } in getBasicType()
109 void setBasicType(TBasicType t) { type = t; } in setBasicType()
237 TBasicType type;
261 TBasicType type;
271 void setBasic(TBasicType bt, TQualifier q, const TSourceLoc& ln) in setBasic()
DSymbolTable.h350 TPrecision getDefaultPrecision(TBasicType type) { in getDefaultPrecision()
371 bool supportsPrecision(TBasicType type) { in supportsPrecision()
378 typedef TMap<TBasicType, TPrecision> PrecisionStackLevel;
DConstantUnion.h245 TBasicType getType() const { return type; } in getType()
254 TBasicType type;
Dlocalintermediate.h41 TIntermTyped* promoteConstantUnion(TBasicType, TIntermConstantUnion*) ;
DParseContext.h80 bool precisionErrorCheck(const TSourceLoc& line, TPrecision precision, TBasicType type);
DIntermediate.cpp310 TBasicType newType = EbtVoid; in addUnaryMath()
440 TBasicType promoteTo; in addConversion()
984 TBasicType basicType = left->getBasicType(); in promote()
1420 TIntermTyped* TIntermediate::promoteConstantUnion(TBasicType promoteTo, TIntermConstantUnion* node) in promoteConstantUnion()
DForLoopUnroll.cpp31 TBasicType type = symbol->getBasicType(); in visitLoop()
DCompiler.cpp267 sampler.type = static_cast<TBasicType>(samplerType); in InitBuiltInSymbolTable()
DValidateLimitations.cpp271 TBasicType type = symbol->getBasicType(); in validateForLoopInit()
Dintermediate.h261 TBasicType getBasicType() const { return type.getBasicType(); } in getBasicType()
DParseContext.cpp240 bool TParseContext::precisionErrorCheck(const TSourceLoc& line, TPrecision precision, TBasicType ty… in precisionErrorCheck()