Searched refs:need_derivs (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_sample.h568 boolean need_derivs);
H A Dlp_bld_sample.c1623 boolean need_derivs)
1692 if (need_derivs && (derivs_in || (bld->no_quad_lod && bld->no_rho_approx))) {
1849 else if (need_derivs) {
1910 if (!need_derivs) {
1958 if (!need_derivs) {
1618 lp_build_cube_lookup(struct lp_build_sample_context * bld,LLVMValueRef * coords,const struct lp_derivatives * derivs_in,LLVMValueRef * rho,struct lp_derivatives * derivs_out,boolean need_derivs) argument
H A Dlp_bld_sample_soa.c2071 boolean need_derivs; local in function:lp_build_sample_common
2072 need_derivs = ((min_filter != mag_filter ||
2076 lp_build_cube_lookup(bld, coords, derivs, &cube_rho, &cube_derivs, need_derivs);
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_sample.h650 boolean need_derivs);
H A Dlp_bld_sample.c1760 boolean need_derivs)
1829 if (need_derivs) {
2032 if (!need_derivs) {
1755 lp_build_cube_lookup(struct lp_build_sample_context * bld,LLVMValueRef * coords,const struct lp_derivatives * derivs_in,LLVMValueRef * rho,struct lp_derivatives * derivs_out,boolean need_derivs) argument
H A Dlp_bld_sample_soa.c2531 boolean need_derivs; local in function:lp_build_sample_common
2532 need_derivs = ((min_filter != mag_filter ||
2536 lp_build_cube_lookup(bld, coords, derivs, &cube_rho, &cube_derivs, need_derivs);

Completed in 79 milliseconds