| /third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
| H A D | lp_bld_alpha.c | 75 const unsigned dst_width = 8; in lp_build_alpha_test() local
|
| /third_party/mesa3d/src/intel/compiler/ |
| H A D | brw_fs_cse.cpp | 208 unsigned dst_width = in create_copy_instr() local
|
| /third_party/skia/third_party/externals/libwebp/src/enc/ |
| H A D | picture_rescale_enc.c | 167 RescalePlane(const uint8_t* src, int src_width, int src_height, int src_stride, uint8_t* dst, int dst_width, int dst_height, int dst_stride, rescaler_t* const work, int num_channels) RescalePlane() argument
|
| /third_party/skia/third_party/externals/libwebp/src/utils/ |
| H A D | rescaler_utils.c | 24 WebPRescalerInit(WebPRescaler* const rescaler, int src_width, int src_height, uint8_t* const dst, int dst_width, int dst_height, int dst_stride, int num_channels, rescaler_t* const work) WebPRescalerInit() argument
|
| H A D | rescaler_utils.h | 42 int dst_width, dst_height; // destination dimensions member
|
| /third_party/ffmpeg/libavfilter/ |
| H A D | vf_yadif_cuda.c | 57 call_kernel(AVFilterContext *ctx, CUfunction func, CUdeviceptr prev, CUdeviceptr cur, CUdeviceptr next, CUarray_format format, int channels, int src_width, int src_height, int src_pitch, CUdeviceptr dst, int dst_width, int dst_height, int dst_pitch, int parity, int tff) call_kernel() argument
|
| H A D | vf_scale_cuda.c | 404 call_resize_kernel(AVFilterContext *ctx, CUfunction func, CUtexObject src_tex[4], int src_width, int src_height, AVFrame *out_frame, int dst_width, int dst_height, int dst_pitch) call_resize_kernel() argument
|
| /third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_gather.c | 81 lp_build_gather_elem(struct gallivm_state *gallivm, unsigned length, unsigned src_width, unsigned dst_width, boolean aligned, LLVMValueRef base_ptr, LLVMValueRef offsets, unsigned i, boolean vector_justify) lp_build_gather_elem() argument
|
| H A D | lp_bld_conv.c | 264 lp_build_clamped_float_to_unsigned_norm(struct gallivm_state *gallivm, struct lp_type src_type, unsigned dst_width, LLVMValueRef src) lp_build_clamped_float_to_unsigned_norm() argument [all...] |
| /third_party/mesa3d/src/gallium/drivers/radeonsi/ |
| H A D | si_sdma_copy_image.c | 247 unsigned dst_width = minify_as_blocks(sdst->buffer.b.b.width0, 0, sdst->surface.blk_w); in cik_sdma_copy_texture() local
|
| H A D | si_test_image_copy_region.c | 782 int src_width, src_height, src_depth, dst_width, dst_height, dst_depth; in si_test_blit() local [all...] |
| H A D | si_blit.c | 1040 unsigned dst_width = u_minify(info->dst.resource->width0, info->dst.level); in si_msaa_resolve_blit_via_CB() local
|
| /third_party/alsa-lib/src/pcm/ |
| H A D | pcm_linear.c | 55 int src_endian, dst_endian, sign, src_width, dst_width; in snd_pcm_linear_convert_index() local
|
| /third_party/backends/backend/ |
| H A D | mustek_usb.c | 591 SANE_Word src_width, dst_width; in fit_lines() local
|
| /third_party/mesa3d/src/gallium/drivers/v3d/ |
| H A D | v3d_blit.c | 368 int dst_width = u_minify(info->dst.resource->width0, info->dst.level); in v3d_tfu_blit() local
|
| /third_party/mesa3d/src/gallium/drivers/r300/ |
| H A D | r300_blit.c | 697 unsigned dst_width = u_minify(info->dst.resource->width0, info->dst.level); in r300_is_simple_msaa_resolve() local
|
| /third_party/backends/backend/genesys/ |
| H A D | image_pipeline.cpp | 656 auto dst_width = width_; in get_next_row_data() local
|
| /third_party/mesa3d/src/amd/vulkan/ |
| H A D | radv_meta_blit.c | 251 uint32_t dst_width = radv_minify(dest_iview->image->info.width, dest_iview->vk.base_mip_level); in meta_emit_blit() local
|
| /third_party/mesa3d/src/gallium/auxiliary/util/ |
| H A D | u_sse.h | 589 util_sse2_stretch_row_8unorm(__m128i * restrict dst, int32_t dst_width, const uint32_t * restrict src, int32_t src_x, int32_t src_xstep) util_sse2_stretch_row_8unorm() argument
|
| /third_party/mesa3d/src/gallium/drivers/r600/ |
| H A D | r600_blit.c | 676 unsigned dst_width, dst_height, src_width0, src_height0, src_widthFL, src_heightFL; in r600_resource_copy_region() local 821 unsigned dst_width = u_minify(info->dst.resource->width0, info->dst.level); in do_hardware_msaa_resolve() local [all...] |
| /third_party/ffmpeg/libavcodec/ |
| H A D | proresenc_anatoliy.c | 476 subimage_with_fill_template(uint16_t *src, unsigned x, unsigned y, unsigned stride, unsigned width, unsigned height, uint16_t *dst, unsigned dst_width, unsigned dst_height, int is_alpha_plane, int is_interlaced, int is_top_field) subimage_with_fill_template() argument 524 subimage_with_fill(uint16_t *src, unsigned x, unsigned y, unsigned stride, unsigned width, unsigned height, uint16_t *dst, unsigned dst_width, unsigned dst_height, int is_interlaced, int is_top_field) subimage_with_fill() argument 532 subimage_alpha_with_fill(uint16_t *src, unsigned x, unsigned y, unsigned stride, unsigned width, unsigned height, uint16_t *dst, unsigned dst_width, unsigned dst_height, int is_interlaced, int is_top_field) subimage_alpha_with_fill() argument [all...] |
| /third_party/mesa3d/src/mesa/state_tracker/ |
| H A D | st_cb_texture.c | 2568 unsigned dst_width = width; in fallback_copy_texsubimage() local
|
| /third_party/skia/third_party/externals/libwebp/src/dec/ |
| H A D | vp8l_dec.c | 585 const int dst_width = rescaler->dst_width; in Export() local 671 const int dst_width = rescaler->dst_width; in ExportYUVA() local
|
| /third_party/mesa3d/src/freedreno/vulkan/ |
| H A D | tu_clear_blit.c | 1800 uint32_t dst_width = info->bufferRowLength ?: extent.width; in tu_copy_image_to_buffer() local
|
| /third_party/mesa3d/src/intel/blorp/ |
| H A D | blorp_blit.c | 2993 uint32_t dst_width = src_width; in blorp_copy() local
|