Searched refs:si_resource_copy_region (Results 1 - 4 of 4) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | si_blit.c | 897 void si_resource_copy_region(struct pipe_context *ctx, struct pipe_resource *dst, in si_resource_copy_region() function 1216 si_resource_copy_region(ctx, info->dst.resource, info->dst.level, in si_blit() 1324 sctx->b.resource_copy_region = si_resource_copy_region; in si_init_blit_functions()
|
H A D | si_texture.c | 100 si_resource_copy_region(ctx, dst, 0, 0, 0, 0, src, src_level, &transfer->box); in si_copy_to_staging_texture() 127 si_resource_copy_region(ctx, dst, transfer->level, transfer->box.x, transfer->box.y, in si_copy_from_staging_texture() 461 si_resource_copy_region(&sctx->b, &new_tex->buffer.b.b, in si_reallocate_texture_inplace()
|
H A D | si_test_image_copy_region.c | 605 si_resource_copy_region(ctx, dst, dst_level, dstx, dsty, dstz, src, src_level, &box); in si_test_image_copy_region()
|
H A D | si_pipe.h | 1332 void si_resource_copy_region(struct pipe_context *ctx, struct pipe_resource *dst,
|
Completed in 12 milliseconds