Home
last modified time | relevance | path

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

/external/deqp-deps/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()
171 int nodeComps = node->getType().computeNumComponents(); in visitConstantUnion()
DConstant.cpp130 newComps = getType().computeNumComponents(); in fold()
131 constComps = rightConstantNode->getType().computeNumComponents(); in fold()
408 int objectSize = getType().computeNumComponents(); in fold()
1024 objectSize = children[0]->getAsConstantUnion()->getType().computeNumComponents(); in fold()
1030 objectSize = children[0]->getAsConstantUnion()->getType().computeNumComponents(); in fold()
1255 int numComps = children[0]->getAsConstantUnion()->getType().computeNumComponents(); in fold()
1317 int numCols = children[1]->getAsConstantUnion()->getType().computeNumComponents(); in fold()
1357 TConstUnionArray unionArray(aggrNode->getType().computeNumComponents()); in foldConstructor()
1379 int size = dereferencedType.computeNumComponents(); in foldDereference()
1393 start += (*node->getType().getStruct())[i].type->computeNumComponents(); in foldDereference()
DIntermediate.cpp1385 const int matSize = type.computeNumComponents(); in addShapeConversion()
3844 int size = node->getType().computeNumComponents(); in promoteConstantUnion()
DintermOut.cpp1239 int size = node->getType().computeNumComponents(); in OutputConstantUnion()
DParseHelper.cpp3005 size += function[arg].type->computeNumComponents(); in constructorError()
3006 if (op != EOpConstructStruct && ! type.isArray() && size >= type.computeNumComponents()) in constructorError()
3200 if ((op != EOpConstructStruct && size != 1 && size < type.computeNumComponents()) || in constructorError()
3201 (op == EOpConstructStruct && size < type.computeNumComponents())) { in constructorError()
/external/deqp-deps/glslang/glslang/Include/
DTypes.h2269 int computeNumComponents() const in computeNumComponents() function
2275 components += ((*tl).type)->computeNumComponents(); in computeNumComponents()
/external/deqp-deps/glslang/glslang/HLSL/
DhlslParseHelper.cpp6544 size += function[arg].type->computeNumComponents(); in constructorError()
6545 if (op != EOpConstructStruct && ! type.isArray() && size >= type.computeNumComponents()) in constructorError()
6564 …e if (type.getOuterArraySize() != function.getParamCount() && type.computeNumComponents() > size) { in constructorError()
6628 if ((op != EOpConstructStruct && size != 1 && size < type.computeNumComponents()) || in constructorError()
6629 (op == EOpConstructStruct && size < type.computeNumComponents())) { in constructorError()
8216 if (type.computeNumComponents() == (int)initList->getSequence().size()) { in convertInitializerList()
8581 if (node->getType().computeNumComponents() < type.computeNumComponents()) in convertArray()