Home
last modified time | relevance | path

Searched refs:computeNumComponents (Results 1 – 7 of 7) sorted by relevance

/third_party/glslang/glslang/MachineIndependent/
DparseConst.cpp83 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()
DConstant.cpp101 newComps = getType().computeNumComponents(); in fold()
102 constComps = rightConstantNode->getType().computeNumComponents(); in fold()
379 int objectSize = getType().computeNumComponents(); in fold()
994 objectSize = children[0]->getAsConstantUnion()->getType().computeNumComponents(); in fold()
1000 objectSize = children[0]->getAsConstantUnion()->getType().computeNumComponents(); in fold()
1225 int numComps = children[0]->getAsConstantUnion()->getType().computeNumComponents(); in fold()
1287 int numCols = children[1]->getAsConstantUnion()->getType().computeNumComponents(); in fold()
1327 TConstUnionArray unionArray(aggrNode->getType().computeNumComponents()); in foldConstructor()
1349 int size = dereferencedType.computeNumComponents(); in foldDereference()
1363 start += (*node->getType().getStruct())[i].type->computeNumComponents(); in foldDereference()
DIntermediate.cpp1389 const int matSize = type.computeNumComponents(); in addShapeConversion()
3881 int size = node->getType().computeNumComponents(); in promoteConstantUnion()
DintermOut.cpp1223 int size = node->getType().computeNumComponents(); in OutputConstantUnion()
DParseHelper.cpp3319 size += function[arg].type->computeNumComponents(); in constructorError()
3320 if (op != EOpConstructStruct && ! type.isArray() && size >= type.computeNumComponents()) in constructorError()
3525 if ((op != EOpConstructStruct && size != 1 && size < type.computeNumComponents()) || in constructorError()
3526 (op == EOpConstructStruct && size < type.computeNumComponents())) { in constructorError()
/third_party/glslang/glslang/Include/
DTypes.h2548 int computeNumComponents() const in computeNumComponents() function
2554 components += ((*tl).type)->computeNumComponents(); in computeNumComponents()
/third_party/glslang/glslang/HLSL/
DhlslParseHelper.cpp6638 size += function[arg].type->computeNumComponents(); in constructorError()
6639 if (op != EOpConstructStruct && ! type.isArray() && size >= type.computeNumComponents()) in constructorError()
6658 …e if (type.getOuterArraySize() != function.getParamCount() && type.computeNumComponents() > size) { in constructorError()
6722 if ((op != EOpConstructStruct && size != 1 && size < type.computeNumComponents()) || in constructorError()
6723 (op == EOpConstructStruct && size < type.computeNumComponents())) { in constructorError()
8329 if (type.computeNumComponents() == (int)initList->getSequence().size()) { in convertInitializerList()
8694 if (node->getType().computeNumComponents() < type.computeNumComponents()) in convertArray()