Home | History | Annotate | Download | only in glsl

Lines Matching full:interpolation

1487      mode(mode), interpolation(INTERP_QUALIFIER_NONE)
1512 switch (this->interpolation) {
1527 if (this->interpolation != INTERP_QUALIFIER_NONE)
1528 return (glsl_interp_qualifier) this->interpolation;
1576 a->interpolation != b->interpolation ||