Home
last modified time | relevance | path

Searched refs:srcres (Results 1 – 1 of 1) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnv30_miptree.c146 struct pipe_resource *srcres, unsigned src_level, in nv30_resource_copy_region() argument
152 if (dstres->target == PIPE_BUFFER && srcres->target == PIPE_BUFFER) { in nv30_resource_copy_region()
155 nv04_resource(srcres), src_box->x, src_box->width); in nv30_resource_copy_region()
159 define_rect(srcres, src_level, src_box->z, src_box->x, src_box->y, in nv30_resource_copy_region()