Home | History | Annotate | Download | only in ddebug

Lines Matching refs:resource_copy_region

490                                    &call->info.resource_copy_region, f);
607 pipe_resource_reference(&dst->info.resource_copy_region.dst, NULL);
608 pipe_resource_reference(&dst->info.resource_copy_region.src, NULL);
653 pipe_resource_reference(&dst->info.resource_copy_region.dst,
654 src->info.resource_copy_region.dst);
655 pipe_resource_reference(&dst->info.resource_copy_region.src,
656 src->info.resource_copy_region.src);
657 dst->info.resource_copy_region = src->info.resource_copy_region;
1185 call.info.resource_copy_region.dst = dst;
1186 call.info.resource_copy_region.dst_level = dst_level;
1187 call.info.resource_copy_region.dstx = dstx;
1188 call.info.resource_copy_region.dsty = dsty;
1189 call.info.resource_copy_region.dstz = dstz;
1190 call.info.resource_copy_region.src = src;
1191 call.info.resource_copy_region.src_level = src_level;
1192 call.info.resource_copy_region.src_box = *src_box;
1195 pipe->resource_copy_region(pipe,
1348 CTX_INIT(resource_copy_region);