Searched refs:s_mask_and (Results 1 – 1 of 1) sorted by relevance
165 LLVMValueRef s_mask_and = NULL; in calc_centroid_offsets() local175 s_mask_and = sample_cov; in calc_centroid_offsets()177 s_mask_and = LLVMBuildAnd(builder, s_mask_and, sample_cov, ""); in calc_centroid_offsets()189 *centroid_x = lp_build_select(coeff_bld, s_mask_and, pix_center_offset, centroid_x_offset); in calc_centroid_offsets()190 *centroid_y = lp_build_select(coeff_bld, s_mask_and, pix_center_offset, centroid_y_offset); in calc_centroid_offsets()