Home
last modified time | relevance | path

Searched defs:dst_stride (Results 26 - 50 of 140) sorted by relevance

123456

/third_party/mesa3d/src/panfrost/shared/
H A Dpan_tiling.c246 panfrost_access_tiled_image_generic(void *dst, void *src, unsigned sx, unsigned sy, unsigned w, unsigned h, uint32_t dst_stride, uint32_t src_stride, const struct util_format_description *desc, bool _is_store) panfrost_access_tiled_image_generic() argument
278 panfrost_access_tiled_image(void *dst, void *src, unsigned x, unsigned y, unsigned w, unsigned h, uint32_t dst_stride, uint32_t src_stride, enum pipe_format format, bool is_store) panfrost_access_tiled_image() argument
383 panfrost_store_tiled_image(void *dst, const void *src, unsigned x, unsigned y, unsigned w, unsigned h, uint32_t dst_stride, uint32_t src_stride, enum pipe_format format) panfrost_store_tiled_image() argument
396 panfrost_load_tiled_image(void *dst, const void *src, unsigned x, unsigned y, unsigned w, unsigned h, uint32_t dst_stride, uint32_t src_stride, enum pipe_format format) panfrost_load_tiled_image() argument
[all...]
/third_party/mesa3d/src/util/format/
H A Du_format_latc.c46 util_format_latc1_unorm_unpack_rgba_8unorm(uint8_t *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height) in util_format_latc1_unorm_unpack_rgba_8unorm() argument
52 util_format_latc1_unorm_pack_rgba_8unorm(uint8_t *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, in util_format_latc1_unorm_pack_rgba_8unorm() argument
59 util_format_latc1_unorm_unpack_rgba_float(void *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height) in util_format_latc1_unorm_unpack_rgba_float() argument
85 util_format_latc1_unorm_pack_rgba_float(uint8_t *restrict dst_row, unsigned dst_stride, const float *restrict src_row, unsigned src_stride, unsigned width, unsigned height) in util_format_latc1_unorm_pack_rgba_float() argument
111 util_format_latc1_snorm_unpack_rgba_8unorm(UNUSED uint8_t *restrict dst_row, UNUSED unsigned dst_stride, in util_format_latc1_snorm_unpack_rgba_8unorm() argument
119 util_format_latc1_snorm_pack_rgba_8unorm(UNUSED uint8_t *restrict dst_row, UNUSED unsigned dst_stride, in util_format_latc1_snorm_pack_rgba_8unorm() argument
127 util_format_latc1_snorm_pack_rgba_float(uint8_t *restrict dst_row, unsigned dst_stride, const float *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_latc1_snorm_pack_rgba_float() argument
133 util_format_latc1_snorm_unpack_rgba_float(void *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_latc1_snorm_unpack_rgba_float() argument
182 util_format_latc2_unorm_unpack_rgba_8unorm(uint8_t *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_latc2_unorm_unpack_rgba_8unorm() argument
188 util_format_latc2_unorm_pack_rgba_8unorm(uint8_t *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_latc2_unorm_pack_rgba_8unorm() argument
194 util_format_latc2_unorm_pack_rgba_float(uint8_t *restrict dst_row, unsigned dst_stride, const float *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_latc2_unorm_pack_rgba_float() argument
200 util_format_latc2_unorm_unpack_rgba_float(void *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_latc2_unorm_unpack_rgba_float() argument
249 util_format_latc2_snorm_unpack_rgba_8unorm(UNUSED uint8_t *restrict dst_row, UNUSED unsigned dst_stride, UNUSED const uint8_t *restrict src_row, UNUSED unsigned src_stride, UNUSED unsigned width, UNUSED unsigned height) util_format_latc2_snorm_unpack_rgba_8unorm() argument
257 util_format_latc2_snorm_pack_rgba_8unorm(UNUSED uint8_t *restrict dst_row, UNUSED unsigned dst_stride, UNUSED const uint8_t *restrict src_row, UNUSED unsigned src_stride, UNUSED unsigned width, UNUSED unsigned height) util_format_latc2_snorm_pack_rgba_8unorm() argument
265 util_format_latc2_snorm_unpack_rgba_float(void *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_latc2_snorm_unpack_rgba_float() argument
292 util_format_latc2_snorm_pack_rgba_float(uint8_t *restrict dst_row, unsigned dst_stride, const float *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_latc2_snorm_pack_rgba_float() argument
[all...]
H A Du_format_bptc.c36 util_format_bptc_rgba_unorm_unpack_rgba_8unorm(uint8_t *restrict dst_row, unsigned dst_stride, in util_format_bptc_rgba_unorm_unpack_rgba_8unorm() argument
46 util_format_bptc_rgba_unorm_pack_rgba_8unorm(uint8_t *restrict dst_row, unsigned dst_stride, in util_format_bptc_rgba_unorm_pack_rgba_8unorm() argument
56 util_format_bptc_rgba_unorm_unpack_rgba_float(void *restrict dst_row, unsigned dst_stride, in util_format_bptc_rgba_unorm_unpack_rgba_float() argument
77 util_format_bptc_rgba_unorm_pack_rgba_float(uint8_t *restrict dst_row, unsigned dst_stride, in util_format_bptc_rgba_unorm_pack_rgba_float() argument
114 util_format_bptc_srgba_unpack_rgba_8unorm(uint8_t *restrict dst_row, unsigned dst_stride, in util_format_bptc_srgba_unpack_rgba_8unorm() argument
124 util_format_bptc_srgba_pack_rgba_8unorm(uint8_t *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_bptc_srgba_pack_rgba_8unorm() argument
134 util_format_bptc_srgba_unpack_rgba_float(void *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_bptc_srgba_unpack_rgba_float() argument
157 util_format_bptc_srgba_pack_rgba_float(uint8_t *restrict dst_row, unsigned dst_stride, const float *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_bptc_srgba_pack_rgba_float() argument
179 util_format_bptc_rgb_float_unpack_rgba_8unorm(uint8_t *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_bptc_rgb_float_unpack_rgba_8unorm() argument
202 util_format_bptc_rgb_float_pack_rgba_8unorm(uint8_t *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_bptc_rgb_float_pack_rgba_8unorm() argument
212 util_format_bptc_rgb_float_unpack_rgba_float(void *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_bptc_rgb_float_unpack_rgba_float() argument
223 util_format_bptc_rgb_float_pack_rgba_float(uint8_t *restrict dst_row, unsigned dst_stride, const float *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_bptc_rgb_float_pack_rgba_float() argument
242 util_format_bptc_rgb_ufloat_unpack_rgba_8unorm(uint8_t *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_bptc_rgb_ufloat_unpack_rgba_8unorm() argument
264 util_format_bptc_rgb_ufloat_pack_rgba_8unorm(uint8_t *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_bptc_rgb_ufloat_pack_rgba_8unorm() argument
274 util_format_bptc_rgb_ufloat_unpack_rgba_float(void *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_bptc_rgb_ufloat_unpack_rgba_float() argument
285 util_format_bptc_rgb_ufloat_pack_rgba_float(uint8_t *restrict dst_row, unsigned dst_stride, const float *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_bptc_rgb_ufloat_pack_rgba_float() argument
[all...]
H A Du_format_rgtc.c41 util_format_rgtc1_unorm_unpack_rgba_8unorm(uint8_t *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height) in util_format_rgtc1_unorm_unpack_rgba_8unorm() argument
66 util_format_rgtc1_unorm_pack_rgba_8unorm(uint8_t *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, in util_format_rgtc1_unorm_pack_rgba_8unorm() argument
89 util_format_rgtc1_unorm_unpack_rgba_float(void *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height) in util_format_rgtc1_unorm_unpack_rgba_float() argument
114 util_format_rgtc1_unorm_pack_rgba_float(uint8_t *restrict dst_row, unsigned dst_stride, const float *restrict src_row, unsigned src_stride, unsigned width, unsigned height) in util_format_rgtc1_unorm_pack_rgba_float() argument
155 util_format_rgtc1_snorm_unpack_rgba_8unorm(UNUSED uint8_t *restrict dst_row, UNUSED unsigned dst_stride, in util_format_rgtc1_snorm_unpack_rgba_8unorm() argument
163 util_format_rgtc1_snorm_pack_rgba_8unorm(UNUSED uint8_t *restrict dst_row, UNUSED unsigned dst_stride, in util_format_rgtc1_snorm_pack_rgba_8unorm() argument
171 util_format_rgtc1_snorm_pack_rgba_float(uint8_t *restrict dst_row, unsigned dst_stride, const float *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_rgtc1_snorm_pack_rgba_float() argument
193 util_format_rgtc1_snorm_unpack_rgba_float(void *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_rgtc1_snorm_unpack_rgba_float() argument
240 util_format_rgtc2_unorm_unpack_rgba_8unorm(uint8_t *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_rgtc2_unorm_unpack_rgba_8unorm() argument
265 util_format_rgtc2_unorm_pack_rgba_8unorm(uint8_t *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_rgtc2_unorm_pack_rgba_8unorm() argument
290 util_format_rxtc2_unorm_pack_rgba_float(uint8_t *restrict dst_row, unsigned dst_stride, const float *restrict src_row, unsigned src_stride, unsigned width, unsigned height, unsigned chan2off) util_format_rxtc2_unorm_pack_rgba_float() argument
315 util_format_rgtc2_unorm_pack_rgba_float(uint8_t *restrict dst_row, unsigned dst_stride, const float *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_rgtc2_unorm_pack_rgba_float() argument
321 util_format_rgtc2_unorm_unpack_rgba_float(void *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_rgtc2_unorm_unpack_rgba_float() argument
368 util_format_rgtc2_snorm_unpack_rgba_8unorm(UNUSED uint8_t *restrict dst_row, UNUSED unsigned dst_stride, UNUSED const uint8_t *restrict src_row, UNUSED unsigned src_stride, UNUSED unsigned width, UNUSED unsigned height) util_format_rgtc2_snorm_unpack_rgba_8unorm() argument
376 util_format_rgtc2_snorm_pack_rgba_8unorm(UNUSED uint8_t *restrict dst_row, UNUSED unsigned dst_stride, UNUSED const uint8_t *restrict src_row, UNUSED unsigned src_stride, UNUSED unsigned width, UNUSED unsigned height) util_format_rgtc2_snorm_pack_rgba_8unorm() argument
384 util_format_rgtc2_snorm_unpack_rgba_float(void *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_rgtc2_snorm_unpack_rgba_float() argument
410 util_format_rxtc2_snorm_pack_rgba_float(uint8_t *restrict dst_row, unsigned dst_stride, const float *restrict src_row, unsigned src_stride, unsigned width, unsigned height, unsigned chan2off) util_format_rxtc2_snorm_pack_rgba_float() argument
435 util_format_rgtc2_snorm_pack_rgba_float(uint8_t *restrict dst_row, unsigned dst_stride, const float *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_rgtc2_snorm_pack_rgba_float() argument
[all...]
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_video.h137 u_copy_nv12_from_yv12(const void *const *source_data, uint32_t const *source_pitches, int dst_plane, int dst_field, int dst_stride, int num_fields, uint8_t *dst, int width, int height) u_copy_nv12_from_yv12() argument
/third_party/mesa3d/src/gallium/drivers/vc4/
H A Dvc4_tiling_lt.c273 NEON_TAG(vc4_load_lt_image)(void *dst, uint32_t dst_stride, in vc4_load_lt_image() argument
282 NEON_TAG(vc4_store_lt_image)(void *dst, uint32_t dst_stride, in vc4_store_lt_image() argument
/third_party/skia/third_party/externals/libwebp/imageio/
H A Dimageio_util.c140 ImgIoUtilCopyPlane(const uint8_t* src, int src_stride, uint8_t* dst, int dst_stride, int width, int height) ImgIoUtilCopyPlane() argument
/third_party/skia/third_party/externals/libwebp/src/dsp/
H A Dalpha_processing_mips_dsp_r2.c19 DispatchAlpha_MIPSdspR2(const uint8_t* alpha, int alpha_stride, int width, int height, uint8_t* dst, int dst_stride) DispatchAlpha_MIPSdspR2() argument
H A Dalpha_processing_neon.c83 DispatchAlpha_NEON(const uint8_t* WEBP_RESTRICT alpha, int alpha_stride, int width, int height, uint8_t* WEBP_RESTRICT dst, int dst_stride) DispatchAlpha_NEON() argument
115 DispatchAlphaToGreen_NEON(const uint8_t* WEBP_RESTRICT alpha, int alpha_stride, int width, int height, uint32_t* WEBP_RESTRICT dst, int dst_stride) DispatchAlphaToGreen_NEON() argument
/third_party/skia/third_party/externals/libwebp/src/enc/
H A Dpicture_rescale_enc.c167 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 Drescaler_utils.c24 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 Drescaler_utils.h45 int dst_stride; member
/kernel/linux/linux-5.10/drivers/gpu/drm/gma500/
H A Daccel_2d.c159 psb_accel_2d_copy(struct drm_psb_private *dev_priv, uint32_t src_offset, uint32_t src_stride, uint32_t src_format, uint32_t dst_offset, uint32_t dst_stride, uint32_t dst_format, uint16_t src_x, uint16_t src_y, uint16_t dst_x, uint16_t dst_y, uint16_t size_x, uint16_t size_y) psb_accel_2d_copy() argument
/kernel/linux/linux-5.10/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_blit.c446 vmw_bo_cpu_blit(struct ttm_buffer_object *dst, u32 dst_offset, u32 dst_stride, struct ttm_buffer_object *src, u32 src_offset, u32 src_stride, u32 w, u32 h, struct vmw_diff_cpy *diff) vmw_bo_cpu_blit() argument
/kernel/linux/linux-6.6/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_blit.c447 vmw_bo_cpu_blit(struct ttm_buffer_object *dst, u32 dst_offset, u32 dst_stride, struct ttm_buffer_object *src, u32 src_offset, u32 src_stride, u32 w, u32 h, struct vmw_diff_cpy *diff) vmw_bo_cpu_blit() argument
/third_party/ffmpeg/libavcodec/mips/
H A Dhpeldsp_mmi.c303 ff_put_pixels4_l2_8_mmi(uint8_t *dst, const uint8_t *src1, const uint8_t *src2, int dst_stride, int src_stride1, int src_stride2, int h) ff_put_pixels4_l2_8_mmi() argument
347 ff_put_pixels8_l2_8_mmi(uint8_t *dst, const uint8_t *src1, const uint8_t *src2, int dst_stride, int src_stride1, int src_stride2, int h) ff_put_pixels8_l2_8_mmi() argument
408 ff_put_pixels16_l2_8_mmi(uint8_t *dst, const uint8_t *src1, const uint8_t *src2, int dst_stride, int src_stride1, int src_stride2, int h) ff_put_pixels16_l2_8_mmi() argument
487 ff_avg_pixels4_l2_8_mmi(uint8_t *dst, const uint8_t *src1, const uint8_t *src2, int dst_stride, int src_stride1, int src_stride2, int h) ff_avg_pixels4_l2_8_mmi() argument
533 ff_avg_pixels8_l2_8_mmi(uint8_t *dst, const uint8_t *src1, const uint8_t *src2, int dst_stride, int src_stride1, int src_stride2, int h) ff_avg_pixels8_l2_8_mmi() argument
605 ff_avg_pixels16_l2_8_mmi(uint8_t *dst, const uint8_t *src1, const uint8_t *src2, int dst_stride, int src_stride1, int src_stride2, int h) ff_avg_pixels16_l2_8_mmi() argument
657 ff_put_no_rnd_pixels8_l2_8_mmi(uint8_t *dst, const uint8_t *src1, const uint8_t *src2, int dst_stride, int src_stride1, int src_stride2, int h) ff_put_no_rnd_pixels8_l2_8_mmi() argument
[all...]
H A Dpixblockdsp_msa.c42 copy_8bit_to_16bit_width8_msa(const uint8_t *src, int32_t src_stride, int16_t *dst, int32_t dst_stride, int32_t height) copy_8bit_to_16bit_width8_msa() argument
65 copy_16multx8mult_msa(const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, int32_t height, int32_t width) copy_16multx8mult_msa() argument
93 copy_width16_msa(const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, int32_t height) copy_width16_msa() argument
[all...]
/third_party/ffmpeg/libavcodec/loongarch/
H A Dsimple_idct_lasx.c200 void ff_simple_idct_put_lasx(uint8_t *dst, ptrdiff_t dst_stride, in ff_simple_idct_put_lasx() argument
234 void ff_simple_idct_add_lasx(uint8_t *dst, ptrdiff_t dst_stride, in ff_simple_idct_add_lasx() argument
[all...]
/third_party/ffmpeg/libavcodec/
H A Deamad.c86 static inline void comp(unsigned char *dst, ptrdiff_t dst_stride, in comp() argument
H A Dutvideoenc.c235 static void mangle_rgb_planes(uint8_t *dst[4], ptrdiff_t dst_stride, in mangle_rgb_planes() argument
/third_party/ffmpeg/libavfilter/
H A Dvf_eq.c62 static void apply_lut(EQParameters *param, uint8_t *dst, int dst_stride, in apply_lut() argument
H A Dvf_eq.h103 static void process_c(EQParameters *param, uint8_t *dst, int dst_stride, in process_c() argument
H A Dvf_unsharp.c54 int dst_stride; member
[all...]
/third_party/ffmpeg/libswscale/
H A Dslice.c259 int dst_stride = FFALIGN(c->dstW * sizeof(int16_t) + 66, 16); in ff_init_filters() local
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_test_conv.c240 unsigned dst_stride = dst_type.length*dst_type.width/8; in test_one() local

Completed in 16 milliseconds

123456