Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_bld_interp.c166 LLVMValueRef s_mask_and = NULL; in calc_centroid_offsets() local
176 s_mask_and = sample_cov; in calc_centroid_offsets()
178 s_mask_and = LLVMBuildAnd(builder, s_mask_and, sample_cov, ""); in calc_centroid_offsets()
190 *centroid_x = lp_build_select(coeff_bld, s_mask_and, pix_center_offset, centroid_x_offset); in calc_centroid_offsets()
191 *centroid_y = lp_build_select(coeff_bld, s_mask_and, pix_center_offset, centroid_y_offset); in calc_centroid_offsets()

Completed in 2 milliseconds