Searched refs:dst_img (Results 1 – 5 of 5) sorted by relevance
/third_party/libdrm/tests/exynos/ |
D | exynos_fimg2d_test.c | 245 struct g2d_image src_img = {0}, dst_img = {0}; in g2d_copy_test() local 254 dst_img.bo[0] = dst->handle; in g2d_copy_test() 299 dst_img.width = img_w; in g2d_copy_test() 300 dst_img.height = img_h; in g2d_copy_test() 301 dst_img.stride = dst_img.width * 4; in g2d_copy_test() 302 dst_img.buf_type = G2D_IMGBUF_GEM; in g2d_copy_test() 303 dst_img.color_mode = G2D_COLOR_FMT_ARGB8888 | G2D_ORDER_AXRGB; in g2d_copy_test() 305 ret = g2d_copy(ctx, &src_img, &dst_img, src_x, src_y, dst_x, dst_y, in g2d_copy_test() 453 struct g2d_image src_img = {0}, dst_img = {0}; in g2d_copy_with_scale_test() local 462 dst_img.bo[0] = dst->handle; in g2d_copy_with_scale_test() [all …]
|
/third_party/mesa3d/src/gallium/frontends/clover/api/ |
D | transfer.cpp | 202 image &dst_img, const vector_t &dst_orig, in validate_copy() argument 205 if (dst_img.format() != src_img.format()) in validate_copy() 208 if (dst_img == src_img) { in validate_copy() 734 auto &dst_img = obj<image>(d_dst_mem); in clEnqueueCopyImage() local 741 validate_object(q, dst_img, dst_origin, region); in clEnqueueCopyImage() 743 validate_copy(q, dst_img, dst_origin, src_img, src_origin, region); in clEnqueueCopyImage() 747 hard_copy_op(q, &dst_img, dst_origin, in clEnqueueCopyImage() 803 auto &dst_img = obj<image>(d_dst_mem); in clEnqueueCopyBufferToImage() local 807 auto dst_pitch = pitch(region, {{ dst_img.pixel_size(), in clEnqueueCopyBufferToImage() 808 dst_img.row_pitch(), in clEnqueueCopyBufferToImage() [all …]
|
/third_party/mesa3d/src/amd/vulkan/ |
D | radv_meta_resolve.c | 597 struct radv_image *dst_img = dest_iview->image; in radv_cmd_buffer_resolve_subpass_hw() local 600 uint32_t queue_mask = radv_image_queue_family_mask(dst_img, cmd_buffer->qf, in radv_cmd_buffer_resolve_subpass_hw() 603 if (radv_layout_dcc_compressed(cmd_buffer->device, dst_img, dest_iview->vk.base_mip_level, in radv_cmd_buffer_resolve_subpass_hw() 613 cmd_buffer->state.flush_bits |= radv_init_dcc(cmd_buffer, dst_img, &range, 0xffffffff); in radv_cmd_buffer_resolve_subpass_hw() 633 emit_resolve(cmd_buffer, src_img, dst_img, dest_iview->vk.format, &(VkOffset2D){0, 0}, in radv_cmd_buffer_resolve_subpass_hw() 729 struct radv_image *dst_img = dst_iview->image; in radv_cmd_buffer_resolve_subpass() local 734 radv_pick_resolve_method_images(cmd_buffer->device, src_img, src_iview->vk.format, dst_img, in radv_cmd_buffer_resolve_subpass()
|
/third_party/skia/tests/ |
D | SerialProcsTest.cpp | 78 auto dst_img = picture_to_image(new_pic); in DEF_TEST() local 79 REPORTER_ASSERT(reporter, ToolUtils::equal_pixels(src_img.get(), dst_img.get())); in DEF_TEST()
|
/third_party/mesa3d/src/microsoft/vulkan/ |
D | dzn_cmd_buffer.c | 3428 struct dzn_image *dst_img = container_of(dst->vk.image, struct dzn_image, vk); in dzn_cmd_buffer_resolve_rendering_attachment() local 3429 D3D12_RESOURCE_STATES dst_state = dzn_image_layout_to_state(dst_img, dst_layout, aspect); in dzn_cmd_buffer_resolve_rendering_attachment() 3451 dzn_cmd_buffer_queue_image_range_state_transition(cmdbuf, dst_img, &dst_range, in dzn_cmd_buffer_resolve_rendering_attachment() 3461 dzn_image_range_get_subresource_index(dst_img, &dst_range, aspect, level, layer); in dzn_cmd_buffer_resolve_rendering_attachment() 3464 dst_img->res, dst_subres, in dzn_cmd_buffer_resolve_rendering_attachment() 3474 dzn_cmd_buffer_queue_image_range_state_transition(cmdbuf, dst_img, &dst_range, in dzn_cmd_buffer_resolve_rendering_attachment()
|