/aosp_15_r20/external/virglrenderer/src/ |
H A D | vrend_blitter.c | 524 struct vrend_resource *src_res, in get_texcoords() 562 struct vrend_resource *src_res, in blitter_set_texcoords() 656 static void calc_src_deltas_for_bounds(struct vrend_resource *src_res, in calc_src_deltas_for_bounds() 700 struct vrend_resource *src_res, in blitter_set_points() 732 static void vrend_set_tex_param(struct vrend_resource *src_res, in vrend_set_tex_param() 788 struct vrend_resource *src_res, in vrend_renderer_blit_gl()
|
H A D | vrend_renderer.c | 9209 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 9526 struct vrend_resource *src_res, in vrend_resource_buffer_copy() 9539 static void vrend_resource_copy_fallback(struct vrend_resource *src_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 9893 static bool vrend_blit_needs_redblue_swizzle(struct vrend_resource *src_res, in vrend_blit_needs_redblue_swizzle() 9906 struct vrend_resource *src_res, in vrend_renderer_prepare_blit_extra_info() 9973 struct vrend_resource *src_res, in vrend_renderer_prepare_blit() 10046 struct vrend_resource *src_res, in vrend_renderer_blit_fbo() [all …]
|
/aosp_15_r20/external/virglrenderer/tests/ |
H A D | test_virgl_transfer.c | 793 struct virgl_resource src_res = {0}; in START_TEST() local 828 struct virgl_resource src_res = {0}; in START_TEST() local 863 struct virgl_resource src_res = {0}; in START_TEST() local 897 struct virgl_resource src_res = {0}; in START_TEST() local
|
H A D | testvirgl_encode.c | 596 struct virgl_resource *src_res, in virgl_encoder_copy_transfer() 800 struct virgl_resource *src_res, in virgl_encode_resource_copy_region() 823 struct virgl_resource *src_res, in virgl_encode_blit()
|
/aosp_15_r20/external/mesa3d/src/mesa/state_tracker/ |
H A D | st_cb_copyimage.c | 563 struct pipe_resource *src_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 D | crocus_blit.c | 545 struct crocus_resource *src_res = in crocus_blit() local 682 struct crocus_resource *src_res = (void *) src; in crocus_copy_region() local
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/iris/ |
H A D | iris_blit.c | 482 struct iris_resource *src_res = in iris_blit() local 656 struct iris_resource *src_res = (void *) src; in iris_copy_region() local
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/lima/ |
H A D | lima_blit.c | 270 struct lima_resource *src_res = lima_resource(src_surf->texture); in lima_do_blit() local
|
/aosp_15_r20/external/mesa3d/src/gallium/frontends/nine/ |
H A D | buffer9.c | 363 struct pipe_resource *src_res; in NineBuffer9_Lock() local
|
H A D | device9.c | 1704 struct pipe_resource *dst_res, *src_res; in NineDevice9_StretchRect() local
|
H A D | nine_state.c | 2540 ARG_BIND_RES(struct pipe_resource, src_res), in CSMT_ITEM_NO_WAIT() argument
|
/aosp_15_r20/external/mesa3d/src/gallium/frontends/clover/core/ |
H A D | resource.cpp | 59 resource &src_res, const vector &src_origin) { in copy()
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/virgl/ |
H A D | virgl_encode.c | 1294 struct virgl_resource *src_res, in virgl_encode_resource_copy_region() 1317 struct virgl_resource *src_res, in virgl_encode_blit()
|
/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/vl/ |
H A D | vl_compositor.c | 736 struct pipe_resource *src_res, in vl_compositor_convert_rgb_to_yuv()
|
/aosp_15_r20/external/mesa3d/src/microsoft/vulkan/ |
H A D | dzn_cmd_buffer.c | 1866 ID3D12Resource *src_res; in dzn_cmd_buffer_clear_rects_with_copy() local 2015 ID3D12Resource *src_res; in dzn_cmd_buffer_clear_ranges_with_copy() local 4508 ID3D12Resource *src_res; in dzn_CmdFillBuffer() local 4552 ID3D12Resource *src_res; in dzn_CmdUpdateBuffer() local
|
/aosp_15_r20/external/mesa3d/src/amd/vulkan/meta/ |
H A D | radv_meta_blit.c | 393 const VkImageSubresourceLayers *src_res = ®ion->srcSubresource; in blit_image() local
|
/aosp_15_r20/external/mesa3d/src/gallium/frontends/rusticl/core/ |
H A D | memory.rs | 833 let src_res = self.get_res_of_dev(q.device)?; in copy_to_buffer() localVariable 1206 let src_res = src_parent.get_res_of_dev(q.device)?; in copy_to_image() localVariable
|
/aosp_15_r20/external/mesa3d/src/compiler/nir/ |
H A D | nir_range_analysis.c | 541 const uint32_t *src_res) in process_fp_query()
|
/aosp_15_r20/external/mesa3d/src/intel/vulkan_hasvk/ |
H A D | anv_blorp.c | 636 const VkImageSubresourceLayers *src_res = ®ion->srcSubresource; in blit_image() local
|
/aosp_15_r20/external/coreboot/src/acpi/ |
H A D | acpigen.c | 1500 void acpigen_concatenate_string_op(const char *str, uint8_t src_res, uint8_t dest_res) in acpigen_concatenate_string_op()
|
/aosp_15_r20/external/mesa3d/src/intel/vulkan/ |
H A D | anv_blorp.c | 872 const VkImageSubresourceLayers *src_res = ®ion->srcSubresource; in blit_image() local
|