Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/iris/
Diris_blit.c481 struct blorp_surf src_surf, dst_surf; in iris_blit() local
482 iris_blorp_surf_for_resource(&screen->isl_dev, &src_surf, in iris_blit()
512 &src_surf, info->src.level, src_z, in iris_blit()
670 struct blorp_surf src_surf, dst_surf; in iris_copy_region() local
671 iris_blorp_surf_for_resource(&screen->isl_dev, &src_surf, in iris_copy_region()
694 blorp_copy(&blorp_batch, &src_surf, src_level, src_box->z + slice, in iris_copy_region()
/third_party/mesa3d/src/intel/vulkan/
Danv_blorp.c360 struct blorp_surf src_surf, dst_surf; in copy_image() local
365 &src_surf); in copy_image()
377 blorp_copy(batch, &src_surf, src_level, src_base_layer + i, in copy_image()
390 blorp_copy(batch, &src_surf, src_level, src_base_layer + i, in copy_image()
399 struct blorp_surf src_surf, dst_surf; in copy_image() local
403 &src_surf); in copy_image()
413 blorp_copy(batch, &src_surf, src_level, src_base_layer + i, in copy_image()
425 blorp_copy(batch, &src_surf, src_level, src_base_layer + i, in copy_image()
1421 struct blorp_surf src_surf, dst_surf; in anv_image_msaa_resolve() local
1425 src_aux_usage, &src_surf); in anv_image_msaa_resolve()
[all …]
/third_party/mesa3d/src/gallium/drivers/v3d/
Dv3d_blit.c486 struct pipe_surface *src_surf = in v3d_tlb_blit() local
494 …v3d_get_tile_buffer_size(msaa, is_color_blit ? 1 : 0, surfaces, src_surf, &tile_width, &tile_heigh… in v3d_tlb_blit()
507 pipe_surface_reference(&src_surf, NULL); in v3d_tlb_blit()
515 src_surf); in v3d_tlb_blit()
532 job->draw_width = MIN2(dst_surf->width, src_surf->width); in v3d_tlb_blit()
533 job->draw_height = MIN2(dst_surf->height, src_surf->height); in v3d_tlb_blit()
561 pipe_surface_reference(&src_surf, NULL); in v3d_tlb_blit()
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_blit.c584 struct blorp_surf src_surf, dst_surf; in crocus_blit() local
585 crocus_blorp_surf_for_resource(&screen->vtbl, &screen->isl_dev, &src_surf, in crocus_blit()
617 &src_surf, info->src.level, src_z, in crocus_blit()
725 struct blorp_surf src_surf, dst_surf; in crocus_copy_region() local
726 crocus_blorp_surf_for_resource(&screen->vtbl, &screen->isl_dev, &src_surf, in crocus_copy_region()
743 blorp_copy(&blorp_batch, &src_surf, src_level, src_box->z + slice, in crocus_copy_region()
/third_party/mesa3d/src/intel/blorp/
Dblorp.h140 const struct blorp_surf *src_surf,
155 const struct blorp_surf *src_surf,
Dblorp_blit.c2438 const struct blorp_surf *src_surf, in blorp_blit() argument
2459 if (src_surf->surf->usage & ISL_SURF_USAGE_STENCIL_BIT) in blorp_blit()
2460 assert(src_surf->surf->format == ISL_FORMAT_R8_UINT); in blorp_blit()
2465 assert(src_surf->surf->usage & ISL_SURF_USAGE_STENCIL_BIT); in blorp_blit()
2473 brw_blorp_surface_info_init(batch, &params.src, src_surf, src_level, in blorp_blit()
2770 const struct blorp_surf *src_surf, in blorp_copy() argument
2791 brw_blorp_surface_info_init(batch, &params.src, src_surf, src_level, in blorp_copy()
2801 .need_src_offset = src_surf->tile_x_sa || src_surf->tile_y_sa, in blorp_copy()
/third_party/mesa3d/src/gallium/drivers/vc4/
Dvc4_blit.c127 struct pipe_surface *src_surf = in vc4_tile_blit() local
133 pipe_surface_reference(&job->color_read, src_surf); in vc4_tile_blit()
160 pipe_surface_reference(&src_surf, NULL); in vc4_tile_blit()
/third_party/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_blorp.c409 struct blorp_surf src_surf, dst_surf; in brw_blorp_blit_miptrees() local
410 blorp_surf_for_miptree(brw, &src_surf, src_mt, src_aux_usage, false, in brw_blorp_blit_miptrees()
424 blorp_blit(&batch, &src_surf, src_level, src_layer, in brw_blorp_blit_miptrees()
496 struct blorp_surf src_surf, dst_surf; in brw_blorp_copy_miptrees() local
497 blorp_surf_for_miptree(brw, &src_surf, src_mt, src_aux_usage, false, in brw_blorp_copy_miptrees()
516 blorp_copy(&batch, &src_surf, src_level, src_layer, in brw_blorp_copy_miptrees()
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_pipe_blit.c832 struct svga_winsys_surface *src_surf; in svga_resource_copy_region() local
837 src_surf = svga_buffer_handle(svga, src_tex, sbuffer->bind_flags); in svga_resource_copy_region()
840 SVGA_RETRY(svga, SVGA3D_vgpu10_BufferCopy(svga->swc, src_surf, in svga_resource_copy_region()