Searched refs:formScale (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/softpipe/
H A Dsp_tex_sample.c2386 const double formScale = (double) (WEIGHT_LUT_SIZE - 1) / F; local in function:img_filter_2d_ewa
2387 A *= formScale;
2388 B *= formScale;
2389 C *= formScale;
2390 /* F *= formScale; */ /* no need to scale F as we don't use it below here */
/xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/
H A Ds_texfilter.c1700 GLfloat formScale = (GLfloat) (WEIGHT_LUT_SIZE - 1) / F; local in function:sample_2d_ewa
1701 A *= formScale;
1702 B *= formScale;
1703 C *= formScale;
1704 /* F *= formScale; */ /* no need to scale F as we don't use it below here */
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/softpipe/
H A Dsp_tex_sample.c2391 const double formScale = (double) (WEIGHT_LUT_SIZE - 1) / F; local in function:img_filter_2d_ewa
2392 A *= formScale;
2393 B *= formScale;
2394 C *= formScale;
2395 /* F *= formScale; */ /* no need to scale F as we don't use it below here */
/xsrc/external/mit/MesaLib/dist/src/mesa/swrast/
H A Ds_texfilter.c1700 GLfloat formScale = (GLfloat) (WEIGHT_LUT_SIZE - 1) / F; local in function:sample_2d_ewa
1701 A *= formScale;
1702 B *= formScale;
1703 C *= formScale;
1704 /* F *= formScale; */ /* no need to scale F as we don't use it below here */
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_sample_soa.c2228 LLVMValueRef formScale = lp_build_div(coord_bld, lp_build_const_vec(gallivm, coord_bld->type, WEIGHT_LUT_SIZE - 1), F); local in function:lp_build_sample_aniso
2230 A = lp_build_mul(coord_bld, A, formScale);
2231 B = lp_build_mul(coord_bld, B, formScale);
2232 C = lp_build_mul(coord_bld, C, formScale);
2233 /* F *= formScale; */ /* no need to scale F as we don't use it below here */

Completed in 104 milliseconds