/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/data/ |
H A D | growable_memory_byte_array.h | 38 CopyTo(int32_t dst_offset, ByteArray* array, int32_t src_offset, int32_t length) CopyTo() argument
|
H A D | memory_byte_array.h | 50 CopyTo(int32_t dst_offset, ByteArray* array, int32_t src_offset, int32_t length) CopyTo() argument
|
H A D | byte_array.cc | 105 CopyTo(int32_t dst_offset, ByteArray* array, int32_t src_offset, int32_t length) CopyTo() argument
|
/third_party/ffmpeg/libavcodec/ |
H A D | proresdsp.c | 42 int x, y, src_offset, dst_offset; in put_pixel() local
|
/third_party/mesa3d/src/gallium/drivers/i915/ |
H A D | i915_blit.c | 79 i915_copy_blit(struct i915_context *i915, unsigned cpp, unsigned short src_pitch, struct i915_winsys_buffer *src_buffer, unsigned src_offset, unsigned short dst_pitch, struct i915_winsys_buffer *dst_buffer, unsigned dst_offset, short src_x, short src_y, short dst_x, short dst_y, short w, short h) i915_copy_blit() argument
|
/third_party/mesa3d/src/gallium/drivers/r600/ |
H A D | evergreen_hw_context.c | 31 evergreen_dma_copy_buffer(struct r600_context *rctx, struct pipe_resource *dst, struct pipe_resource *src, uint64_t dst_offset, uint64_t src_offset, uint64_t size) evergreen_dma_copy_buffer() argument
|
H A D | r600_hw_context.c | 499 r600_cp_dma_copy_buffer(struct r600_context *rctx, struct pipe_resource *dst, uint64_t dst_offset, struct pipe_resource *src, uint64_t src_offset, unsigned size) r600_cp_dma_copy_buffer() argument 579 r600_dma_copy_buffer(struct r600_context *rctx, struct pipe_resource *dst, struct pipe_resource *src, uint64_t dst_offset, uint64_t src_offset, uint64_t size) r600_dma_copy_buffer() argument
|
/third_party/optimized-routines/string/aarch64/ |
H A D | strrchr.S | 27 #define src_offset x7 define
|
/third_party/ffmpeg/libavresample/ |
H A D | audio_data.c | 278 ff_audio_data_combine(AudioData *dst, int dst_offset, AudioData *src, int src_offset, int nb_samples) ff_audio_data_combine() argument
|
/third_party/mesa3d/src/gallium/auxiliary/draw/ |
H A D | draw_pt_emit.c | 88 unsigned src_offset = vinfo->attrib[i].src_index * 4 * sizeof(float); in draw_pt_emit_prepare() local
|
H A D | draw_pipe_vbuf.c | 215 unsigned src_offset = (vinfo->attrib[i].src_index * 4 * sizeof(float)); in vbuf_start_prim() local
|
/third_party/spirv-tools/source/diff/ |
H A D | lcs.h | 53 uint32_t src_offset; member [all...] |
/third_party/ffmpeg/libavutil/ |
H A D | samplefmt.c | 222 av_samples_copy(uint8_t **dst, uint8_t * const *src, int dst_offset, int src_offset, int nb_samples, int nb_channels, enum AVSampleFormat sample_fmt) av_samples_copy() argument
|
/third_party/libdrm/include/drm/ |
H A D | qxl_drm.h | 74 __u64 src_offset; /* offset into src_handle or src buffer */ member
|
/third_party/mesa3d/src/amd/vulkan/ |
H A D | radv_meta_fmask_copy.c | 228 uint64_t src_offset, dst_offset, size; in radv_fixup_copy_dst_metadata() local
|
H A D | radv_meta_buffer.c | 276 radv_copy_buffer(struct radv_cmd_buffer *cmd_buffer, struct radeon_winsys_bo *src_bo, struct radeon_winsys_bo *dst_bo, uint64_t src_offset, uint64_t dst_offset, uint64_t size) radv_copy_buffer() argument
|
/third_party/mesa3d/src/gallium/frontends/clover/api/ |
H A D | transfer.cpp | 188 auto src_offset = dot(src_pitch, src_orig); in validate_copy() local
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | si_cp_dma.c | 285 si_cp_dma_copy_buffer(struct si_context *sctx, struct pipe_resource *dst, struct pipe_resource *src, uint64_t dst_offset, uint64_t src_offset, unsigned size, unsigned user_flags, enum si_coherency coher, enum si_cache_policy cache_policy) si_cp_dma_copy_buffer() argument 470 si_cp_copy_data(struct si_context *sctx, struct radeon_cmdbuf *cs, unsigned dst_sel, struct si_resource *dst, unsigned dst_offset, unsigned src_sel, struct si_resource *src, unsigned src_offset) si_cp_copy_data() argument [all...] |
H A D | si_shaderlib_nir.c | 169 nir_ssa_def *src_offset = in si_create_dcc_retile_cs() local
|
H A D | si_buffer.c | 489 unsigned src_offset = in si_buffer_do_flush_region() local
|
/third_party/mesa3d/src/mesa/state_tracker/ |
H A D | st_atom_array.cpp | 61 init_velement(struct pipe_vertex_element *velements, const struct gl_vertex_format *vformat, int src_offset, unsigned instance_divisor, int vbo_index, bool dual_slot, int idx) init_velement() argument
|
/third_party/alsa-lib/src/pcm/ |
H A D | pcm_rate_linear.c | 67 linear_expand(struct rate_linear *rate, const snd_pcm_channel_area_t *dst_areas, snd_pcm_uframes_t dst_offset, unsigned int dst_frames, const snd_pcm_channel_area_t *src_areas, snd_pcm_uframes_t src_offset, unsigned int src_frames) linear_expand() argument 138 linear_expand_s16(struct rate_linear *rate, const snd_pcm_channel_area_t *dst_areas, snd_pcm_uframes_t dst_offset, unsigned int dst_frames, const snd_pcm_channel_area_t *src_areas, snd_pcm_uframes_t src_offset, unsigned int src_frames) linear_expand_s16() argument 189 linear_shrink(struct rate_linear *rate, const snd_pcm_channel_area_t *dst_areas, snd_pcm_uframes_t dst_offset, unsigned int dst_frames, const snd_pcm_channel_area_t *src_areas, snd_pcm_uframes_t src_offset, unsigned int src_frames) linear_shrink() argument 259 linear_shrink_s16(struct rate_linear *rate, const snd_pcm_channel_area_t *dst_areas, snd_pcm_uframes_t dst_offset, unsigned int dst_frames, const snd_pcm_channel_area_t *src_areas, snd_pcm_uframes_t src_offset, unsigned int src_frames) linear_shrink_s16() argument 310 linear_convert(void *obj, const snd_pcm_channel_area_t *dst_areas, snd_pcm_uframes_t dst_offset, unsigned int dst_frames, const snd_pcm_channel_area_t *src_areas, snd_pcm_uframes_t src_offset, unsigned int src_frames) linear_convert() argument [all...] |
/third_party/mesa3d/src/freedreno/ir3/ |
H A D | ir3_ra_validate.c | 381 unsigned src_offset = state->offset % reg_elem_size(state->def); in chase_definition() local
|
/third_party/mesa3d/src/freedreno/vulkan/ |
H A D | tu_descriptor_set.h | 165 size_t src_offset; member
|
/third_party/mesa3d/src/asahi/compiler/ |
H A D | agx_compile.h | 166 unsigned src_offset : 16; member
|