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()171 int nodeComps = node->getType().computeNumComponents(); in visitConstantUnion()
130 newComps = getType().computeNumComponents(); in fold()131 constComps = rightConstantNode->getType().computeNumComponents(); in fold()406 int objectSize = getType().computeNumComponents(); in fold()1016 objectSize = children[0]->getAsConstantUnion()->getType().computeNumComponents(); in fold()1022 objectSize = children[0]->getAsConstantUnion()->getType().computeNumComponents(); in fold()1228 int numComps = children[0]->getAsConstantUnion()->getType().computeNumComponents(); in fold()1290 int numCols = children[1]->getAsConstantUnion()->getType().computeNumComponents(); in fold()1330 TConstUnionArray unionArray(aggrNode->getType().computeNumComponents()); in foldConstructor()1352 int size = dereferencedType.computeNumComponents(); in foldDereference()1364 start += (*node->getType().getStruct())[i].type->computeNumComponents(); in foldDereference()
1232 const int matSize = type.computeNumComponents(); in addShapeConversion()3611 int size = node->getType().computeNumComponents(); in promoteConstantUnion()
1177 int size = node->getType().computeNumComponents(); in OutputConstantUnion()
2685 size += function[arg].type->computeNumComponents(); in constructorError()2686 if (op != EOpConstructStruct && ! type.isArray() && size >= type.computeNumComponents()) in constructorError()2876 if ((op != EOpConstructStruct && size != 1 && size < type.computeNumComponents()) || in constructorError()2877 (op == EOpConstructStruct && size < type.computeNumComponents())) { in constructorError()
1968 int computeNumComponents() const in computeNumComponents() function1974 components += ((*tl).type)->computeNumComponents(); in computeNumComponents()
6375 size += function[arg].type->computeNumComponents(); in constructorError()6376 if (op != EOpConstructStruct && ! type.isArray() && size >= type.computeNumComponents()) in constructorError()6395 …e if (type.getOuterArraySize() != function.getParamCount() && type.computeNumComponents() > size) { in constructorError()6459 if ((op != EOpConstructStruct && size != 1 && size < type.computeNumComponents()) || in constructorError()6460 (op == EOpConstructStruct && size < type.computeNumComponents())) { in constructorError()8038 if (type.computeNumComponents() == (int)initList->getSequence().size()) { in convertInitializerList()8403 if (node->getType().computeNumComponents() < type.computeNumComponents()) in convertArray()