Home
last modified time | relevance | path

Searched defs:dst_res (Results 1 – 15 of 15) sorted by relevance

/aosp_15_r20/external/virglrenderer/tests/
H A Dtest_virgl_transfer.c794 struct virgl_resource dst_res = {0}; in START_TEST() local
829 struct virgl_resource dst_res = {0}; in START_TEST() local
864 struct virgl_resource dst_res = {0}; in START_TEST() local
898 struct virgl_resource dst_res = {0}; in START_TEST() local
H A Dtestvirgl_encode.c797 struct virgl_resource *dst_res, in virgl_encode_resource_copy_region()
822 struct virgl_resource *dst_res, in virgl_encode_blit()
/aosp_15_r20/external/mesa3d/src/mesa/state_tracker/
H A Dst_cb_copyimage.c560 struct pipe_resource *dst_res, in fallback_copy_image()
683 struct pipe_resource *src_res, *dst_res; in st_CopyImageSubData() local
/aosp_15_r20/external/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_blit.c547 struct crocus_resource *dst_res = in crocus_blit() local
683 struct crocus_resource *dst_res = (void *) dst; in crocus_copy_region() local
/aosp_15_r20/external/mesa3d/src/gallium/drivers/iris/
H A Diris_blit.c484 struct iris_resource *dst_res = in iris_blit() local
657 struct iris_resource *dst_res = (void *) dst; in iris_copy_region() local
/aosp_15_r20/external/virglrenderer/src/
H A Dvrend_blitter.c701 struct vrend_resource *dst_res, in blitter_set_points()
789 struct vrend_resource *dst_res, in vrend_renderer_blit_gl()
H A Dvrend_renderer.c9209 struct vrend_resource *src_res, *dst_res; in vrend_renderer_copy_transfer3d() local
9281 struct vrend_resource *src_res, *dst_res; in vrend_renderer_copy_transfer3d_from_host() local
9527 struct vrend_resource *dst_res, in vrend_resource_buffer_copy()
9540 struct vrend_resource *dst_res, in vrend_resource_copy_fallback()
9718 vrend_copy_sub_image(struct vrend_resource* src_res, struct vrend_resource * dst_res, in vrend_copy_sub_image()
9744 struct vrend_resource *src_res, *dst_res; in vrend_renderer_resource_copy_region() local
9894 struct vrend_resource *dst_res, in vrend_blit_needs_redblue_swizzle()
9907 struct vrend_resource *dst_res, in vrend_renderer_prepare_blit_extra_info()
9974 struct vrend_resource *dst_res, in vrend_renderer_prepare_blit()
10047 struct vrend_resource *dst_res, in vrend_renderer_blit_fbo()
[all …]
/aosp_15_r20/external/mesa3d/src/gallium/drivers/lima/
H A Dlima_blit.c271 struct lima_resource *dst_res = lima_resource(dst_surf->texture); in lima_do_blit() local
/aosp_15_r20/external/mesa3d/src/gallium/drivers/virgl/
H A Dvirgl_encode.c1291 struct virgl_resource *dst_res, in virgl_encode_resource_copy_region()
1316 struct virgl_resource *dst_res, in virgl_encode_blit()
/aosp_15_r20/external/mesa3d/src/amd/vulkan/meta/
H A Dradv_meta_blit.c394 const VkImageSubresourceLayers *dst_res = &region->dstSubresource; in blit_image() local
/aosp_15_r20/external/mesa3d/src/gallium/frontends/rusticl/core/
H A Dmemory.rs834 let dst_res = dst.get_res_of_dev(q.device)?; in copy_to_buffer() localVariable
1207 let dst_res = dst_parent.get_res_of_dev(q.device)?; in copy_to_image() localVariable
/aosp_15_r20/external/mesa3d/src/intel/vulkan_hasvk/
H A Danv_blorp.c637 const VkImageSubresourceLayers *dst_res = &region->dstSubresource; in blit_image() local
/aosp_15_r20/external/mesa3d/src/intel/vulkan/
H A Danv_blorp.c873 const VkImageSubresourceLayers *dst_res = &region->dstSubresource; in blit_image() local
/aosp_15_r20/external/mesa3d/src/gallium/frontends/nine/
H A Ddevice9.c1704 struct pipe_resource *dst_res, *src_res; in NineDevice9_StretchRect() local
H A Dnine_state.c2537 ARG_BIND_RES(struct pipe_resource, dst_res), in CSMT_ITEM_NO_WAIT() argument