Lines Matching refs:isMatrix
52 else if(type.isMatrix()) in glVariableType()
350 if(type.isMatrix()) in getBlockLayoutInfo()
384 else if(type.isMatrix()) in advanceOffset()
881 if(left->isMatrix()) in visitBinary()
888 else if(right->isMatrix()) in visitBinary()
1510 if(!argi->isMatrix()) in visitAggregate()
1518 else if(!result->isMatrix()) // Construct a non matrix from a matrix in visitAggregate()
1587 else if(arg0->isMatrix()) in visitAggregate()
2237 else if(type.isMatrix()) in componentCount()
2289 else if(type.isMatrix()) in registerSize()
2412 else if((memberType.getLayoutQualifier().matrixPacking == EmpRowMajor) && memberType.isMatrix()) in source()
2522 …(src->isMatrix() && (!dst->isMatrix() || (src->getNominalSize() != dst->getNominalSize()) || (src-… in assignLvalue()
2666 else if(left->isArray() || left->isMatrix()) in lvalue()
2682 else if(left->isArray() || left->isMatrix()) in lvalue()
3750 ASSERT(matrix && matrix->isMatrix() && !matrix->isArray()); in dim2()