Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_sample_soa.c2334 …LLVMValueRef box_u = lp_build_div(coord_bld, lp_build_const_vec(gallivm, coord_bld->type, 2.0), d); in lp_build_sample_aniso() local
/aosp_15_r20/external/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_tex_sample.c2379 const float box_u = 2.0f / d * sqrtf(d*C*F); /* box_u -> half of bbox with */ in img_filter_2d_ewa() local