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

  /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 941 milliseconds