Searched refs:lod_ipart (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
H A Dlp_bld_sample_aos.h49 LLVMValueRef lod_ipart,
H A Dlp_bld_sample_soa.c991 LLVMValueRef *lod_ipart,
1035 lod_ipart, lod_fpart);
1037 *lod_ipart = bld->perquadi_bld.zero;
1055 assert(*lod_ipart);
1056 lp_build_nearest_mip_level(bld, unit, *lod_ipart, ilevel0);
1066 assert(*lod_ipart);
1067 lp_build_nearest_mip_level(bld, unit, *lod_ipart, ilevel0);
1070 assert(*lod_ipart);
1073 *lod_ipart, lod_fpart,
1090 LLVMValueRef lod_ipart,
983 lp_build_sample_common(struct lp_build_sample_context *bld, unsigned unit, LLVMValueRef *s, LLVMValueRef *t, LLVMValueRef *r, const struct lp_derivatives *derivs, LLVMValueRef lod_bias, LLVMValueRef explicit_lod, LLVMValueRef *lod_ipart, LLVMValueRef *lod_fpart, LLVMValueRef *ilevel0, LLVMValueRef *ilevel1) argument
1085 lp_build_sample_general(struct lp_build_sample_context *bld, unsigned unit, LLVMValueRef s, LLVMValueRef t, LLVMValueRef r, LLVMValueRef lod_ipart, LLVMValueRef lod_fpart, LLVMValueRef ilevel0, LLVMValueRef ilevel1, LLVMValueRef *colors_out) argument
1334 LLVMValueRef lod_ipart = NULL, lod_fpart = NULL; local
[all...]
H A Dlp_bld_sample.c417 lp_build_printf(bld->gallivm, "lod_ipart = %i\n", *out_lod_ipart);
437 LLVMValueRef lod_ipart; local
456 lod_ipart = lp_build_extract_exponent(bld, rho, 0);
473 *out_lod_ipart = lod_ipart;
611 lp_build_name(*out_lod_ipart, "lod_ipart");
621 * \param lod_ipart int texture level of detail
627 LLVMValueRef lod_ipart,
640 level = lp_build_add(perquadi_bld, lod_ipart, first_level);
655 LLVMValueRef lod_ipart,
674 *level0_out = lp_build_add(perquadi_bld, lod_ipart, first_leve
625 lp_build_nearest_mip_level(struct lp_build_sample_context *bld, unsigned unit, LLVMValueRef lod_ipart, LLVMValueRef *level_out) argument
653 lp_build_linear_mip_levels(struct lp_build_sample_context *bld, unsigned unit, LLVMValueRef lod_ipart, LLVMValueRef *lod_fpart_inout, LLVMValueRef *level0_out, LLVMValueRef *level1_out) argument
[all...]
H A Dlp_bld_sample.h341 LLVMValueRef lod_ipart,
H A Dlp_bld_sample_aos.c1534 LLVMValueRef lod_ipart,
1585 lod_ipart, int_bld->zero, "");
1529 lp_build_sample_aos(struct lp_build_sample_context *bld, unsigned unit, LLVMValueRef s, LLVMValueRef t, LLVMValueRef r, LLVMValueRef lod_ipart, LLVMValueRef lod_fpart, LLVMValueRef ilevel0, LLVMValueRef ilevel1, LLVMValueRef texel_out[4]) argument
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_sample_aos.h49 LLVMValueRef lod_ipart,
H A Dlp_bld_sample_soa.c991 LLVMValueRef *lod_ipart,
1035 lod_ipart, lod_fpart);
1037 *lod_ipart = bld->perquadi_bld.zero;
1055 assert(*lod_ipart);
1056 lp_build_nearest_mip_level(bld, unit, *lod_ipart, ilevel0);
1066 assert(*lod_ipart);
1067 lp_build_nearest_mip_level(bld, unit, *lod_ipart, ilevel0);
1070 assert(*lod_ipart);
1073 *lod_ipart, lod_fpart,
1090 LLVMValueRef lod_ipart,
983 lp_build_sample_common(struct lp_build_sample_context *bld, unsigned unit, LLVMValueRef *s, LLVMValueRef *t, LLVMValueRef *r, const struct lp_derivatives *derivs, LLVMValueRef lod_bias, LLVMValueRef explicit_lod, LLVMValueRef *lod_ipart, LLVMValueRef *lod_fpart, LLVMValueRef *ilevel0, LLVMValueRef *ilevel1) argument
1085 lp_build_sample_general(struct lp_build_sample_context *bld, unsigned unit, LLVMValueRef s, LLVMValueRef t, LLVMValueRef r, LLVMValueRef lod_ipart, LLVMValueRef lod_fpart, LLVMValueRef ilevel0, LLVMValueRef ilevel1, LLVMValueRef *colors_out) argument
1334 LLVMValueRef lod_ipart = NULL, lod_fpart = NULL; local
[all...]
H A Dlp_bld_sample.c417 lp_build_printf(bld->gallivm, "lod_ipart = %i\n", *out_lod_ipart);
437 LLVMValueRef lod_ipart; local
456 lod_ipart = lp_build_extract_exponent(bld, rho, 0);
473 *out_lod_ipart = lod_ipart;
611 lp_build_name(*out_lod_ipart, "lod_ipart");
621 * \param lod_ipart int texture level of detail
627 LLVMValueRef lod_ipart,
640 level = lp_build_add(perquadi_bld, lod_ipart, first_level);
655 LLVMValueRef lod_ipart,
674 *level0_out = lp_build_add(perquadi_bld, lod_ipart, first_leve
625 lp_build_nearest_mip_level(struct lp_build_sample_context *bld, unsigned unit, LLVMValueRef lod_ipart, LLVMValueRef *level_out) argument
653 lp_build_linear_mip_levels(struct lp_build_sample_context *bld, unsigned unit, LLVMValueRef lod_ipart, LLVMValueRef *lod_fpart_inout, LLVMValueRef *level0_out, LLVMValueRef *level1_out) argument
[all...]
H A Dlp_bld_sample.h341 LLVMValueRef lod_ipart,
H A Dlp_bld_sample_aos.c1534 LLVMValueRef lod_ipart,
1585 lod_ipart, int_bld->zero, "");
1529 lp_build_sample_aos(struct lp_build_sample_context *bld, unsigned unit, LLVMValueRef s, LLVMValueRef t, LLVMValueRef r, LLVMValueRef lod_ipart, LLVMValueRef lod_fpart, LLVMValueRef ilevel0, LLVMValueRef ilevel1, LLVMValueRef texel_out[4]) argument

Completed in 97 milliseconds