Searched defs:src_image (Results 1 - 12 of 12) sorted by relevance

/external/tensorflow/tensorflow/examples/android/jni/object_tracking/
H A Dtracked_object.cc22 static void InitNormalized(const Image<uint8_t>& src_image, argument
26 CopyArea(src_image, scaled_box, dst_image);
/external/libvpx/libvpx/test/
H A Dpp_filter_test.cc59 Buffer<uint8_t> src_image = Buffer<uint8_t>(block_width, block_height, 2); local
60 ASSERT_TRUE(src_image.Init());
76 src_image.SetPadding(10);
77 src_image.Set(1);
83 src_image.TopLeftPixel(), dst_image.TopLeftPixel(), src_image.stride(),
111 Buffer<uint8_t> src_image = local
113 ASSERT_TRUE(src_image.Init());
138 src_image.SetPadding(10);
139 src_image
[all...]
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dintel_copy_image.c174 struct gl_texture_image *src_image,
186 if (src_image) {
187 src_mt = intel_texture_image(src_image)->mt;
188 src_level = src_image->Level + src_image->TexObject->MinLevel;
191 if (src_image->TexObject->Target == GL_TEXTURE_CUBE_MAP)
192 src_z = src_image->Face;
194 src_z += src_image->TexObject->MinLayer;
198 src_image = src_renderbuffer->TexImage;
173 intel_copy_image_sub_data(struct gl_context *ctx, struct gl_texture_image *src_image, struct gl_renderbuffer *src_renderbuffer, int src_x, int src_y, int src_z, struct gl_texture_image *dst_image, struct gl_renderbuffer *dst_renderbuffer, int dst_x, int dst_y, int dst_z, int src_width, int src_height) argument
/external/mesa3d/src/amd/vulkan/
H A Dradv_meta_copy.c314 RADV_FROM_HANDLE(radv_image, src_image, srcImage);
317 meta_copy_image_to_buffer(cmd_buffer, dst_buffer, src_image,
323 struct radv_image *src_image,
336 assert(src_image->samples == dest_image->samples);
348 blit_surf_for_image_level_layer(src_image,
370 meta_region_offset_el(src_image, &pRegions[r].srcOffset);
372 meta_region_extent_el(src_image, &pRegions[r].extent);
424 RADV_FROM_HANDLE(radv_image, src_image, srcImage);
427 meta_copy_image(cmd_buffer, src_image, dest_image,
322 meta_copy_image(struct radv_cmd_buffer *cmd_buffer, struct radv_image *src_image, struct radv_image *dest_image, uint32_t regionCount, const VkImageCopy *pRegions) argument
H A Dradv_meta_resolve_cs.c318 struct radv_image *src_image,
327 const uint32_t samples = src_image->samples;
339 radv_meta_get_iview_layer(src_image, &region->srcSubresource,
347 radv_sanitize_image_extent(src_image->type, region->extent);
349 radv_sanitize_image_offset(src_image->type, region->srcOffset);
361 .image = radv_image_to_handle(src_image),
362 .viewType = radv_meta_get_view_type(src_image),
363 .format = src_image->vk_format,
437 if (vk_format_is_int(src_image->vk_format))
317 radv_meta_resolve_compute_image(struct radv_cmd_buffer *cmd_buffer, struct radv_image *src_image, VkImageLayout src_image_layout, struct radv_image *dest_image, VkImageLayout dest_image_layout, uint32_t region_count, const VkImageResolve *regions) argument
H A Dradv_meta_blit.c227 struct radv_image *src_image,
245 assert(src_image->samples == dest_image->samples);
364 switch (src_image->type) {
392 switch (src_image->type) {
419 switch (src_image->type) {
496 RADV_FROM_HANDLE(radv_image, src_image, srcImage);
505 assert(src_image->samples == 1);
518 .viewType = radv_meta_get_view_type(src_image),
519 .format = src_image->vk_format,
541 if (src_image
226 meta_emit_blit(struct radv_cmd_buffer *cmd_buffer, struct radv_image *src_image, struct radv_image_view *src_iview, VkOffset3D src_offset_0, VkOffset3D src_offset_1, struct radv_image *dest_image, struct radv_image_view *dest_iview, VkOffset3D dest_offset_0, VkOffset3D dest_offset_1, VkRect2D dest_box, VkFilter blit_filter) argument
[all...]
/external/mesa3d/src/mesa/state_tracker/
H A Dst_cb_copyimage.c541 struct gl_texture_image *src_image,
552 bool src_is_compressed = src_image && _mesa_is_format_compressed(src_image->TexFormat);
569 if (src_image)
570 line_bytes = _mesa_format_row_stride(src_image->TexFormat, src_w);
587 if (src_image) {
589 st->ctx, src_image, src_z,
612 if (src_image) {
613 st->ctx->Driver.UnmapTextureImage(st->ctx, src_image, src_z);
621 struct gl_texture_image *src_image,
537 fallback_copy_image(struct st_context *st, struct gl_texture_image *dst_image, struct pipe_resource *dst_res, int dst_x, int dst_y, int dst_z, struct gl_texture_image *src_image, struct pipe_resource *src_res, int src_x, int src_y, int src_z, int src_w, int src_h) argument
620 st_CopyImageSubData(struct gl_context *ctx, struct gl_texture_image *src_image, struct gl_renderbuffer *src_renderbuffer, int src_x, int src_y, int src_z, struct gl_texture_image *dst_image, struct gl_renderbuffer *dst_renderbuffer, int dst_x, int dst_y, int dst_z, int src_width, int src_height) argument
[all...]
/external/opencv/cv/src/
H A Dcvpyrsegmentation.cpp181 icvPyrSegmentation8uC1R( uchar * src_image, int src_step, argument
218 if( !src_image || !dst_image || !storage || !dst_comp )
264 cvInitMatHeader( &_src, roi.height, roi.width, CV_8UC1, src_image, src_step );
267 /*_CV_CHECK( icvCvtTo_32f_C1R( src_image, src_step, pyramida, step, roi, CV_8UC1 ));*/
594 icvPyrSegmentation8uC3R( uchar * src_image, int src_step, argument
635 if( !src_image || !dst_image || !storage || !dst_comp )
681 cvInitMatHeader( &_src, roi.height, roi.width, CV_8UC3, src_image, src_step );
684 /*_CV_CHECK( icvCvtTo_32f_C1R( src_image, src_step, pyramida, step,
H A Dcvhough.cpp740 cvHoughLines2( CvArr* src_image, void* lineStorage, int method, argument
750 CvMat stub, *img = (CvMat*)src_image;
1074 cvHoughCircles( CvArr* src_image, void* circle_storage, argument
1085 CvMat stub, *img = (CvMat*)src_image;
/external/mesa3d/src/intel/vulkan/
H A Danv_blorp.c210 ANV_FROM_HANDLE(anv_image, src_image, srcImage);
218 anv_sanitize_image_offset(src_image->type, pRegions[r].srcOffset);
222 anv_sanitize_image_extent(src_image->type, pRegions[r].extent);
235 if (src_image->type == VK_IMAGE_TYPE_3D) {
240 anv_get_layerCount(src_image, &pRegions[r].srcSubresource));
251 get_blorp_surf_for_anv_image(src_image, aspect, src_image->aux_usage,
384 ANV_FROM_HANDLE(anv_image, src_image, srcImage);
387 copy_buffer_to_image(cmd_buffer, dst_buffer, src_image,
424 ANV_FROM_HANDLE(anv_image, src_image, srcImag
1331 resolve_image(struct blorp_batch *batch, const struct anv_image *src_image, uint32_t src_level, uint32_t src_layer, const struct anv_image *dst_image, uint32_t dst_level, uint32_t dst_layer, VkImageAspectFlags aspect_mask, uint32_t src_x, uint32_t src_y, uint32_t dst_x, uint32_t dst_y, uint32_t width, uint32_t height) argument
[all...]
/external/tensorflow/tensorflow/compiler/jit/
H A Dencapsulate_subgraphs_pass.cc488 const Node* original_src_node, Node** src_image);
690 Node* src_image = node_images.at(src_node); local
704 builder.Input(src_image->name(), src_slot, dtype);
710 graph_->AddEdge(src_image, src_slot, ret, 0);
769 Node* src_image = node_images.at(src_node); local
774 inputs[input_index].Reset(src_image->name(), src_slot, dtype);
804 Node* src_image = node_images.at(src_node); local
807 graph_->AddEdge(src_image, src_slot, host_compute, input_index);
813 Node* src_image = node_images.at(src_node); local
814 graph_->AddControlEdge(src_image, host_comput
1110 Node* src_image = node_images.at(src_node); local
1233 Node* src_image = gtl::FindWithDefault(node_images, edge->src(), nullptr); local
1410 FindOutputImageOfEdgeSrc( const string& src_func_id, const string& src_outside_compilation_id, const string& dst_func_id, const string& dst_outside_compilation_id, const std::unordered_map<const Node*, Node*>& node_images, const Node* original_src_node, Node** src_image) argument
1514 Node* src_image; local
1592 Node* src_image = node_images.at(edge->src()); local
[all...]
/external/vulkan-validation-layers/tests/
H A Dvkrenderframework.cpp973 VkResult VkImageObj::CopyImage(VkImageObj &src_image) { argument
983 src_image_layout = src_image.Layout();
984 src_image.SetLayout(&cmd_buf, VK_IMAGE_ASPECT_COLOR_BIT, VK_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL);
1004 copy_region.extent = src_image.extent();
1006 vkCmdCopyImage(cmd_buf.handle(), src_image.handle(), src_image.Layout(), handle(), Layout(), 1, &copy_region);
1008 src_image.SetLayout(&cmd_buf, VK_IMAGE_ASPECT_COLOR_BIT, src_image_layout);

Completed in 1338 milliseconds