Home | History | Annotate | Download | only in program

Lines Matching defs:match

481  * swizzling to find a match.
509 GLuint j, match = 0;
512 match++;
514 if (match == vSize) {
534 /* see if we can match this constant (with a swizzle) */
536 GLuint match = 0, j, k;
540 match++;
546 match++;
556 if (match == vSize) {
644 * Count the number of parameters in the last that match the given type.