Searched refs:pix_center_offset (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_bld_interp.c | 160 LLVMValueRef pix_center_offset, in calc_centroid_offsets() argument 166 LLVMValueRef centroid_x_offset = pix_center_offset; in calc_centroid_offsets() 167 LLVMValueRef centroid_y_offset = pix_center_offset; 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() 294 LLVMValueRef pix_center_offset = lp_build_const_vec(gallivm, coeff_bld->type, 0.5); in attribs_update_simple() local 362 LLVMValueRef xoffset = pix_center_offset; in attribs_update_simple() 363 LLVMValueRef yoffset = pix_center_offset; in attribs_update_simple() 374 pix_center_offset, &xoffset, &yoffset); in attribs_update_simple() 537 LLVMValueRef pix_center_offset = lp_build_const_vec(gallivm, coeff_bld->type, 0.5); in lp_build_interp_soa() local [all …]
|