Searched refs:box_u (Results 1 - 5 of 5) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_sample_soa.c | 2206 /* const float box_u = 2.0f / d * sqrtf(d*C*F); */ 2207 /* box_u -> half of bbox with */ 2213 LLVMValueRef box_u = lp_build_div(coord_bld, lp_build_const_vec(gallivm, coord_bld->type, 2.0), d); local in function:lp_build_sample_aniso 2214 box_u = lp_build_mul(coord_bld, box_u, temp); 2265 /* const int u0 = (int) floorf(tex_u - box_u); */ 2266 LLVMValueRef u0 = lp_build_itrunc(coord_bld, lp_build_floor(coord_bld, lp_build_sub(coord_bld, tex_u, box_u))); 2267 /* const int u1 = (int) ceilf(tex_u + box_u); */ 2268 LLVMValueRef u1 = lp_build_itrunc(coord_bld, lp_build_ceil(coord_bld, lp_build_add(coord_bld, tex_u, box_u)));
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/softpipe/ |
| H A D | sp_tex_sample.c | 2365 const float box_u = 2.0f / d * sqrtf(d*C*F); /* box_u -> half of bbox with */ local in function:img_filter_2d_ewa 2403 const int u0 = (int) floorf(tex_u - box_u); 2404 const int u1 = (int) ceilf(tex_u + box_u);
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/ |
| H A D | s_texfilter.c | 1682 GLfloat box_u = 2.0f / d * sqrtf(d*C*F); /* box_u -> half of bbox with */ local in function:sample_2d_ewa 1685 GLint u0 = (GLint) floorf(tex_u - box_u); 1686 GLint u1 = (GLint) ceilf (tex_u + box_u);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/softpipe/ |
| H A D | sp_tex_sample.c | 2379 const float box_u = 2.0f / d * sqrtf(d*C*F); /* box_u -> half of bbox with */ local in function:img_filter_2d_ewa 2417 const int u0 = (int) floorf(tex_u - box_u); 2418 const int u1 = (int) ceilf(tex_u + box_u);
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/swrast/ |
| H A D | s_texfilter.c | 1682 GLfloat box_u = 2.0f / d * sqrtf(d*C*F); /* box_u -> half of bbox with */ local in function:sample_2d_ewa 1685 GLint u0 = (GLint) floorf(tex_u - box_u); 1686 GLint u1 = (GLint) ceilf (tex_u + box_u);
|
Completed in 30 milliseconds