HomeSort by relevance Sort by last modified time
    Searched refs:dst_image (Results 1 - 22 of 22) sorted by null

  /external/vboot_reference/scripts/image_signing/
swap_rootfs.sh 13 Usage: $PROG dst_image src_image
14 This will put the root file system from src_image into dst_image.
23 DST_IMAGE=$1
28 replace_image_partition ${DST_IMAGE} 3 ${temp_rootfs}
29 echo "RootFS from ${SRC_IMAGE} was copied into ${DST_IMAGE}"
  /external/mesa3d/src/mesa/drivers/dri/i965/
intel_copy_image.c 177 struct gl_texture_image *dst_image,
202 if (dst_image) {
203 dst_mt = intel_texture_image(dst_image)->mt;
205 dst_level = dst_image->Level + dst_image->TexObject->MinLevel;
208 if (dst_image->TexObject->Target == GL_TEXTURE_CUBE_MAP)
209 dst_z = dst_image->Face;
211 dst_z += dst_image->TexObject->MinLayer;
215 dst_image = dst_renderbuffer->TexImage;
brw_blorp.c 600 struct gl_texture_image *dst_image,
608 struct intel_texture_image *intel_image = intel_texture_image(dst_image);
631 _mesa_get_format_base_format(dst_image->TexFormat)) {
644 if (!brw->format_supported_as_render_target[dst_image->TexFormat])
674 int dst_slice = slice + dst_image->TexObject->MinLayer + dst_image->Face;
675 int dst_level = dst_image->Level + dst_image->TexObject->MinLevel;
681 dst_image->TexFormat,
692 if (_mesa_get_format_bits(dst_image->TexFormat, GL_STENCIL_BITS) > 0 &
    [all...]
brw_context.h     [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_cb_copyimage.c 538 struct gl_texture_image *dst_image,
551 bool dst_is_compressed = dst_image && _mesa_is_format_compressed(dst_image->TexFormat);
572 line_bytes = _mesa_format_row_stride(dst_image->TexFormat, dst_w);
574 if (dst_image) {
576 st->ctx, dst_image, dst_z,
606 if (dst_image) {
607 st->ctx->Driver.UnmapTextureImage(st->ctx, dst_image, dst_z);
624 struct gl_texture_image *dst_image,
654 if (dst_image) {
    [all...]
  /external/libvpx/libvpx/test/
pp_filter_test.cc 65 Buffer<uint8_t> dst_image = local
67 ASSERT_TRUE(dst_image.Init());
80 dst_image.Set(99);
83 src_image.TopLeftPixel(), dst_image.TopLeftPixel(), src_image.stride(),
84 dst_image.stride(), block_width, flimits, 16));
90 uint8_t *pixel_ptr = dst_image.TopLeftPixel();
96 pixel_ptr += dst_image.stride();
120 Buffer<uint8_t> dst_image = local
122 ASSERT_TRUE(dst_image.Init());
147 dst_image.Set(0)
    [all...]
  /external/tensorflow/tensorflow/examples/android/jni/object_tracking/
tracked_object.cc 24 Image<float>* const dst_image) {
26 CopyArea(src_image, scaled_box, dst_image);
27 NormalizeImage(dst_image);
  /external/mesa3d/src/intel/vulkan/
anv_blorp.c 211 ANV_FROM_HANDLE(anv_image, dst_image, dstImage);
220 anv_sanitize_image_offset(dst_image->type, pRegions[r].dstOffset);
225 if (dst_image->type == VK_IMAGE_TYPE_3D) {
231 anv_get_layerCount(dst_image, &pRegions[r].dstSubresource);
253 get_blorp_surf_for_anv_image(dst_image, aspect, dst_image->aux_usage,
369 ANV_FROM_HANDLE(anv_image, dst_image, dstImage);
371 copy_buffer_to_image(cmd_buffer, src_buffer, dst_image,
425 ANV_FROM_HANDLE(anv_image, dst_image, dstImage);
450 get_blorp_surf_for_anv_image(dst_image, dst_res->aspectMask
    [all...]
  /external/tensorflow/tensorflow/compiler/jit/
encapsulate_subgraphs_pass.cc 506 const Node* original_dst_node, Node** dst_image);
679 Node* dst_image = node_images.at(dst_node); local
682 graph_->AddEdge(args_[arg_index], 0, dst_image, dst_slot);
820 Node* dst_image = node_images.at(dst_node); local
830 Node* dst_image = node_images.at(dst_node); local
1234 Node* dst_image = gtl::FindWithDefault(node_images, edge->dst(), nullptr); local
1518 Node* dst_image; local
1593 Node* dst_image = node_images.at(edge->dst()); local
    [all...]
  /external/opencv/cv/src/
cvpyrsegmentation.cpp 182 uchar * dst_image, int dst_step,
218 if( !src_image || !dst_image || !storage || !dst_comp )
565 _c.f = p_cur->c; dst_image[j] = (uchar)_c.i;
574 dst_image += dst_step;
595 uchar * dst_image, int dst_step,
635 if( !src_image || !dst_image || !storage || !dst_comp )
997 _c.f = p_cur->c.blue; dst_image[j*3] = (uchar)_c.i;
998 _c.f = p_cur->c.green; dst_image[j*3+1] = (uchar)_c.i;
999 _c.f = p_cur->c.red; dst_image[j*3+2] = (uchar)_c.i;
1008 dst_image += dst_step
    [all...]
  /hardware/qcom/display/msm8084/libcopybit/
copybit_c2d.cpp 1158 copybit_image_t dst_image; local
    [all...]
  /hardware/qcom/display/msm8226/libcopybit/
copybit_c2d.cpp 1164 copybit_image_t dst_image; local
    [all...]
  /hardware/qcom/display/msm8909/libcopybit/
copybit_c2d.cpp 1165 copybit_image_t dst_image; local
    [all...]
  /hardware/qcom/display/msm8909w_3100/libcopybit/
copybit_c2d.cpp 1165 copybit_image_t dst_image; local
    [all...]
  /hardware/qcom/display/msm8960/libcopybit/
copybit_c2d.cpp 1139 copybit_image_t dst_image; local
    [all...]
  /hardware/qcom/display/msm8994/libcopybit/
copybit_c2d.cpp 1167 copybit_image_t dst_image; local
    [all...]
  /hardware/qcom/display/msm8996/libcopybit/
copybit_c2d.cpp 1165 copybit_image_t dst_image; local
    [all...]
  /hardware/qcom/display/msm8998/libcopybit/
copybit_c2d.cpp 1163 copybit_image_t dst_image; local
    [all...]
  /external/mesa3d/src/gallium/state_trackers/clover/api/
dispatch.hpp 373 cl_mem dst_image,
395 cl_mem dst_image,
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/
layer_validation_tests.cpp 2448 vk_testing::Image dst_image; local
2469 vk_testing::Image dst_image; local
2498 vk_testing::Image dst_image; local
9991 VkImage dst_image; local
    [all...]
  /external/vulkan-validation-layers/tests/
layer_validation_tests.cpp     [all...]
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/layers/
image.cpp     [all...]

Completed in 1751 milliseconds