Searched refs:si_copy_region_with_blit (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_texture.c | 110 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()
|