Searched refs:arrayInformationType (Results 1 - 3 of 3) sorted by relevance

/external/swiftshader/src/OpenGL/compiler/
H A DTypes.h244 primarySize(s0), secondarySize(s1), array(false), arraySize(0), maxArraySize(0), arrayInformationType(0), interfaceBlock(0),
250 primarySize(s0), secondarySize(s1), array(a), arraySize(0), maxArraySize(0), arrayInformationType(0), interfaceBlock(0),
257 primarySize(1), secondarySize(1), array(false), arraySize(0), maxArraySize(0), arrayInformationType(0), interfaceBlock(0),
266 primarySize(1), secondarySize(1), array(arraySizeIn > 0), arraySize(arraySizeIn), maxArraySize(0), arrayInformationType(0),
391 void setArrayInformationType(TType* t) { arrayInformationType = t; }
392 TType* getArrayInformationType() const { return arrayInformationType; }
498 TType *arrayInformationType; member in class:TType
H A DSymbolTable.h87 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 member in class:TVariable
H A DSymbolTable.cpp39 arrayInformationType(0), interfaceBlock(0), structure(0), deepestStructNesting(0), mangled(0)

Completed in 209 milliseconds