Searched refs:TBasicType (Results 1 – 12 of 12) sorted by relevance
/external/chromium_org/third_party/angle/src/compiler/ |
D | BaseTypes.h | 36 enum TBasicType enum 53 inline const char* getBasicString(TBasicType t) in getBasicString() 70 inline bool IsSampler(TBasicType type) in IsSampler()
|
D | Types.h | 98 …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()
|
D | SymbolTable.h | 350 TPrecision getDefaultPrecision(TBasicType type) { in getDefaultPrecision() 371 bool supportsPrecision(TBasicType type) { in supportsPrecision() 378 typedef TMap<TBasicType, TPrecision> PrecisionStackLevel;
|
D | ConstantUnion.h | 245 TBasicType getType() const { return type; } in getType() 254 TBasicType type;
|
D | localintermediate.h | 41 TIntermTyped* promoteConstantUnion(TBasicType, TIntermConstantUnion*) ;
|
D | ParseContext.h | 80 bool precisionErrorCheck(const TSourceLoc& line, TPrecision precision, TBasicType type);
|
D | Intermediate.cpp | 310 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()
|
D | ForLoopUnroll.cpp | 31 TBasicType type = symbol->getBasicType(); in visitLoop()
|
D | Compiler.cpp | 267 sampler.type = static_cast<TBasicType>(samplerType); in InitBuiltInSymbolTable()
|
D | ValidateLimitations.cpp | 271 TBasicType type = symbol->getBasicType(); in validateForLoopInit()
|
D | intermediate.h | 261 TBasicType getBasicType() const { return type.getBasicType(); } in getBasicType()
|
D | ParseContext.cpp | 240 bool TParseContext::precisionErrorCheck(const TSourceLoc& line, TPrecision precision, TBasicType ty… in precisionErrorCheck()
|