Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/vc4/
Dvc4_blit.c125 struct pipe_surface *dst_surf = in vc4_tile_blit() local
132 struct vc4_job *job = vc4_get_job(vc4, dst_surf, NULL); in vc4_tile_blit()
148 job->draw_width = dst_surf->width; in vc4_tile_blit()
149 job->draw_height = dst_surf->height; in vc4_tile_blit()
159 pipe_surface_reference(&dst_surf, NULL); in vc4_tile_blit()
361 struct pipe_surface *dst_surf = in vc4_yuv_blit() local
363 if (!dst_surf) { in vc4_yuv_blit()
368 dst_surf->width = align(dst_surf->width, 8) / 2; in vc4_yuv_blit()
370 dst_surf->height /= 2; in vc4_yuv_blit()
393 util_blitter_custom_shader(vc4->blitter, dst_surf, in vc4_yuv_blit()
[all …]
/external/mesa3d/src/gallium/drivers/v3d/
Dv3d_blit.c126 struct pipe_surface *dst_surf =
133 struct v3d_job *job = v3d_get_job(v3d, dst_surf, NULL);
149 job->draw_width = dst_surf->width;
150 job->draw_height = dst_surf->height;
160 pipe_surface_reference(&dst_surf, NULL);
285 struct pipe_surface *dst_surf = in v3d_stencil_blit() local
310 util_blitter_blit_generic(v3d->blitter, dst_surf, &info->dst.box, in v3d_stencil_blit()
318 pipe_surface_reference(&dst_surf, NULL); in v3d_stencil_blit()
/external/mesa3d/src/gallium/drivers/iris/
Diris_blit.c416 struct blorp_surf src_surf, dst_surf; in iris_blit() local
420 iris_blorp_surf_for_resource(&screen->isl_dev, &dst_surf, in iris_blit()
431 if (src_surf.surf->samples > 1 && dst_surf.surf->samples <= 1) { in iris_blit()
511 &dst_surf, info->dst.level, dst_z, in iris_blit()
527 struct blorp_surf src_surf, dst_surf; in iris_blit() local
554 iris_blorp_surf_for_resource(&screen->isl_dev, &dst_surf, in iris_blit()
565 &dst_surf, info->dst.level, info->dst.box.z + slice, in iris_blit()
701 struct blorp_surf src_surf, dst_surf; in iris_copy_region() local
704 iris_blorp_surf_for_resource(&screen->isl_dev, &dst_surf, in iris_copy_region()
726 &dst_surf, dst_level, dstz + slice, in iris_copy_region()
/external/mesa3d/src/intel/blorp/
Dblorp.h138 const struct blorp_surf *dst_surf,
152 const struct blorp_surf *dst_surf,
Dblorp_blit.c2325 const struct blorp_surf *dst_surf, in blorp_blit() argument
2341 if (dst_surf->surf->usage & ISL_SURF_USAGE_STENCIL_BIT) in blorp_blit()
2342 assert(dst_surf->surf->format == ISL_FORMAT_R8_UINT); in blorp_blit()
2344 if (dst_surf->surf->usage & ISL_SURF_USAGE_STENCIL_BIT) { in blorp_blit()
2355 brw_blorp_surface_info_init(batch->blorp, &params.dst, dst_surf, dst_level, in blorp_blit()
2632 const struct blorp_surf *dst_surf, in blorp_copy() argument
2647 brw_blorp_surface_info_init(batch->blorp, &params.dst, dst_surf, dst_level, in blorp_copy()
2654 .need_dst_offset = dst_surf->tile_x_sa || dst_surf->tile_y_sa, in blorp_copy()
2735 isl_format_srgb_to_linear(dst_surf->surf->format); in blorp_copy()
/external/mesa3d/src/intel/vulkan/
Danv_blorp.c339 struct blorp_surf src_surf, dst_surf; in copy_image() local
349 &dst_surf); in copy_image()
352 dst_surf.aux_usage, dst_level, in copy_image()
357 &dst_surf, dst_level, dst_base_layer + i, in copy_image()
378 struct blorp_surf src_surf, dst_surf; in copy_image() local
386 &dst_surf); in copy_image()
388 dst_surf.aux_usage, dst_level, in copy_image()
393 &dst_surf, dst_level, dst_base_layer + i, in copy_image()
1570 struct blorp_surf src_surf, dst_surf; in anv_image_msaa_resolve() local
1583 dst_aux_usage, &dst_surf); in anv_image_msaa_resolve()
[all …]
/external/mesa3d/src/gallium/auxiliary/vl/
Dvl_deint_filter.c483 struct pipe_surface *dst_surf = dst_surfaces[1 - field]; in vl_deint_filter_render() local
510 fb_state.cbufs[0] = dst_surf; in vl_deint_filter_render()
519 if (++j >= util_format_get_nr_components(dst_surf->format)) { in vl_deint_filter_render()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_blorp.c410 struct blorp_surf src_surf, dst_surf; in brw_blorp_blit_miptrees() local
413 blorp_surf_for_miptree(brw, &dst_surf, dst_mt, dst_aux_usage, true, in brw_blorp_blit_miptrees()
427 &dst_surf, dst_level, dst_layer, in brw_blorp_blit_miptrees()
509 struct blorp_surf src_surf, dst_surf; in brw_blorp_copy_miptrees() local
512 blorp_surf_for_miptree(brw, &dst_surf, dst_mt, dst_aux_usage, true, in brw_blorp_copy_miptrees()
530 &dst_surf, dst_level, dst_layer, in brw_blorp_copy_miptrees()
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_pipe_blit.c833 struct svga_winsys_surface *dst_surf; in svga_resource_copy_region() local
838 dst_surf = svga_buffer_handle(svga, dst_tex, dbuffer->bind_flags); in svga_resource_copy_region()
841 dst_surf, src_box->x, dstx, in svga_resource_copy_region()