Home
last modified time | relevance | path

Searched defs:box_v (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_tex_sample.c1667 float box_v = 2.0 / d * sqrt(A*d*F); /* box_v -> half of bbox height */ in img_filter_2d_ewa() local
/external/mesa3d/src/mesa/swrast/
Ds_texfilter.c1678 GLfloat box_v = 2.0 / d * sqrt(A*d*F); /* box_v -> half of bbox height */ in sample_2d_ewa() local