Searched refs:s_dst_res (Results 1 – 2 of 2) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/iris/ |
D | iris_blit.c | 772 struct iris_resource *junk, *s_src_res, *s_dst_res; in iris_resource_copy_region() local 774 iris_get_depth_stencil_resources(p_dst, &junk, &s_dst_res); in iris_resource_copy_region() 776 iris_copy_region(&ice->blorp, batch, &s_dst_res->base.b, dst_level, dstx, in iris_resource_copy_region()
|
/third_party/mesa3d/src/gallium/drivers/crocus/ |
D | crocus_blit.c | 798 struct crocus_resource *junk, *s_src_res, *s_dst_res; in crocus_resource_copy_region() local 800 crocus_get_depth_stencil_resources(devinfo, p_dst, &junk, &s_dst_res); in crocus_resource_copy_region() 802 crocus_copy_region(&ice->blorp, batch, &s_dst_res->base.b, dst_level, dstx, in crocus_resource_copy_region()
|