Searched refs:s_src_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 773 iris_get_depth_stencil_resources(p_src, &junk, &s_src_res); in iris_resource_copy_region() 777 dsty, dstz, &s_src_res->base.b, src_level, src_box); 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 799 crocus_get_depth_stencil_resources(devinfo, p_src, &junk, &s_src_res); in crocus_resource_copy_region() 803 dsty, dstz, &s_src_res->base.b, src_level, src_box); in crocus_resource_copy_region()
|