Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_test_image_copy_region.c704 struct pipe_resource tsrc = {}, tdst = {}, *gfx_src, *gfx_dst, *comp_src, *comp_dst; in si_test_blit() local
733 comp_dst = screen->resource_create(screen, &tdst); in si_test_blit()
739 si_clear_buffer(sctx, comp_dst, 0, ((struct si_texture *)comp_dst)->surface.surf_size, &zero, in si_test_blit()
949 info.dst.resource = comp_dst; in si_test_blit()
964 bool pass = compare_gpu_textures(ctx, gfx_dst, comp_dst); in si_test_blit()
976 pipe_resource_reference(&comp_dst, NULL); in si_test_blit()