Home | History | Annotate | Download | only in compiler

Lines Matching defs:vector

2491 			return mContext.error(src->getLine(), "Result type should match the l-value type in compound assignment", src->isVector() ? "vector" : "matrix");
3696 TIntermTyped *vector = v->getAsTyped();
3697 ASSERT(vector && vector->isRegister());
3698 return vector->getNominalSize();