Searched refs:pix_center_offset (Results 1 - 1 of 1) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
H A D | lp_bld_interp.c | 161 LLVMValueRef pix_center_offset, in calc_centroid_offsets() 167 LLVMValueRef centroid_x_offset = pix_center_offset; in calc_centroid_offsets() 168 LLVMValueRef centroid_y_offset = pix_center_offset; 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() 300 LLVMValueRef pix_center_offset = lp_build_const_vec(gallivm, coeff_bld->type, 0.5); in attribs_update_simple() local 368 LLVMValueRef xoffset = pix_center_offset; in attribs_update_simple() 369 LLVMValueRef yoffset = pix_center_offset; in attribs_update_simple() 380 pix_center_offset, &xoffset, &yoffset); in attribs_update_simple() 537 LLVMValueRef pix_center_offset in lp_build_interp_soa() local 157 calc_centroid_offsets(struct lp_build_interp_soa_context *bld, struct gallivm_state *gallivm, LLVMValueRef loop_iter, LLVMValueRef mask_store, LLVMValueRef pix_center_offset, LLVMValueRef *centroid_x, LLVMValueRef *centroid_y) calc_centroid_offsets() argument [all...] |
Completed in 2 milliseconds