H A D | lp_bld_interp.c | 159 LLVMValueRef loop_iter, in calc_centroid_offsets() 173 s_mask_idx = LLVMBuildAdd(builder, s_mask_idx, loop_iter, ""); in calc_centroid_offsets() 286 LLVMValueRef loop_iter, in attribs_update_simple() 304 assert(loop_iter); in attribs_update_simple() 305 ptr = LLVMBuildGEP2(builder, bld->store_elem_type, bld->xoffset_store, &loop_iter, 1, ""); in attribs_update_simple() 307 ptr = LLVMBuildGEP2(builder, bld->store_elem_type, bld->yoffset_store, &loop_iter, 1, ""); in attribs_update_simple() 379 calc_centroid_offsets(bld, gallivm, loop_iter, mask_store, in attribs_update_simple() 510 LLVMValueRef loop_iter, in lp_build_interp_soa() 526 assert(loop_iter); in lp_build_interp_soa() 527 ptr = LLVMBuildGEP2(builder, bld->store_elem_type, bld->xoffset_store, &loop_iter, in lp_build_interp_soa() 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 284 attribs_update_simple(struct lp_build_interp_soa_context *bld, struct gallivm_state *gallivm, LLVMValueRef loop_iter, LLVMValueRef mask_store, LLVMValueRef sample_id, int start, int end) attribs_update_simple() argument 508 lp_build_interp_soa(struct lp_build_interp_soa_context *bld, struct gallivm_state *gallivm, LLVMValueRef loop_iter, LLVMValueRef mask_store, unsigned attrib, unsigned chan, enum tgsi_interpolate_loc loc, LLVMValueRef indir_index, LLVMValueRef offsets[2]) lp_build_interp_soa() argument [all...] |