Searched refs:post_offset (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_sample.c572 double post_offset = 1 - factor; local in function:lp_build_brilinear_lod
585 lp_build_const_vec(bld->gallivm, bld->type, post_offset));
620 const double post_offset = 1 - 2*factor; local in function:lp_build_brilinear_rho
642 lp_build_const_vec(bld->gallivm, bld->type, post_offset));
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_sample.c697 double post_offset = 1 - factor; local in function:lp_build_brilinear_lod
710 lp_build_const_vec(bld->gallivm, bld->type, post_offset));
745 const double post_offset = 1 - 2*factor; local in function:lp_build_brilinear_rho
767 lp_build_const_vec(bld->gallivm, bld->type, post_offset));

Completed in 9 milliseconds