Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/compiler/
DTypes.h243 …, secondarySize(s1), array(false), arraySize(0), maxArraySize(0), arrayInformationType(0), interfa… in type()
249 …primarySize(s0), secondarySize(s1), array(a), arraySize(0), maxArraySize(0), arrayInformationType(… in type()
256 …), secondarySize(1), array(false), arraySize(0), maxArraySize(0), arrayInformationType(0), interfa… in type()
265 …ySize(1), array(arraySizeIn > 0), arraySize(arraySizeIn), maxArraySize(0), arrayInformationType(0), in TType()
389 void setArrayInformationType(TType* t) { arrayInformationType = t; } in setArrayInformationType()
390 TType* getArrayInformationType() const { return arrayInformationType; } in getArrayInformationType()
491 TType *arrayInformationType; variable
DSymbolTable.h87 …ool uT = false ) : TSymbol(name), type(t), userType(uT), unionArray(0), arrayInformationType(0) { } in TSymbol()
94 void updateArrayInformationType(TType *t) { arrayInformationType = t; } in updateArrayInformationType()
95 TType* getArrayInformationType() { return arrayInformationType; } in getArrayInformationType()
123 …TType *arrayInformationType; // this is used for updating maxArraySize in all the references to a… variable
DSymbolTable.cpp39 arrayInformationType(0), interfaceBlock(0), structure(0), deepestStructNesting(0), mangled(0) in TType()