Searched refs:have_edge (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
1156 have_edge = lp_build_or(ivec_bld, fall_off_x, fall_off_y);
1157 have_edge = lp_build_any_true_range(ivec_bld, ivec_bld->type.length, have_edge);
1169 lp_build_if(&edge_if, bld->gallivm, have_edge);
/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
1182 have_edge = lp_build_or(ivec_bld, fall_off_x, fall_off_y);
1183 have_edge = lp_build_any_true_range(ivec_bld, ivec_bld->type.length, have_edge);
1195 lp_build_if(&edge_if, bld->gallivm, have_edge);

Completed in 14 milliseconds