Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/swrast/
Ds_texfilter.c666 GLuint *minStart, GLuint *minEnd, in compute_min_mag_ranges() argument
709 *minStart = *minEnd = 0; in compute_min_mag_ranges()
714 *minEnd = n; in compute_min_mag_ranges()
727 *minEnd = i; in compute_min_mag_ranges()
740 *minEnd = n; in compute_min_mag_ranges()
754 assert(i < *minEnd); in compute_min_mag_ranges()
1042 GLuint minStart, minEnd; /* texels with minification */ in sample_lambda_1d() local
1048 &minStart, &minEnd, &magStart, &magEnd); in sample_lambda_1d()
1050 if (minStart < minEnd) { in sample_lambda_1d()
1052 const GLuint m = minEnd - minStart; in sample_lambda_1d()
[all …]