/external/libdrm/tests/exynos/ |
D | exynos_fimg2d_test.c | 246 struct g2d_image src_img = {0}, dst_img = {0}; in g2d_copy_test() local 255 dst_img.bo[0] = dst->handle; in g2d_copy_test() 300 dst_img.width = img_w; in g2d_copy_test() 301 dst_img.height = img_h; in g2d_copy_test() 302 dst_img.stride = dst_img.width * 4; in g2d_copy_test() 303 dst_img.buf_type = G2D_IMGBUF_GEM; in g2d_copy_test() 304 dst_img.color_mode = G2D_COLOR_FMT_ARGB8888 | G2D_ORDER_AXRGB; in g2d_copy_test() 306 ret = g2d_copy(ctx, &src_img, &dst_img, src_x, src_y, dst_x, dst_y, in g2d_copy_test() 454 struct g2d_image src_img = {0}, dst_img = {0}; in g2d_copy_with_scale_test() local 463 dst_img.bo[0] = dst->handle; in g2d_copy_with_scale_test() [all …]
|
/external/mesa3d/src/gallium/frontends/clover/api/ |
D | transfer.cpp | 178 image &dst_img, const vector_t &dst_orig, in validate_copy() argument 181 if (dst_img.format() != src_img.format()) in validate_copy() 184 if (dst_img == src_img) { in validate_copy() 697 auto &dst_img = obj<image>(d_dst_mem); in clEnqueueCopyImage() local 704 validate_object(q, dst_img, dst_origin, region); in clEnqueueCopyImage() 706 validate_copy(q, dst_img, dst_origin, src_img, src_origin, region); in clEnqueueCopyImage() 710 hard_copy_op(q, &dst_img, dst_origin, in clEnqueueCopyImage() 766 auto &dst_img = obj<image>(d_dst_mem); in clEnqueueCopyBufferToImage() local 770 auto dst_pitch = pitch(region, {{ dst_img.pixel_size(), in clEnqueueCopyBufferToImage() 771 dst_img.row_pitch(), in clEnqueueCopyBufferToImage() [all …]
|
/external/skia/tests/ |
D | SerialProcsTest.cpp | 95 auto dst_img = picture_to_image(new_pic); in DEF_TEST() local 96 REPORTER_ASSERT(reporter, ToolUtils::equal_pixels(src_img.get(), dst_img.get())); in DEF_TEST()
|
/external/mesa3d/src/amd/vulkan/ |
D | radv_meta_resolve.c | 828 struct radv_image *dst_img = cmd_buffer->state.attachments[dest_att.attachment].iview->image; in radv_cmd_buffer_resolve_subpass() local 833 src_iview->vk_format, dst_img, in radv_cmd_buffer_resolve_subpass() 862 struct radv_image *dst_img = dest_iview->image; in radv_cmd_buffer_resolve_subpass() local 864 if (radv_dcc_enabled(dst_img, dest_iview->base_mip)) { in radv_cmd_buffer_resolve_subpass() 873 radv_initialize_dcc(cmd_buffer, dst_img, &range, 0xffffffff); in radv_cmd_buffer_resolve_subpass()
|
/external/ComputeLibrary/src/core/CL/cl_kernels/nhwc/ |
D | indirect_convolution.cl | 44 …* @param[out] dst_img (Not supported) Write only cl_image object for the… 146 …* @param[out] dst_img (Not supported) Write only cl_image object for the…
|
D | dwc_native_fp_nhwc.cl | 67 …* @param[out] dst_img (Not supported) Write only cl_image object for the…
|
D | scale.cl | 141 …* @param[out] dst_img (Not supported) Write only cl_image object for the…
|
D | transposed_convolution.cl | 76 …* @param[out] dst_img (Not supported) Write only cl_image object for the…
|
D | direct_convolution.cl | 79 …* @param[out] dst_img (Not supported) Write only cl_image object for the…
|
D | dwc_native_quantized_nhwc.cl | 90 …* @param[out] dst_img (Not supported) Write only cl_image ob…
|
/external/vulkan-validation-layers/layers/ |
D | buffer_validation.cpp | 2133 … const IMAGE_STATE *dst_img, const VkImageCopy *region, in ValidateCopyImageTransferGranularityRequirements() argument 2146 granularity = GetScaledItg(cb_node, dst_img); in ValidateCopyImageTransferGranularityRequirements() 2151 GetAdjustedDestImageExtent(src_img->createInfo.format, dst_img->createInfo.format, extent); in ValidateCopyImageTransferGranularityRequirements() 2152 subresource_extent = GetImageSubresourceExtent(dst_img, ®ion->dstSubresource); in ValidateCopyImageTransferGranularityRequirements() 2154 … dst_img->createInfo.imageType, i, function, "extent", "VUID-vkCmdCopyImage-dstOffset-01784"); in ValidateCopyImageTransferGranularityRequirements()
|
D | core_validation.h | 1287 … const IMAGE_STATE* dst_img, const VkImageCopy* region, const uint32_t i,
|