Lines Matching defs:src
365 /* only MRT0 has dual src blend */
1368 /* set CB_COLOR1_INFO for possible dual-src blending */
2856 struct pipe_resource *src,
2866 struct r600_texture *rsrc = (struct r600_texture*)src;
2957 struct pipe_resource *src,
2962 struct r600_texture *rsrc = (struct r600_texture*)src;
2973 if (dst->target == PIPE_BUFFER && src->target == PIPE_BUFFER) {
2977 r600_dma_copy_buffer(rctx, dst, src, dst_x, src_box->x, src_box->width);
2986 src_x = util_format_get_nblocksx(src->format, src_box->x);
2987 dst_x = util_format_get_nblocksx(src->format, dst_x);
2988 src_y = util_format_get_nblocksy(src->format, src_box->y);
2989 dst_y = util_format_get_nblocksy(src->format, dst_y);
3029 r600_dma_copy_buffer(rctx, dst, src, dst_offset, src_offset, size);
3032 src, src_level, src_x, src_y, src_box->z,
3041 src, src_level, src_box);