Lines Matching refs:getSecondarySize
57 switch(type.getSecondarySize()) in glVariableType()
62 default: UNREACHABLE(type.getSecondarySize()); in glVariableType()
65 switch(type.getSecondarySize()) in glVariableType()
70 default: UNREACHABLE(type.getSecondarySize()); in glVariableType()
73 switch(type.getSecondarySize()) in glVariableType()
78 default: UNREACHABLE(type.getSecondarySize()); in glVariableType()
357 const int numRegisters = isRowMajorMatrix ? type.getSecondarySize() : type.getNominalSize(); in getBlockLayoutInfo()
387 const int numRegisters = isRowMajorMatrix ? type.getSecondarySize() : type.getNominalSize(); in advanceOffset()
1199 int numRows = arg->getSecondarySize(); in visitUnary()
1215 ASSERT(size == arg->getSecondarySize()); in visitUnary()
1224 ASSERT(size == arg->getSecondarySize()); in visitUnary()
1565 const int outRows = result->getSecondarySize(); in visitAggregate()
1595 const int inRows = argi->getSecondarySize(); in visitAggregate()
1712 (arg0->getSecondarySize() == arg[1]->getAsTyped()->getSecondarySize())); in visitAggregate()
2419 int numRows = memberType.getSecondarySize(); in source()
2541 …c->getNominalSize() != dst->getNominalSize()) || (src->getSecondarySize() != dst->getSecondarySize… in assignLvalue()
3817 return matrix->getSecondarySize(); in dim2()