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

  /external/mesa3d/src/mesa/swrast/
s_points.c 308 const GLfloat rmin2 = MAX2(0.0F, rmin * rmin); local
310 const GLfloat cscale = 1.0F / (rmax2 - rmin2);
332 if (dist2 >= rmin2) {
334 coverage = 1.0F - (dist2 - rmin2) * cscale;
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_setup.c 1343 const float rmin2 = MAX2(0.0F, rmin * rmin); local
    [all...]

Completed in 405 milliseconds