HomeSort by relevance Sort by last modified time
    Searched defs:arrayInformationType (Results 1 - 2 of 2) sorted by null

  /external/swiftshader/src/OpenGL/compiler/
SymbolTable.h 87 TVariable(const TString *name, const TType& t, bool uT = false ) : TSymbol(name), type(t), userType(uT), unionArray(0), arrayInformationType(0) { }
94 void updateArrayInformationType(TType *t) { arrayInformationType = t; }
95 TType* getArrayInformationType() { return arrayInformationType; }
123 TType *arrayInformationType; // this is used for updating maxArraySize in all the references to a given symbol
Types.h 246 primarySize(s0), secondarySize(s1), array(false), arraySize(0), maxArraySize(0), arrayInformationType(0), interfaceBlock(0), layoutQualifier(TLayoutQualifier::create()),
253 primarySize(s0), secondarySize(s1), array(a), arraySize(0), maxArraySize(0), arrayInformationType(0), interfaceBlock(0), layoutQualifier(TLayoutQualifier::create()),
260 primarySize(1), secondarySize(1), array(false), arraySize(0), maxArraySize(0), arrayInformationType(0), interfaceBlock(0), layoutQualifier(TLayoutQualifier::create()),
268 primarySize(1), secondarySize(1), array(arraySizeIn > 0), arraySize(arraySizeIn), maxArraySize(0), arrayInformationType(0),
438 void setArrayInformationType(TType* t) { arrayInformationType = t; }
439 TType* getArrayInformationType() const { return arrayInformationType; }
542 TType *arrayInformationType = nullptr;

Completed in 71 milliseconds