HomeSort by relevance Sort by last modified time
    Searched refs:TBasicType (Results 1 - 10 of 10) sorted by null

  /external/webkit/Source/ThirdParty/ANGLE/src/compiler/
BaseTypes.h 36 enum TBasicType
50 inline const char* getBasicString(TBasicType t)
65 inline bool IsSampler(TBasicType type)
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 = false) :
159 TBasicType getBasicType() const { return type; }
160 void setBasicType(TBasicType t) { type = t; }
275 TBasicType type : 6;
localintermediate.h 41 TIntermTyped* promoteConstantUnion(TBasicType, TIntermConstantUnion*) ;
SymbolTable.h 315 void setDefaultPrecision( TBasicType type, TPrecision prec ){
321 // Searches down the precisionStack for a precision qualifier for the specified TBasicType
322 TPrecision getDefaultPrecision( TBasicType type){
343 typedef std::map< TBasicType, TPrecision > PrecisionStackLevel;
ConstantUnion.h 276 TBasicType getType() const { return type; }
285 TBasicType type;
ParseHelper.h 64 bool precisionErrorCheck(int line, TPrecision precision, TBasicType type);
Intermediate.cpp 313 TBasicType newType = EbtVoid;
448 TBasicType promoteTo;
939 TBasicType basicType = left->getBasicType();
    [all...]
ValidateLimitations.cpp 227 TBasicType type = symbol->getBasicType();
intermediate.h 247 TBasicType getBasicType() const { return type.getBasicType(); }
ParseHelper.cpp 263 bool TParseContext::precisionErrorCheck(int line, TPrecision precision, TBasicType type){
    [all...]

Completed in 72 milliseconds