Searched refs:have_corner (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_sample_soa.c1109 LLVMValueRef coord0, coord1, have_edge, have_corner; local in function:lp_build_sample_image_linear
1161 have_corners = lp_build_alloca(bld->gallivm, int1t, "have_corner");
1171 have_corner = lp_build_and(ivec_bld, fall_off_x, fall_off_y);
1172 have_corner = lp_build_any_true_range(ivec_bld, ivec_bld->type.length, have_corner);
1173 LLVMBuildStore(builder, have_corner, have_corners);
1379 LLVMValueRef have_corner, one_third; local in function:lp_build_sample_image_linear
1386 have_corner = LLVMBuildLoad(builder, have_corners, "");
1388 lp_build_if(&corner_if, bld->gallivm, have_corner);
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_sample_soa.c1135 LLVMValueRef coord0, coord1, have_edge, have_corner; local in function:lp_build_sample_image_linear
1187 have_corners = lp_build_alloca(bld->gallivm, int1t, "have_corner");
1197 have_corner = lp_build_and(ivec_bld, fall_off_x, fall_off_y);
1198 have_corner = lp_build_any_true_range(ivec_bld, ivec_bld->type.length, have_corner);
1199 LLVMBuildStore(builder, have_corner, have_corners);
1407 LLVMValueRef have_corner, one_third; local in function:lp_build_sample_image_linear
1414 have_corner = LLVMBuildLoad(builder, have_corners, "");
1416 lp_build_if(&corner_if, bld->gallivm, have_corner);

Completed in 14 milliseconds