Home
last modified time | relevance | path

Searched refs:magStart (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/mesa/swrast/
Ds_texfilter.c667 GLuint *magStart, GLuint *magEnd) in compute_min_mag_ranges() argument
707 *magStart = 0; in compute_min_mag_ranges()
715 *magStart = *magEnd = 0; in compute_min_mag_ranges()
728 *magStart = i; in compute_min_mag_ranges()
737 *magStart = 0; in compute_min_mag_ranges()
758 assert(i >= *magStart); in compute_min_mag_ranges()
1043 GLuint magStart, magEnd; /* texels with magnification */ in sample_lambda_1d() local
1048 &minStart, &minEnd, &magStart, &magEnd); in sample_lambda_1d()
1086 if (magStart < magEnd) { in sample_lambda_1d()
1090 for (i = magStart; i < magEnd; i++) in sample_lambda_1d()
[all …]