Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/r600/
Dr600_texture.c99 static void r600_copy_region_with_blit(struct pipe_context *pipe, in r600_copy_region_with_blit() function
141 r600_copy_region_with_blit(ctx, dst, 0, 0, 0, 0, in r600_copy_to_staging_texture()
162 r600_copy_region_with_blit(ctx, dst, transfer->level, in r600_copy_from_staging_texture()
1383 r600_copy_region_with_blit(ctx, temp, 0, 0, 0, 0, texture, level, box); in r600_texture_transfer_map()
/external/mesa3d/src/gallium/drivers/radeon/
Dr600_texture.c107 static void r600_copy_region_with_blit(struct pipe_context *pipe, in r600_copy_region_with_blit() function
149 r600_copy_region_with_blit(ctx, dst, 0, 0, 0, 0, in r600_copy_to_staging_texture()
170 r600_copy_region_with_blit(ctx, dst, transfer->level, in r600_copy_from_staging_texture()
1743 r600_copy_region_with_blit(ctx, temp, 0, 0, 0, 0, texture, level, box); in r600_texture_transfer_map()