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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_sample.h521 LLVMValueRef lod_ipart,
H A Dlp_bld_sample.c596 lp_build_printf(bld->gallivm, "lod_ipart = %i\n", *out_lod_ipart);
616 LLVMValueRef lod_ipart; local in function:lp_build_brilinear_rho
635 lod_ipart = lp_build_extract_exponent(bld, rho, 0);
650 *out_lod_ipart = lod_ipart;
783 * Don't actually need both values all the time, lod_ipart is
889 lp_build_name(*out_lod_ipart, "lod_ipart");
899 * \param lod_ipart int texture level of detail
906 LLVMValueRef lod_ipart,
921 level = lp_build_add(leveli_bld, lod_ipart, first_level);
961 LLVMValueRef lod_ipart,
904 lp_build_nearest_mip_level(struct lp_build_sample_context * bld,unsigned texture_unit,LLVMValueRef lod_ipart,LLVMValueRef * level_out,LLVMValueRef * out_of_bounds) argument
959 lp_build_linear_mip_levels(struct lp_build_sample_context * bld,unsigned texture_unit,LLVMValueRef lod_ipart,LLVMValueRef * lod_fpart_inout,LLVMValueRef * level0_out,LLVMValueRef * level1_out) argument
[all...]
H A Dlp_bld_sample_soa.c2058 LLVMValueRef lod_ipart = NULL; local in function:lp_build_sample_common
2129 &lod_ipart, lod_fpart, lod_pos_or_zero);
2160 lod_ipart = bld->lodi_bld.zero;
2167 lod_ipart = lp_build_extract_range(bld->gallivm, lod_ipart, 0, 1);
2186 assert(lod_ipart);
2187 lp_build_nearest_mip_level(bld, texture_index, lod_ipart, ilevel0, NULL);
2190 assert(lod_ipart);
2193 lod_ipart, lod_fpart,
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_sample.c721 lp_build_printf(bld->gallivm, "lod_ipart = %i\n", *out_lod_ipart);
741 LLVMValueRef lod_ipart; local in function:lp_build_brilinear_rho
760 lod_ipart = lp_build_extract_exponent(bld, rho, 0);
775 *out_lod_ipart = lod_ipart;
915 * Don't actually need both values all the time, lod_ipart is
1026 lp_build_name(*out_lod_ipart, "lod_ipart");
1036 * \param lod_ipart int texture level of detail
1043 LLVMValueRef lod_ipart,
1058 level = lp_build_add(leveli_bld, lod_ipart, first_level);
1098 LLVMValueRef lod_ipart,
1041 lp_build_nearest_mip_level(struct lp_build_sample_context * bld,unsigned texture_unit,LLVMValueRef lod_ipart,LLVMValueRef * level_out,LLVMValueRef * out_of_bounds) argument
1096 lp_build_linear_mip_levels(struct lp_build_sample_context * bld,unsigned texture_unit,LLVMValueRef lod_ipart,LLVMValueRef * lod_fpart_inout,LLVMValueRef * level0_out,LLVMValueRef * level1_out) argument
[all...]
H A Dlp_bld_sample.h603 LLVMValueRef lod_ipart,
H A Dlp_bld_sample_soa.c2518 LLVMValueRef lod_ipart = NULL; local in function:lp_build_sample_common
2597 &lod_ipart, lod_fpart, lod_pos_or_zero);
2628 lod_ipart = bld->lodi_bld.zero;
2636 lod_ipart = lp_build_extract_range(bld->gallivm, lod_ipart, 0, 1);
2644 lp_build_nearest_mip_level(bld, texture_index, lod_ipart, ilevel0, NULL);
2663 assert(lod_ipart);
2664 lp_build_nearest_mip_level(bld, texture_index, lod_ipart, ilevel0, NULL);
2667 assert(lod_ipart);
2670 lod_ipart, lod_fpar
[all...]

Completed in 18 milliseconds