HomeSort by relevance Sort by last modified time
    Searched refs:getMatrixRows (Results 1 - 11 of 11) sorted by null

  /external/deqp-deps/glslang/glslang/MachineIndependent/
parseConst.cpp 88 matrixRows = node->getType().getMatrixRows();
158 if (r < node->getType().getMatrixRows() && c < node->getType().getMatrixCols()) {
159 int srcOffset = c * node->getType().getMatrixRows() + r;
reflection.cpp 612 switch (type.getMatrixRows()) {
619 switch (type.getMatrixRows()) {
626 switch (type.getMatrixRows()) {
636 switch (type.getMatrixRows()) {
643 switch (type.getMatrixRows()) {
650 switch (type.getMatrixRows()) {
661 switch (type.getMatrixRows()) {
668 switch (type.getMatrixRows()) {
675 switch (type.getMatrixRows()) {
    [all...]
Intermediate.cpp 328 child->getMatrixRows(),
712 TType newType(convertTo, EvqTemporary, node->getVectorSize(), node->getMatrixCols(), node->getMatrixRows());
    [all...]
Constant.cpp 121 newComps = rightNode->getMatrixCols() * getMatrixRows();
124 newComps = getMatrixRows();
167 for (int row = 0; row < getMatrixRows(); row++) {
170 for (int i = 0; i < rightNode->getMatrixRows(); i++)
171 sum += leftUnionArray[i * getMatrixRows() + row].getDConst() * rightUnionArray[column * rightNode->getMatrixRows() + i].getDConst();
172 newConstArray[column * getMatrixRows() + row].setDConst(sum);
175 returnType.shallowCopy(TType(getType().getBasicType(), EvqConst, 0, rightNode->getMatrixCols(), getMatrixRows()));
262 for (int i = 0; i < getMatrixRows(); i++) {
265 sum += leftUnionArray[j*getMatrixRows() + i].getDConst() * rightUnionArray[j].getDConst()
    [all...]
SymbolTable.cpp 152 mangledName += static_cast<char>('0' + getMatrixRows());
linkValidate.cpp     [all...]
  /external/deqp-deps/glslang/glslang/Include/
intermediate.h 1085 virtual int getMatrixRows() const { return type.getMatrixRows(); }
    [all...]
Types.h     [all...]
  /external/deqp-deps/glslang/hlsl/
hlslParseHelper.cpp     [all...]
hlslGrammar.cpp     [all...]
  /external/deqp-deps/glslang/SPIRV/
GlslangToSpv.cpp     [all...]

Completed in 113 milliseconds