Home
last modified time | relevance | path

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

/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/gallium/drivers/llvmpipe/
H A Dlp_bld_interp.c165 LLVMValueRef s_mask_and = NULL; in calc_centroid_offsets() local
175 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()
/dports/lang/clover/mesa-21.3.6/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()
/dports/graphics/libosmesa/mesa-21.3.6/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()
/dports/graphics/libosmesa-gallium/mesa-21.3.6/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()
/dports/graphics/mesa-libs/mesa-21.3.6/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()
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/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()
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/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()
/dports/graphics/mesa-gallium-va/mesa-21.3.6/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()
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/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()
/dports/graphics/mesa-dri/mesa-21.3.6/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()
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/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()