Home
last modified time | relevance | path

Searched defs:dst_image (Results 1 – 25 of 38) sorted by relevance

12

/aosp_15_r20/external/mesa3d/src/amd/vulkan/meta/
H A Dradv_meta_resolve.c204 …adv_cmd_buffer *cmd_buffer, const struct radv_image *src_image, const struct radv_image *dst_image, in emit_resolve()
238 …ompat(const struct radv_device *device, struct radv_image *src_image, struct radv_image *dst_image) in image_hw_resolve_compat()
250struct radv_image *dst_image, unsigned dst_level, VkImageLayout dst_image_layout, in radv_pick_resolve_method_images()
290 VkImageLayout src_image_layout, struct radv_image *dst_image, in radv_meta_resolve_hardware_image()
432struct radv_image *dst_image, VkImageLayout dst_image_layout, const VkImageResolve2 *region, in resolve_image()
H A Dradv_meta_blit.c174 const struct radv_image *dst_image = dst_iview->image; in get_pipeline() local
262 const struct radv_image *dst_image = dst_iview->image; in meta_emit_blit() local
390struct radv_image *dst_image, VkImageLayout dst_image_layout, const VkImageBlit2 *region, VkFilter… in blit_image()
H A Dradv_meta_fmask_copy.c180 const struct radv_image *dst_image) in radv_fixup_copy_dst_metadata()
201const struct radv_image *dst_image, const struct radv_meta_blit2d_rect *rect) in radv_can_use_fmask_copy()
H A Dradv_meta_copy.c376struct radv_image *dst_image, VkImageLayout dst_image_layout, const VkImageCopy2 *region) in transfer_copy_image()
410 struct radv_image *dst_image, VkImageLayout dst_image_layout, const VkImageCopy2 *region) in copy_image()
H A Dradv_meta_resolve_cs.c530 … VkImageLayout src_image_layout, struct radv_image *dst_image, VkFormat dst_format, in radv_meta_resolve_compute_image()
688 struct radv_image *dst_image = dst_iview->image; in radv_depth_stencil_resolve_rendering_cs() local
H A Dradv_meta_copy_vrs_htile.c172struct radv_image *dst_image, struct radv_buffer *htile_buffer, bool read_htile_value) in radv_copy_vrs_htile()
H A Dradv_meta.c253 radv_meta_get_iview_layer(const struct radv_image *dst_image, const VkImageSubresourceLayers *dst_s… in radv_meta_get_iview_layer()
H A Dradv_meta_resolve_fs.c714 VkImageLayout src_image_layout, struct radv_image *dst_image, in radv_meta_resolve_fragment_image()
/aosp_15_r20/external/libvpx/test/
H A Dpp_filter_test.cc89 Buffer<uint8_t> dst_image = in TEST_P() local
142 Buffer<uint8_t> dst_image = in TEST_P() local
200 Buffer<uint8_t> dst_image = in TEST_P() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/jit/
H A Dencapsulate_subgraphs_pass.cc475 Node* dst_image = node_images.at(dst_node); in RecordArg() local
689 Node* dst_image = gtl::FindWithDefault(node_images, edge->dst(), nullptr); in CopySubgraphEdges() local
857 const Node* original_dst_node, Node** dst_image) { in FindOutputImageOfEdgeDst()
893 Node* dst_image; in CopyEdgeToOutputGraph() local
/aosp_15_r20/external/OpenCL-CTS/test_conformance/extensions/cl_khr_command_buffer/cl_khr_command_buffer_mutable_dispatch/
H A Dmutable_command_image_arguments.cpp110 clMemWrapper dst_image = create_image_1d( in Run() local
305 clMemWrapper dst_image = create_image_2d( in Run() local
/aosp_15_r20/external/mesa3d/src/vulkan/runtime/
H A Dvk_meta_blit_resolve.c504 struct vk_image *dst_image, in do_blit()
718 struct vk_image *dst_image, in vk_meta_blit_image()
818 struct vk_image *dst_image, in vk_meta_resolve_image()
/aosp_15_r20/external/mesa3d/src/intel/vulkan/
H A Danv_blorp.c343 struct anv_image *dst_image, in copy_image()
520 struct anv_image *dst_image) in anv_blorp_execute_on_companion()
867 struct anv_image *dst_image, in blit_image()
2012 const struct anv_image *dst_image, in anv_image_msaa_resolve()
2171 struct anv_image *dst_image, in resolve_image()
/aosp_15_r20/external/mesa3d/src/intel/vulkan_hasvk/
H A Danv_blorp.c290 struct anv_image *dst_image, in copy_image()
631 struct anv_image *dst_image, in blit_image()
1347 const struct anv_image *dst_image, in anv_image_msaa_resolve()
1415 struct anv_image *dst_image, in resolve_image()
/aosp_15_r20/external/mesa3d/src/mesa/state_tracker/
H A Dst_cb_copyimage.c559 struct gl_texture_image *dst_image, in fallback_copy_image()
676 struct gl_texture_image *dst_image, in st_CopyImageSubData()
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/command_buffer/commands/
Dcopy.rs4154 pub dst_image: Arc<dyn ImageAccess>, field
4280 pub dst_image: Arc<dyn ImageAccess>, field
4522 pub dst_image: Arc<dyn ImageAccess>, field
4656 pub dst_image: Arc<dyn ImageAccess>, field
/aosp_15_r20/external/tensorflow/tensorflow/tools/android/test/jni/object_tracking/
H A Dtracked_object.cc24 Image<float>* const dst_image) { in InitNormalized()
/aosp_15_r20/external/mesa3d/src/asahi/vulkan/
H A Dhk_image.c1279 hk_copy_memory_to_image(struct hk_device *device, struct hk_image *dst_image, in hk_copy_memory_to_image()
1423 struct hk_image *dst_image, const VkImageCopy2 *info, in hk_copy_image_to_image_cpu()
/aosp_15_r20/external/rust/crabbyavif/src/capi/
Dreformat.rs241 let dst_image = unsafe { &mut (*image) }; in crabby_avifImageScale() localVariable
Dimage.rs158 let mut dst_image: avifImage = avifImage { in from() localVariable
/aosp_15_r20/external/vulkan-validation-layers/tests/
H A Dvklayertests_buffer_image_memory_sampler.cpp1449 VkImageObj dst_image(m_device); in TEST_F() local
1472 VkImageObj dst_image(m_device); in TEST_F() local
1501 VkImageObj dst_image(m_device); in TEST_F() local
3693 VkImageObj dst_image(m_device); in TEST_F() local
4626 VkImageObj dst_image(m_device); in TEST_F() local
/aosp_15_r20/external/OpenCL-CTS/test_conformance/extensions/cl_khr_command_buffer/
H A Dcommand_buffer_test_copy.cpp134 clMemWrapper dst_image; member
/aosp_15_r20/external/mesa3d/src/freedreno/vulkan/
H A Dtu_clear_blit.cc2175 struct tu_image *dst_image, in tu6_blit_image()
2367 struct tu_image *dst_image, in tu_copy_buffer_to_image()
2583 struct tu_image *dst_image, in tu_copy_image_to_image()
/aosp_15_r20/external/OpenCL-ICD-Loader/test/driver_stub/
H A Dcl.c1578 cl_mem dst_image , in clEnqueueCopyImage()
1632 cl_mem dst_image , in clEnqueueCopyBufferToImage()
/aosp_15_r20/external/angle/src/libOpenCL/
H A DlibOpenCL_autogen.cpp436 cl_mem dst_image, in clEnqueueCopyImage()
466 cl_mem dst_image, in clEnqueueCopyBufferToImage()

12