OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs: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 355 milliseconds