/external/mesa3d/src/broadcom/common/ |
D | v3d_tiling.c | 93 v3d_get_lt_pixel_offset(uint32_t cpp, uint32_t image_h, uint32_t x, uint32_t y) in v3d_get_lt_pixel_offset() argument 135 v3d_get_ublinear_2_column_pixel_offset(uint32_t cpp, uint32_t image_h, in v3d_get_ublinear_2_column_pixel_offset() argument 142 v3d_get_ublinear_1_column_pixel_offset(uint32_t cpp, uint32_t image_h, in v3d_get_ublinear_1_column_pixel_offset() argument 156 v3d_get_uif_pixel_offset(uint32_t cpp, uint32_t image_h, uint32_t x, uint32_t y, in v3d_get_uif_pixel_offset() argument 176 uint32_t mb_h = align(image_h, 1 << log2_mb_height) >> log2_mb_height; in v3d_get_uif_pixel_offset() 200 v3d_get_uif_xor_pixel_offset(uint32_t cpp, uint32_t image_h, in v3d_get_uif_xor_pixel_offset() argument 203 return v3d_get_uif_pixel_offset(cpp, image_h, x, y, true); in v3d_get_uif_xor_pixel_offset() 207 v3d_get_uif_no_xor_pixel_offset(uint32_t cpp, uint32_t image_h, in v3d_get_uif_no_xor_pixel_offset() argument 210 return v3d_get_uif_pixel_offset(cpp, image_h, x, y, false); in v3d_get_uif_no_xor_pixel_offset() 220 int cpp, uint32_t image_h, in v3d_move_pixels_unaligned() argument [all …]
|
D | v3d_tiling.h | 74 uint32_t image_h, 79 uint32_t image_h,
|
/external/trusty/arm-trusted-firmware/docs/plat/marvell/armada/ |
D | uart-booting.rst | 20 with either three files ``TIM_ATF.bin``, ``wtmi_h.bin`` and ``boot-image_h.bin`` for non-secure 22 ``boot-image_h.bin`` when secure boot is enabled. 38 > WtpDownload_linux -P UART -C <port#> -E -B TIM_ATF.bin -I wtmi_h.bin -I boot-image_h.bin 75 > mox-imager -D /dev/ttyUSB<port#> -E -b 6000000 -t TIM_ATF.bin wtmi_h.bin boot-image_h.bin
|
/external/executorch/examples/models/llama3_2_vision/preprocess/ |
D | preprocess.cpp | 44 int image_h = image_size[0]; in get_canvas_best_fit() local 53 float scale_h = possible_resolutions[i][0] / (float)image_h; in get_canvas_best_fit()
|
/external/mesa3d/src/amd/vulkan/ |
D | radv_android.c | 108 VkImage image_h = VK_NULL_HANDLE; in radv_image_from_gralloc() local 179 alloc, &image_h, false); in radv_image_from_gralloc() 184 image = radv_image_from_handle(image_h); in radv_image_from_gralloc() 189 .image = image_h, in radv_image_from_gralloc() 196 *out_image_h = image_h; in radv_image_from_gralloc()
|
/external/ComputeLibrary/src/gpu/cl/kernels/ |
D | ClDirectConv2dKernel.cpp | 424 …const size_t image_h = weights->info()->dimension(1) * weights->info()->dimension(2) * weight… in run_op() local 425 const TensorShape shape2d(image_w, image_h); in run_op() 435 …const size_t image_h = dst->info()->dimension(1) * dst->info()->dimension(2) * dst->info()->d… in run_op() local 436 const TensorShape shape2d(image_w, image_h); in run_op() 446 …const size_t image_h = src->info()->dimension(1) * src->info()->dimension(2) * src->info()->d… in run_op() local 447 const TensorShape shape2d(image_w, image_h); in run_op()
|
D | ClIndirectConv2dKernel.cpp | 280 …const size_t image_h = weights->info()->dimension(1) * weights->info()->dimension(2) * weight… in run_op() local 281 const TensorShape shape2d(image_w, image_h); in run_op()
|
/external/ComputeLibrary/src/dynamic_fusion/runtime/gpu/cl/ |
D | ClKernelRuntime.cpp | 134 const size_t image_h = tensor->info()->tensor_shape().total_size_upper(1); in add_tensor_argument() local 138 …TensorShape(image_w, image_h), tensor->info()->data_type(), image_stride_y, CLImage2DType::ReadOnl… in add_tensor_argument()
|
/external/ComputeLibrary/src/core/CL/kernels/ |
D | CLDepthwiseConvolutionLayerNativeKernel.cpp | 377 …const size_t image_h = _input->info()->dimension(1) * _input->info()->dimension(2) * _input->… in run() local 378 const TensorShape shape2d(image_w, image_h); in run() 386 …const size_t image_h = _weights->info()->dimension(1) * _weights->info()->dimension(2) * _wei… in run() local 387 const TensorShape shape2d(image_w, image_h); in run()
|
/external/ComputeLibrary/src/dynamic_fusion/sketch/gpu/operators/ |
D | GpuConv2d.cpp | 79 …const size_t image_h = tensor->tensor_shape()[1] * tensor->tensor_shape()[2] * tensor->tensor_… in export_to_cl_image_support() local 83 if(image_w > max_image_w || image_h > max_image_h) in export_to_cl_image_support()
|
/external/ComputeLibrary/src/core/CL/ |
D | CLHelpers.cpp | 470 …const size_t image_h = tensor->tensor_shape()[1] * tensor->tensor_shape()[2] * tensor->tensor_… in export_to_cl_image() local 474 if(image_w > max_image_w || image_h > max_image_h) in export_to_cl_image()
|
/external/sandboxed-api/oss-internship-2020/openjpeg/examples/ |
D | convert.patch | 573 - unsigned short /*x_origin, y_origin,*/ image_w, image_h; 597 - image_h = get_tga_ushort(&tga[14]); 603 - *height = (unsigned int)image_h; 686 - OPJ_UINT16 image_w, image_h, us0; 735 - image_h = (unsigned short) height; 741 - if (fwrite(&image_h, 2, 1, fp) != 1) { 746 - image_h = swap16(image_h); 750 - if (fwrite(&image_h, 2, 1, fp) != 1) {
|
/external/arm-trusted-firmware/plat/marvell/armada/a3k/common/ |
D | a3700_common.mk | 141 UART_IMAGES += $(BUILD_UART)/wtmi_h.bin $(BUILD_UART)/boot-image_h.bin
|
/external/trusty/arm-trusted-firmware/plat/marvell/armada/a3k/common/ |
D | a3700_common.mk | 141 UART_IMAGES += $(BUILD_UART)/wtmi_h.bin $(BUILD_UART)/boot-image_h.bin
|
/external/mesa3d/src/amd/vulkan/layers/ |
D | radv_sqtt_layer.c | 1010 sqtt_CmdClearColorImage(VkCommandBuffer commandBuffer, VkImage image_h, VkImageLayout imageLayout, in sqtt_CmdClearColorImage() argument 1013 EVENT_MARKER(ClearColorImage, commandBuffer, image_h, imageLayout, pColor, rangeCount, pRanges); in sqtt_CmdClearColorImage() 1017 sqtt_CmdClearDepthStencilImage(VkCommandBuffer commandBuffer, VkImage image_h, VkImageLayout imageL… in sqtt_CmdClearDepthStencilImage() argument 1021 …EVENT_MARKER(ClearDepthStencilImage, commandBuffer, image_h, imageLayout, pDepthStencil, rangeCoun… in sqtt_CmdClearDepthStencilImage()
|
/external/mesa3d/src/amd/vulkan/meta/ |
D | radv_meta_clear.c | 2049 radv_CmdClearColorImage(VkCommandBuffer commandBuffer, VkImage image_h, VkImageLayout imageLayout, in radv_CmdClearColorImage() argument 2053 VK_FROM_HANDLE(radv_image, image, image_h); in radv_CmdClearColorImage() 2076 radv_CmdClearDepthStencilImage(VkCommandBuffer commandBuffer, VkImage image_h, VkImageLayout imageL… in radv_CmdClearDepthStencilImage() argument 2081 VK_FROM_HANDLE(radv_image, image, image_h); in radv_CmdClearDepthStencilImage()
|
/external/pdfium/third_party/libopenjpeg/ |
D | openjpeg.h | 861 int image_h; member
|
/external/igt-gpu-tools/tests/ |
D | kms_plane_scaling.c | 38 int image_h; member
|
/external/mesa3d/src/broadcom/vulkan/ |
D | v3dv_meta_copy.c | 4244 uint32_t image_w, uint32_t image_h, in compute_blit_box() argument 4259 *y = MIN2(offsets[0].y, image_h - 1); in compute_blit_box() 4260 *h = MIN2(offsets[1].y - offsets[0].y, image_h - offsets[0].y); in compute_blit_box() 4263 *y = MIN2(offsets[1].y, image_h - 1); in compute_blit_box() 4264 *h = MIN2(offsets[0].y - offsets[1].y, image_h - offsets[1].y); in compute_blit_box()
|
/external/mesa3d/src/intel/vulkan_hasvk/ |
D | anv_blorp.c | 1045 VkImage image_h, in anv_CmdClearDepthStencilImage() argument 1052 ANV_FROM_HANDLE(anv_image, image, image_h); in anv_CmdClearDepthStencilImage()
|
/external/mesa3d/src/intel/vulkan/ |
D | anv_blorp.c | 1587 VkImage image_h, in anv_CmdClearDepthStencilImage() argument 1594 ANV_FROM_HANDLE(anv_image, image, image_h); in anv_CmdClearDepthStencilImage()
|
/external/mesa3d/src/freedreno/vulkan/ |
D | tu_clear_blit.cc | 3755 VkImage image_h, in tu_CmdClearColorImage() argument 3762 VK_FROM_HANDLE(tu_image, image, image_h); in tu_CmdClearColorImage() 3793 VkImage image_h, in tu_CmdClearDepthStencilImage() argument 3800 VK_FROM_HANDLE(tu_image, image, image_h); in tu_CmdClearDepthStencilImage()
|
/external/libpng/contrib/libtests/ |
D | pngvalid.c | 792 png_uint_32 image_h; /* Number of rows in a single image */ member 874 ps->image_h = 0; in store_init() 1133 size_t coffset = (nImage * ps->image_h + y) * (ps->cb_row + 5) + 2; in store_image_row() 1203 ps->image_h = cRows; in store_ensure_image() 1243 png_uint_32 rows = ps->image_h; in store_image_check() 1245 image += iImage * (cbRow+5) * ps->image_h; in store_image_check()
|