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

/xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/
H A Ds_points.c309 const GLfloat rmax2 = rmax * rmax; local in function:smooth_point
310 const GLfloat cscale = 1.0F / (rmax2 - rmin2);
331 if (dist2 < rmax2) {
/xsrc/external/mit/MesaLib/dist/src/mesa/swrast/
H A Ds_points.c302 const GLfloat rmax2 = rmax * rmax; local in function:smooth_point
303 const GLfloat cscale = 1.0F / (rmax2 - rmin2);
324 if (dist2 < rmax2) {
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/softpipe/
H A Dsp_setup.c1257 const float rmax2 = rmax * rmax; local in function:sp_setup_point
1258 const float cscale = 1.0F / (rmax2 - rmin2);
1270 if (dist2 <= rmax2) {
1279 if (dist2 <= rmax2) {
1288 if (dist2 <= rmax2) {
1297 if (dist2 <= rmax2) {
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/softpipe/
H A Dsp_setup.c1333 const float rmax2 = rmax * rmax; local in function:sp_setup_point
1334 const float cscale = 1.0F / (rmax2 - rmin2);
1346 if (dist2 <= rmax2) {
1355 if (dist2 <= rmax2) {
1364 if (dist2 <= rmax2) {
1373 if (dist2 <= rmax2) {

Completed in 16 milliseconds