Searched refs:formScale (Results 1 - 5 of 5) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/softpipe/ |
| H A D | sp_tex_sample.c | 2386 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 D | s_texfilter.c | 1700 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 D | sp_tex_sample.c | 2391 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 D | s_texfilter.c | 1700 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 D | lp_bld_sample_soa.c | 2228 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