HomeSort by relevance Sort by last modified time
    Searched full:nearest_dist (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
svga_resource_buffer_upload.c 323 unsigned nearest_dist; local
329 nearest_dist = ~0;
332 nearest_dist = 0;
367 if (dist < nearest_dist) {
369 nearest_dist = dist;
  /external/mesa3d/src/gallium/drivers/svga/
svga_resource_buffer_upload.c 323 unsigned nearest_dist; local
329 nearest_dist = ~0;
332 nearest_dist = 0;
367 if (dist < nearest_dist) {
369 nearest_dist = dist;

Completed in 89 milliseconds