Searched refs:terminalType (Results 1 – 1 of 1) sorted by relevance
176 const TType* terminalType = &baseType; in blowUpActiveAggregate() local179 terminalType = &visitNode->getType(); in blowUpActiveAggregate()190 TType derefType(*terminalType, 0); in blowUpActiveAggregate()215 if (! isReflectionGranularity(*terminalType)) { in blowUpActiveAggregate()216 if (terminalType->isArray()) { in blowUpActiveAggregate()219 for (int i = 0; i < std::max(terminalType->getOuterArraySize(), 1); ++i) { in blowUpActiveAggregate()222 TType derefType(*terminalType, 0); in blowUpActiveAggregate()228 const TTypeList& typeList = *terminalType->getStruct(); in blowUpActiveAggregate()232 TType derefType(*terminalType, i); in blowUpActiveAggregate()246 arraySize = mapToGlArraySize(*terminalType); in blowUpActiveAggregate()[all …]