Searched refs:need_lerp (Results 1 - 2 of 2) sorted by relevance
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
H A D | lp_bld_sample_aos.c | 1001 LLVMValueRef need_lerp; in lp_build_sample_mipmap() local 1008 /* need_lerp = lod_fpart > 0 */ in lp_build_sample_mipmap() 1010 need_lerp = LLVMBuildICmp(builder, LLVMIntSGT, in lp_build_sample_mipmap() 1012 "need_lerp"); in lp_build_sample_mipmap() 1028 need_lerp = lp_build_any_true_range(&bld->lodi_bld, bld->num_lods, lod_fpart); in lp_build_sample_mipmap() 1031 lp_build_if(&if_ctx, bld->gallivm, need_lerp); in lp_build_sample_mipmap()
|
H A D | lp_bld_sample_soa.c | 1841 LLVMValueRef need_lerp; in lp_build_sample_mipmap() local 1843 /* need_lerp = lod_fpart > 0 */ in lp_build_sample_mipmap() 1845 need_lerp = LLVMBuildFCmp(builder, LLVMRealUGT, in lp_build_sample_mipmap() 1847 "need_lerp"); in lp_build_sample_mipmap() 1856 need_lerp = lp_build_compare(bld->gallivm, bld->lodf_bld.type, in lp_build_sample_mipmap() 1859 need_lerp = lp_build_any_true_range(&bld->lodi_bld, bld->num_lods, need_lerp); in lp_build_sample_mipmap() 1860 lp_build_name(need_lerp, "need_lerp"); in lp_build_sample_mipmap() 1863 lp_build_if(&if_ctx, bld->gallivm, need_lerp); in lp_build_sample_mipmap() 1976 LLVMValueRef need_lerp; lp_build_sample_mipmap_both() local [all...] |
Completed in 9 milliseconds