Searched refs:TBasicType (Results 1 – 14 of 14) sorted by relevance
/external/swiftshader/src/OpenGL/compiler/ |
D | BaseTypes.h | 46 enum TBasicType : unsigned char enum 105 inline const char *getBasicString(TBasicType type) in getBasicString() 146 inline bool IsSampler(TBasicType type) in IsSampler() 151 inline bool IsIntegerSampler(TBasicType type) in IsIntegerSampler() 180 inline bool IsSampler2D(TBasicType type) in IsSampler2D() 209 inline bool IsSamplerCube(TBasicType type) in IsSamplerCube() 238 inline bool IsSampler3D(TBasicType type) in IsSampler3D() 267 inline bool IsSamplerArray(TBasicType type) in IsSamplerArray() 296 inline bool IsShadowSampler(TBasicType type) in IsShadowSampler() 325 inline bool IsInteger(TBasicType type) in IsInteger() [all …]
|
D | ValidateSwitch.h | 28 static bool validate(TBasicType switchType, TParseContext *context, 43 ValidateSwitch(TBasicType switchType, TParseContext *context); 47 TBasicType mSwitchType;
|
D | Types.h | 241 TType(TBasicType t, int s0 = 1, int s1 = 1) : 247 …TType(TBasicType t, TPrecision p, TQualifier q = EvqTemporary, int s0 = 1, int s1 = 1, bool a = fa… 270 TBasicType getBasicType() const { return type; } in getBasicType() 271 void setBasicType(TBasicType t) { type = t; } in setBasicType() 481 TBasicType type; 513 TBasicType type; 525 void setBasic(TBasicType bt, TQualifier q, const TSourceLoc &ln) in setBasic()
|
D | ValidateSwitch.cpp | 19 bool ValidateSwitch::validate(TBasicType switchType, TParseContext *context, in validate() 28 ValidateSwitch::ValidateSwitch(TBasicType switchType, TParseContext *context) in ValidateSwitch() 121 TBasicType conditionType = condition->getBasicType(); in visitCase()
|
D | ConstantUnion.h | 33 bool cast(TBasicType newType, const ConstantUnion &constant) in cast() 399 TBasicType getType() const { return type; } in getType() 409 TBasicType type;
|
D | SymbolTable.h | 254 TBasicType basicType = type->getBasicType(); in IsGenType() 265 TBasicType basicType = type->getBasicType(); in IsVecType() 481 TPrecision getDefaultPrecision( TBasicType type) in getDefaultPrecision() 525 typedef std::map< TBasicType, TPrecision > PrecisionStackLevel;
|
D | localintermediate.h | 48 TIntermTyped* promoteConstantUnion(TBasicType, TIntermConstantUnion*);
|
D | ParseHelper.h | 121 bool precisionErrorCheck(const TSourceLoc &line, TPrecision precision, TBasicType type); 130 bool voidErrorCheck(const TSourceLoc&, const TString&, const TBasicType&);
|
D | parseConst.cpp | 168 TBasicType basicType = type.getBasicType(); in visitConstantUnion()
|
D | ValidateLimitations.cpp | 264 TBasicType type = symbol->getBasicType(); in validateForLoopInit()
|
D | intermediate.h | 313 TBasicType getBasicType() const { return type.getBasicType(); } in getBasicType()
|
D | ParseHelper.cpp | 245 bool TParseContext::precisionErrorCheck(const TSourceLoc &line, TPrecision precision, TBasicType ty… in precisionErrorCheck() 571 …eContext::voidErrorCheck(const TSourceLoc &line, const TString& identifier, const TBasicType& type) in voidErrorCheck() 3234 TBasicType switchType = init->getBasicType(); in addSwitch()
|
D | Intermediate.cpp | 872 TBasicType basicType = left->getBasicType(); in promote() 1837 TIntermTyped* TIntermediate::promoteConstantUnion(TBasicType promoteTo, TIntermConstantUnion* node) in promoteConstantUnion()
|
D | OutputASM.cpp | 360 TBasicType baseType = in->getType().getBasicType(); in getOpcode() 917 TBasicType basicType = arg->getType().getBasicType(); in visitUnary()
|