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

  /external/swiftshader/src/OpenGL/compiler/
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;
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
SymbolTable.cpp 39 arrayInformationType(0), interfaceBlock(0), layoutQualifier(p.layoutQualifier), structure(0), mangled(0)

Completed in 3643 milliseconds