Searched refs:computeNumComponents (Results 1 – 7 of 7) sorted by relevance
83 size = node->getType().computeNumComponents(); in visitAggregate()116 int instanceSize = type.computeNumComponents(); in visitConstantUnion()122 int rightUnionSize = node->getType().computeNumComponents(); in visitConstantUnion()137 int nodeComps = node->getType().computeNumComponents(); in visitConstantUnion()169 int nodeComps = node->getType().computeNumComponents(); in visitConstantUnion()
101 newComps = getType().computeNumComponents(); in fold()102 constComps = rightConstantNode->getType().computeNumComponents(); in fold()375 int objectSize = getType().computeNumComponents(); in fold()986 objectSize = children[0]->getAsConstantUnion()->getType().computeNumComponents(); in fold()992 objectSize = children[0]->getAsConstantUnion()->getType().computeNumComponents(); in fold()1211 int numComps = children[0]->getAsConstantUnion()->getType().computeNumComponents(); in fold()1273 int numCols = children[1]->getAsConstantUnion()->getType().computeNumComponents(); in fold()1313 TConstUnionArray unionArray(aggrNode->getType().computeNumComponents()); in foldConstructor()1335 int size = dereferencedType.computeNumComponents(); in foldDereference()1349 start += (*node->getType().getStruct())[i].type->computeNumComponents(); in foldDereference()
1374 const int matSize = type.computeNumComponents(); in addShapeConversion()3913 int size = node->getType().computeNumComponents(); in promoteConstantUnion()
1262 int size = node->getType().computeNumComponents(); in OutputConstantUnion()
3462 size += function[arg].type->computeNumComponents(); in constructorError()3463 if (op != EOpConstructStruct && ! type.isArray() && size >= type.computeNumComponents()) in constructorError()3664 if ((op != EOpConstructStruct && size != 1 && size < type.computeNumComponents()) || in constructorError()3665 (op == EOpConstructStruct && size < type.computeNumComponents())) { in constructorError()
2488 int computeNumComponents() const in computeNumComponents() function2494 components += ((*tl).type)->computeNumComponents(); in computeNumComponents()
6641 size += function[arg].type->computeNumComponents(); in constructorError()6642 if (op != EOpConstructStruct && ! type.isArray() && size >= type.computeNumComponents()) in constructorError()6661 …e if (type.getOuterArraySize() != function.getParamCount() && type.computeNumComponents() > size) { in constructorError()6725 if ((op != EOpConstructStruct && size != 1 && size < type.computeNumComponents()) || in constructorError()6726 (op == EOpConstructStruct && size < type.computeNumComponents())) { in constructorError()8331 if (type.computeNumComponents() == (int)initList->getSequence().size()) { in convertInitializerList()8696 if (node->getType().computeNumComponents() < type.computeNumComponents()) in convertArray()