Searched refs:us_indices (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/vbo/
H A Dvbo_minmax_index.c294 const GLushort *us_indices = (const GLushort *)indices; local in function:vbo_get_minmax_index
299 if (us_indices[i] != restartIndex) {
300 if (us_indices[i] > max_us) max_us = us_indices[i];
301 if (us_indices[i] < min_us) min_us = us_indices[i];
307 if (us_indices[i] > max_us) max_us = us_indices[i];
308 if (us_indices[i] < min_us) min_us = us_indices[
[all...]
/xsrc/external/mit/MesaLib/dist/src/mesa/vbo/
H A Dvbo_minmax_index.c268 const GLushort *us_indices = (const GLushort *)indices; local in function:vbo_get_minmax_index_mapped
273 if (us_indices[i] != restartIndex) {
274 if (us_indices[i] > max_us) max_us = us_indices[i];
275 if (us_indices[i] < min_us) min_us = us_indices[i];
281 if (us_indices[i] > max_us) max_us = us_indices[i];
282 if (us_indices[i] < min_us) min_us = us_indices[
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
H A Du_vbuf.c1056 const unsigned short *us_indices = (const unsigned short*)indices; local in function:u_vbuf_get_minmax_index_mapped
1059 if (us_indices[i] != info->restart_index) {
1060 if (us_indices[i] > max) max = us_indices[i];
1061 if (us_indices[i] < min) min = us_indices[i];
1067 if (us_indices[i] > max) max = us_indices[i];
1068 if (us_indices[i] < min) min = us_indices[
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/
H A Du_vbuf.c1250 const unsigned short *us_indices = (const unsigned short*)indices; local in function:u_vbuf_get_minmax_index_mapped
1255 if (us_indices[i] != info->restart_index) {
1256 if (us_indices[i] > max) max = us_indices[i];
1257 if (us_indices[i] < min) min = us_indices[i];
1263 if (us_indices[i] > max) max = us_indices[i];
1264 if (us_indices[i] < min) min = us_indices[
[all...]

Completed in 6 milliseconds