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

/xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/
H A Ds_points.c307 const GLfloat rmax = radius + 0.7071F; local in function:smooth_point
309 const GLfloat rmax2 = rmax * rmax;
/xsrc/external/mit/MesaLib/dist/src/mesa/swrast/
H A Ds_points.c300 const GLfloat rmax = radius + 0.7071F; local in function:smooth_point
302 const GLfloat rmax2 = rmax * rmax;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/softpipe/
H A Dsp_setup.c1255 const float rmax = halfSize + 0.7071F; local in function:sp_setup_point
1257 const float rmax2 = rmax * rmax;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/softpipe/
H A Dsp_setup.c1331 const float rmax = halfSize + 0.7071F; local in function:sp_setup_point
1333 const float rmax2 = rmax * rmax;

Completed in 8 milliseconds