Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/r600/
Dr600_texture.c100 static void r600_copy_region_with_blit(struct pipe_context *pipe, in r600_copy_region_with_blit() function
142 r600_copy_region_with_blit(ctx, dst, 0, 0, 0, 0, in r600_copy_to_staging_texture()
163 r600_copy_region_with_blit(ctx, dst, transfer->level, in r600_copy_from_staging_texture()
1397 r600_copy_region_with_blit(ctx, temp, 0, 0, 0, 0, texture, level, box); in r600_texture_transfer_map()