Searched refs:minStart (Results 1 – 4 of 4) sorted by relevance
666 GLuint *minStart, GLuint *minEnd, in compute_min_mag_ranges() argument709 *minStart = *minEnd = 0; in compute_min_mag_ranges()713 *minStart = 0; in compute_min_mag_ranges()726 *minStart = 0; in compute_min_mag_ranges()739 *minStart = i; in compute_min_mag_ranges()753 assert(i >= *minStart); in compute_min_mag_ranges()1042 GLuint minStart, minEnd; /* texels with minification */ in sample_lambda_1d() local1048 &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 …]
417 int minStart = 0x800; in initBits() local423 if (start < minStart) { in initBits()424 start = minStart; in initBits()432 minStart = start; // Ignore further ranges in this block. in initBits()445 minStart = limit; // Ignore further ranges in this block. in initBits()
415 int minStart = 0x800; in initBits() local421 if (start < minStart) { in initBits()422 start = minStart; in initBits()430 minStart = start; // Ignore further ranges in this block. in initBits()443 minStart = limit; // Ignore further ranges in this block. in initBits()
156 int32_t minStart=0x800; in initBits() local162 if(start<minStart) { in initBits()163 start=minStart; in initBits()171 minStart=start; // Ignore further ranges in this block. in initBits()184 minStart=limit; // Ignore further ranges in this block. in initBits()