Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnv30_miptree.c89 define_rect(struct pipe_resource *pt, unsigned level, unsigned z, in define_rect() function
140 define_rect(srcres, src_level, src_box->z, src_box->x, src_box->y, in nv30_resource_copy_region()
142 define_rect(dstres, dst_level, dstz, dstx, dsty, in nv30_resource_copy_region()
156 define_rect(info->src.resource, 0, info->src.box.z, info->src.box.x, in nv30_resource_resolve()
158 define_rect(info->dst.resource, 0, info->dst.box.z, info->dst.box.x, in nv30_resource_resolve()
287 define_rect(pt, level, box->z, box->x, box->y, in nv30_miptree_transfer_map()