Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/compiler/
DTypes.h246 …, secondarySize(s1), array(false), arraySize(0), maxArraySize(0), arrayInformationType(0), interfa… in type()
253 …primarySize(s0), secondarySize(s1), array(a), arraySize(0), maxArraySize(0), arrayInformationType(… in type()
260 …), secondarySize(1), array(false), arraySize(0), maxArraySize(0), arrayInformationType(0), interfa… in type()
268 …ySize(1), array(arraySizeIn > 0), arraySize(arraySizeIn), maxArraySize(0), arrayInformationType(0), in TType()
438 void setArrayInformationType(TType* t) { arrayInformationType = t; } in setArrayInformationType()
439 TType* getArrayInformationType() const { return arrayInformationType; } in getArrayInformationType()
542 TType *arrayInformationType = nullptr; 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.cpp39arrayInformationType(0), interfaceBlock(0), layoutQualifier(p.layoutQualifier), structure(0), mang… in TType()