Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/compiler/
DBaseTypes.h46 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 …]
DValidateSwitch.h28 static bool validate(TBasicType switchType, TParseContext *context,
43 ValidateSwitch(TBasicType switchType, TParseContext *context);
47 TBasicType mSwitchType;
DTypes.h241 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()
DValidateSwitch.cpp19 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()
DConstantUnion.h33 bool cast(TBasicType newType, const ConstantUnion &constant) in cast()
399 TBasicType getType() const { return type; } in getType()
409 TBasicType type;
DSymbolTable.h254 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;
Dlocalintermediate.h48 TIntermTyped* promoteConstantUnion(TBasicType, TIntermConstantUnion*);
DParseHelper.h121 bool precisionErrorCheck(const TSourceLoc &line, TPrecision precision, TBasicType type);
130 bool voidErrorCheck(const TSourceLoc&, const TString&, const TBasicType&);
DparseConst.cpp168 TBasicType basicType = type.getBasicType(); in visitConstantUnion()
DValidateLimitations.cpp264 TBasicType type = symbol->getBasicType(); in validateForLoopInit()
Dintermediate.h313 TBasicType getBasicType() const { return type.getBasicType(); } in getBasicType()
DParseHelper.cpp245 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()
DIntermediate.cpp872 TBasicType basicType = left->getBasicType(); in promote()
1837 TIntermTyped* TIntermediate::promoteConstantUnion(TBasicType promoteTo, TIntermConstantUnion* node) in promoteConstantUnion()
DOutputASM.cpp360 TBasicType baseType = in->getType().getBasicType(); in getOpcode()
917 TBasicType basicType = arg->getType().getBasicType(); in visitUnary()