Searched refs:dstres (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/gallium/drivers/nv30/ |
D | nv30_miptree.c | 124 struct pipe_resource *dstres, unsigned dst_level, in nv30_resource_copy_region() argument 132 if (dstres->target == PIPE_BUFFER && srcres->target == PIPE_BUFFER) { in nv30_resource_copy_region() 133 util_resource_copy_region(pipe, dstres, dst_level, dstx, dsty, dstz, in nv30_resource_copy_region() 140 define_rect(dstres, dst_level, dstz, dstx, dsty, in nv30_resource_copy_region()
|