Home
last modified time | relevance | path

Searched refs:need_lerp (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_sample_soa.c912 LLVMValueRef need_lerp; in lp_build_sample_mipmap() local
917 need_lerp = LLVMBuildFCmp(builder, LLVMRealUGT, in lp_build_sample_mipmap()
934 need_lerp = lp_build_compare(bld->gallivm, bld->perquadf_bld.type, in lp_build_sample_mipmap()
937 need_lerp = lp_build_any_true_range(&bld->perquadi_bld, num_quads, need_lerp); in lp_build_sample_mipmap()
940 lp_build_if(&if_ctx, bld->gallivm, need_lerp); in lp_build_sample_mipmap()
Dlp_bld_sample_aos.c1385 LLVMValueRef need_lerp; in lp_build_sample_mipmap() local
1394 need_lerp = LLVMBuildICmp(builder, LLVMIntSGT, in lp_build_sample_mipmap()
1412 need_lerp = lp_build_any_true_range(&bld->perquadi_bld, num_quads, lod_fpart); in lp_build_sample_mipmap()
1415 lp_build_if(&if_ctx, bld->gallivm, need_lerp); in lp_build_sample_mipmap()