Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_texture.c110 static void si_copy_region_with_blit(struct pipe_context *pipe, struct pipe_resource *dst, in si_copy_region_with_blit() function
148 si_copy_region_with_blit(ctx, dst, 0, 0, 0, 0, src, transfer->level, &transfer->box); in si_copy_to_staging_texture()
167 si_copy_region_with_blit(ctx, dst, transfer->level, transfer->box.x, transfer->box.y, in si_copy_from_staging_texture()