Lines Matching refs:interpolation

352    /* GLSL >= 4.40 removes text requiring interpolation qualifiers
357 * "It is a link-time error if, within the same stage, the interpolation
362 * "When no interpolation qualifier is present, smooth interpolation
368 unsigned input_interpolation = input->data.interpolation;
369 unsigned output_interpolation = output->data.interpolation;
381 "interpolation qualifier, "
383 "interpolation qualifier\n",
386 interpolation_string(output->data.interpolation),
388 interpolation_string(input->data.interpolation));
393 "interpolation qualifier, "
395 "interpolation qualifier\n",
398 interpolation_string(output->data.interpolation),
400 interpolation_string(input->data.interpolation));
456 unsigned interpolation;
469 unsigned interpolation,
534 * interpolation qualification."
564 if (info->interpolation != interpolation) {
568 "interpolation qualification. Location %u "
594 info->interpolation = interpolation;
669 field->interpolation,
680 var->data.interpolation,
1740 * safe in SSO or versions of OpenGL where interpolation qualifiers are not
1897 * Note: as a side effect this function may change the interpolation type of
1926 * interpolation type varying cannot possibly affect rendering.
1929 * If the consumer stage is unknown, don't modify the interpolation
1934 * requirement by changing the interpolation type to flat here.
1939 producer_var->data.interpolation = INTERP_MODE_FLAT;
1945 consumer_var->data.interpolation = INTERP_MODE_FLAT;
1957 * there is no guarantee interpolation qualifiers will match across stages.
1961 * "The type and presence of interpolation qualifiers of variables with
1966 * stage, the input and output don't match if their interpolation
2011 * interpolation qualifiers are not guaranteed to be matching across
2267 * variables with different interpolation types, because
2268 * lower_packed_varyings must choose exactly one interpolation type for
2274 * interpolation type, which can only occur in GLSL 1.30 and above.
2280 * Therefore, the packing class depends only on the interpolation type.
2283 ? unsigned(INTERP_MODE_FLAT) : var->data.interpolation;