Lines Matching refs:vecs
588 out->vecs[0][j] = LittleFloat (in->vecs[0][j]);
589 len1 = Length (in->vecs[0]);
590 len2 = Length (in->vecs[1]);
593 out->vecs[0][j] = LittleFloat (in->vecs[0][j]);
594 out->vecs[1][j] = LittleFloat (in->vecs[1][j]);
596 len1 = Length (out->vecs[0]);
597 len2 = Length (out->vecs[1]);
656 val = v->position[0] * tex->vecs[j][0] +
657 v->position[1] * tex->vecs[j][1] +
658 v->position[2] * tex->vecs[j][2] +
659 tex->vecs[j][3];