Lines Matching defs:src
1904 /* set CB_COLOR1_INFO for possible dual-src blending */
3770 struct pipe_resource *src,
3780 struct r600_texture *rsrc = (struct r600_texture*)src;
3792 if (util_format_has_depth(util_format_description(src->format)))
3889 struct pipe_resource *src,
3894 struct r600_texture *rsrc = (struct r600_texture*)src;
3910 if (dst->target == PIPE_BUFFER && src->target == PIPE_BUFFER) {
3911 evergreen_dma_copy_buffer(rctx, dst, src, dst_x, src_box->x, src_box->width);
3920 src_x = util_format_get_nblocksx(src->format, src_box->x);
3921 dst_x = util_format_get_nblocksx(src->format, dst_x);
3922 src_y = util_format_get_nblocksy(src->format, src_box->y);
3923 dst_y = util_format_get_nblocksy(src->format, dst_y);
3953 (util_format_get_blocksize(src->format) >= 16)) {
3970 evergreen_dma_copy_buffer(rctx, dst, src, dst_offset, src_offset,
3974 src, src_level, src_x, src_y, src_box->z,
3981 src, src_level, src_box);