Searched refs:need_lerp (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
H A Dlp_bld_sample_soa.c912 LLVMValueRef need_lerp; local
915 /* need_lerp = lod_fpart > 0 */
917 need_lerp = LLVMBuildFCmp(builder, LLVMRealUGT,
919 "need_lerp");
934 need_lerp = lp_build_compare(bld->gallivm, bld->perquadf_bld.type,
937 need_lerp = lp_build_any_true_range(&bld->perquadi_bld, num_quads, need_lerp);
940 lp_build_if(&if_ctx, bld->gallivm, need_lerp);
H A Dlp_bld_sample_aos.c1385 LLVMValueRef need_lerp; local
1392 /* need_lerp = lod_fpart > 0 */
1394 need_lerp = LLVMBuildICmp(builder, LLVMIntSGT,
1396 "need_lerp");
1412 need_lerp = lp_build_any_true_range(&bld->perquadi_bld, num_quads, lod_fpart);
1415 lp_build_if(&if_ctx, bld->gallivm, need_lerp);
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_sample_soa.c912 LLVMValueRef need_lerp; local
915 /* need_lerp = lod_fpart > 0 */
917 need_lerp = LLVMBuildFCmp(builder, LLVMRealUGT,
919 "need_lerp");
934 need_lerp = lp_build_compare(bld->gallivm, bld->perquadf_bld.type,
937 need_lerp = lp_build_any_true_range(&bld->perquadi_bld, num_quads, need_lerp);
940 lp_build_if(&if_ctx, bld->gallivm, need_lerp);
H A Dlp_bld_sample_aos.c1385 LLVMValueRef need_lerp; local
1392 /* need_lerp = lod_fpart > 0 */
1394 need_lerp = LLVMBuildICmp(builder, LLVMIntSGT,
1396 "need_lerp");
1412 need_lerp = lp_build_any_true_range(&bld->perquadi_bld, num_quads, lod_fpart);
1415 lp_build_if(&if_ctx, bld->gallivm, need_lerp);

Completed in 106 milliseconds