/third_party/spirv-tools/source/diff/ |
H A D | lcs.h | 54 uint32_t dst_offset; member 61 return index.src_offset < src_.size() && index.dst_offset < dst_.size(); in IsInBound() 65 return table_[index.src_offset][index.dst_offset].valid; in IsCalculated() 75 return table_[index.src_offset][index.dst_offset].best_match_length; in GetMemoizedLength() 79 return table_[index.src_offset][index.dst_offset].matched; in IsMatched() 84 DiffMatchEntry& entry = table_[index.src_offset][index.dst_offset]; in MarkMatched() 157 if (match(src_[current.src_offset], dst_[current.dst_offset])) { in CalculateLCS() 161 DiffMatchIndex next = {current.src_offset + 1, current.dst_offset + 1}; in CalculateLCS() 174 DiffMatchIndex next_src = {current.src_offset + 1, current.dst_offset}; in CalculateLCS() 175 DiffMatchIndex next_dst = {current.src_offset, current.dst_offset in CalculateLCS() [all...] |
/third_party/mesa3d/src/gallium/auxiliary/draw/ |
H A D | draw_pt_fetch.c | 63 unsigned dst_offset = 0; in draw_pt_fetch_prepare() local 72 dst_offset = offsetof(struct vertex_header, data); in draw_pt_fetch_prepare() 87 key.element[nr].output_offset = dst_offset; in draw_pt_fetch_prepare() 89 dst_offset += sizeof(uint); in draw_pt_fetch_prepare() 97 key.element[nr].output_offset = dst_offset; in draw_pt_fetch_prepare() 100 dst_offset += 4 * sizeof(int); in draw_pt_fetch_prepare() 108 key.element[nr].output_offset = dst_offset; in draw_pt_fetch_prepare() 111 dst_offset += 4 * sizeof(unsigned); in draw_pt_fetch_prepare() 119 key.element[nr].output_offset = dst_offset; in draw_pt_fetch_prepare() 122 dst_offset in draw_pt_fetch_prepare() [all...] |
/third_party/ffmpeg/tests/checkasm/ |
H A D | pixblockdsp.c | 55 int dst_offset = i * 64; /* dst must be aligned */ \ 57 call_ref(dst0 + dst_offset, src10 + src_offset, 8); \ 58 call_new(dst1 + dst_offset, src11 + src_offset, 8); \ 61 bench_new(dst1 + dst_offset, src11 + src_offset, 8); \ 72 int dst_offset = i * 64; /* dst must be aligned */ \ 74 call_ref(dst0 + dst_offset, src10 + src_offset, src20 + src_offset, 8); \ 75 call_new(dst1 + dst_offset, src11 + src_offset, src21 + src_offset, 8); \ 78 bench_new(dst1 + dst_offset, src11 + src_offset, src21 + src_offset, 8); \
|
H A D | sw_rgb.c | 142 int dst_offset = 0, dst_stride = 2 * MAX_STRIDE; in check_interleave_bytes() local 157 dst_offset = (h-1)*dst_stride; in check_interleave_bytes() 161 call_ref(src0 + src0_offset, src1 + src1_offset, dst0 + dst_offset, in check_interleave_bytes() 163 call_new(src0 + src0_offset, src1 + src1_offset, dst1 + dst_offset, in check_interleave_bytes()
|
H A D | vf_blend.c | 75 int dst_offset = i * SIZE_PER_UNIT; /* dst must be aligned */ \ 78 dst1 + dst_offset, w, w, HEIGHT, ¶m, NULL); \ 80 dst2 + dst_offset, w, w, HEIGHT, ¶m, NULL); \
|
/third_party/mesa3d/src/gallium/drivers/r600/ |
H A D | evergreen_hw_context.c | 34 uint64_t dst_offset, in evergreen_dma_copy_buffer() 46 util_range_add(&rdst->b.b, &rdst->valid_buffer_range, dst_offset, in evergreen_dma_copy_buffer() 47 dst_offset + size); in evergreen_dma_copy_buffer() 49 dst_offset += rdst->gpu_address; in evergreen_dma_copy_buffer() 53 if (!(dst_offset % 4) && !(src_offset % 4) && !(size % 4)) { in evergreen_dma_copy_buffer() 70 radeon_emit(cs, dst_offset & 0xffffffff); in evergreen_dma_copy_buffer() 72 radeon_emit(cs, (dst_offset >> 32UL) & 0xff); in evergreen_dma_copy_buffer() 74 dst_offset += csize << shift; in evergreen_dma_copy_buffer() 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 | 500 struct pipe_resource *dst, uint64_t dst_offset, in r600_cp_dma_copy_buffer() 512 util_range_add(dst, &r600_resource(dst)->valid_buffer_range, dst_offset, in r600_cp_dma_copy_buffer() 513 dst_offset + size); in r600_cp_dma_copy_buffer() 515 dst_offset += r600_resource(dst)->gpu_address; in r600_cp_dma_copy_buffer() 552 radeon_emit(cs, dst_offset); /* DST_ADDR_LO [31:0] */ in r600_cp_dma_copy_buffer() 553 radeon_emit(cs, (dst_offset >> 32) & 0xff); /* DST_ADDR_HI [7:0] */ in r600_cp_dma_copy_buffer() 563 dst_offset += byte_count; in r600_cp_dma_copy_buffer() 582 uint64_t dst_offset, in r600_dma_copy_buffer() 594 util_range_add(&rdst->b.b, &rdst->valid_buffer_range, dst_offset, in r600_dma_copy_buffer() 595 dst_offset in r600_dma_copy_buffer() 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 [all...] |
/third_party/alsa-lib/src/pcm/ |
H A D | pcm_plugin.h | 108 void snd_pcm_linear_convert(const snd_pcm_channel_area_t *dst_areas, snd_pcm_uframes_t dst_offset, 112 void snd_pcm_linear_getput(const snd_pcm_channel_area_t *dst_areas, snd_pcm_uframes_t dst_offset, 117 snd_pcm_uframes_t dst_offset, 123 snd_pcm_uframes_t dst_offset, 129 snd_pcm_uframes_t dst_offset, 135 snd_pcm_uframes_t dst_offset, 147 snd_pcm_uframes_t dst_offset, 154 snd_pcm_uframes_t dst_offset,
|
H A D | pcm_rate_linear.c | 44 snd_pcm_uframes_t dst_offset, unsigned int dst_frames, 69 snd_pcm_uframes_t dst_offset, unsigned int dst_frames, in linear_expand() 97 dst = snd_pcm_channel_area_addr(dst_area, dst_offset); in linear_expand() 140 snd_pcm_uframes_t dst_offset, unsigned int dst_frames, in linear_expand_s16() 160 dst = snd_pcm_channel_area_addr(dst_area, dst_offset); in linear_expand_s16() 191 snd_pcm_uframes_t dst_offset, unsigned int dst_frames, in linear_shrink() 220 dst = snd_pcm_channel_area_addr(dst_area, dst_offset); in linear_shrink() 261 snd_pcm_uframes_t dst_offset, unsigned int dst_frames, in linear_shrink_s16() 282 dst = snd_pcm_channel_area_addr(dst_area, dst_offset); in linear_shrink_s16() 312 snd_pcm_uframes_t dst_offset, unsigne in linear_convert() 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...] |
H A D | pcm_route.c | 76 snd_pcm_uframes_t dst_offset, 112 snd_pcm_uframes_t dst_offset, in snd_pcm_route_convert1_zero() 120 snd_pcm_area_silence(dst_area, dst_offset, frames, params->dst_sfmt); in snd_pcm_route_convert1_zero() 126 snd_pcm_uframes_t dst_offset, in snd_pcm_route_convert1_one() 152 snd_pcm_route_convert1_zero(dst_area, dst_offset, in snd_pcm_route_convert1_one() 161 dst = snd_pcm_channel_area_addr(dst_area, dst_offset); in snd_pcm_route_convert1_one() 176 snd_pcm_uframes_t dst_offset, in snd_pcm_route_convert1_one_getput() 203 snd_pcm_route_convert1_zero(dst_area, dst_offset, in snd_pcm_route_convert1_one_getput() 213 dst = snd_pcm_channel_area_addr(dst_area, dst_offset); in snd_pcm_route_convert1_one_getput() 228 snd_pcm_uframes_t dst_offset, in snd_pcm_route_convert1_many() 111 snd_pcm_route_convert1_zero(const snd_pcm_channel_area_t *dst_area, snd_pcm_uframes_t dst_offset, const snd_pcm_channel_area_t *src_areas ATTRIBUTE_UNUSED, snd_pcm_uframes_t src_offset ATTRIBUTE_UNUSED, unsigned int src_channels ATTRIBUTE_UNUSED, snd_pcm_uframes_t frames, const snd_pcm_route_ttable_dst_t* ttable ATTRIBUTE_UNUSED, const snd_pcm_route_params_t *params) snd_pcm_route_convert1_zero() argument 125 snd_pcm_route_convert1_one(const snd_pcm_channel_area_t *dst_area, snd_pcm_uframes_t dst_offset, const snd_pcm_channel_area_t *src_areas, snd_pcm_uframes_t src_offset, unsigned int src_channels, snd_pcm_uframes_t frames, const snd_pcm_route_ttable_dst_t* ttable, const snd_pcm_route_params_t *params) snd_pcm_route_convert1_one() argument 175 snd_pcm_route_convert1_one_getput(const snd_pcm_channel_area_t *dst_area, snd_pcm_uframes_t dst_offset, const snd_pcm_channel_area_t *src_areas, snd_pcm_uframes_t src_offset, unsigned int src_channels, snd_pcm_uframes_t frames, const snd_pcm_route_ttable_dst_t* ttable, const snd_pcm_route_params_t *params) snd_pcm_route_convert1_one_getput() argument 227 snd_pcm_route_convert1_many(const snd_pcm_channel_area_t *dst_area, snd_pcm_uframes_t dst_offset, const snd_pcm_channel_area_t *src_areas, snd_pcm_uframes_t src_offset, unsigned int src_channels, snd_pcm_uframes_t frames, const snd_pcm_route_ttable_dst_t* ttable, const snd_pcm_route_params_t *params) snd_pcm_route_convert1_many() argument 400 snd_pcm_route_convert(const snd_pcm_channel_area_t *dst_areas, snd_pcm_uframes_t dst_offset, const snd_pcm_channel_area_t *src_areas, snd_pcm_uframes_t src_offset, unsigned int src_channels, unsigned int dst_channels, snd_pcm_uframes_t frames, snd_pcm_route_params_t *params) snd_pcm_route_convert() argument [all...] |
/third_party/mesa3d/src/gallium/drivers/i915/ |
H A D | i915_blit.c | 36 unsigned dst_offset, short x, short y, short w, short h, in i915_fill_blit() 42 dst_buffer, dst_pitch, dst_offset, x, y, w, h); in i915_fill_blit() 72 OUT_RELOC_FENCED(dst_buffer, I915_USAGE_2D_TARGET, dst_offset); in i915_fill_blit() 82 struct i915_winsys_buffer *dst_buffer, unsigned dst_offset, in i915_copy_blit() 94 dst_buffer, dst_pitch, dst_offset, dst_x, dst_y, w, h); in i915_copy_blit() 135 OUT_RELOC_FENCED(dst_buffer, I915_USAGE_2D_TARGET, dst_offset); in i915_copy_blit() 34 i915_fill_blit(struct i915_context *i915, unsigned cpp, unsigned rgba_mask, unsigned short dst_pitch, struct i915_winsys_buffer *dst_buffer, unsigned dst_offset, short x, short y, short w, short h, unsigned color) i915_fill_blit() argument 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
|
H A D | i915_blit.h | 38 unsigned dst_offset, short srcx, short srcy, 44 unsigned dst_offset, short x, short y, short w,
|
/third_party/ffmpeg/libavcodec/ |
H A D | proresdsp.c | 42 int x, y, src_offset, dst_offset; in put_pixel() local 44 for (y = 0, dst_offset = 0; y < 8; y++, dst_offset += linesize) { in put_pixel() 49 dst[dst_offset + x] = CLIP_10(in[src_offset]); in put_pixel() 51 dst[dst_offset + x] = CLIP_12(in[src_offset]); in put_pixel()
|
H A D | bfi.c | 58 uint8_t *src, *dst_offset, colour1, colour2; in bfi_decode_frame() local 138 dst_offset = dst - offset; in bfi_decode_frame() 140 if (dst_offset < bfi->dst) in bfi_decode_frame() 143 *dst++ = *dst_offset++; in bfi_decode_frame()
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | si_cp_dma.c | 286 struct pipe_resource *src, uint64_t dst_offset, uint64_t src_offset, in si_cp_dma_copy_buffer() 300 if (dst != src || dst_offset != src_offset) { in si_cp_dma_copy_buffer() 304 util_range_add(dst, &si_resource(dst)->valid_buffer_range, dst_offset, dst_offset + size); in si_cp_dma_copy_buffer() 307 dst_offset += si_resource(dst)->gpu_address; in si_cp_dma_copy_buffer() 358 main_dst_offset = dst_offset + skipped_size; in si_cp_dma_copy_buffer() 383 si_emit_cp_dma(sctx, &sctx->gfx_cs, dst_offset, src_offset, skipped_size, dma_flags, in si_cp_dma_copy_buffer() 396 if (dst && src && (dst != src || dst_offset != src_offset)) in si_cp_dma_copy_buffer() 471 struct si_resource *dst, unsigned dst_offset, unsigned src_sel, in si_cp_copy_data() 482 uint64_t dst_va = (dst ? dst->gpu_address : 0ull) + dst_offset; in si_cp_copy_data() 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_compute_blit.c | 267 unsigned dst_offset, unsigned size, in si_compute_clear_buffer_rmw() 271 assert(dst_offset % 4 == 0); in si_compute_clear_buffer_rmw() 274 assert(dst->target != PIPE_BUFFER || dst_offset + size <= dst->width0); in si_compute_clear_buffer_rmw() 294 sb.buffer_offset = dst_offset; in si_compute_clear_buffer_rmw() 308 unsigned dst_offset, unsigned size, in si_compute_clear_12bytes_buffer() 314 assert(dst_offset % 4 == 0); in si_compute_clear_12bytes_buffer() 320 sb.buffer_offset = dst_offset; in si_compute_clear_12bytes_buffer() 343 unsigned dst_offset, struct pipe_resource *src, in si_compute_do_clear_or_copy() 349 assert(dst_offset % 4 == 0); in si_compute_do_clear_or_copy() 352 assert(dst->target != PIPE_BUFFER || dst_offset in si_compute_do_clear_or_copy() 266 si_compute_clear_buffer_rmw(struct si_context *sctx, struct pipe_resource *dst, unsigned dst_offset, unsigned size, uint32_t clear_value, uint32_t writebitmask, unsigned flags, enum si_coherency coher) si_compute_clear_buffer_rmw() argument 307 si_compute_clear_12bytes_buffer(struct si_context *sctx, struct pipe_resource *dst, unsigned dst_offset, unsigned size, const uint32_t *clear_value, unsigned flags, enum si_coherency coher) si_compute_clear_12bytes_buffer() argument 342 si_compute_do_clear_or_copy(struct si_context *sctx, struct pipe_resource *dst, unsigned dst_offset, struct pipe_resource *src, unsigned src_offset, unsigned size, const uint32_t *clear_value, unsigned clear_value_size, unsigned flags, enum si_coherency coher) si_compute_do_clear_or_copy() argument 507 si_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 flags) si_copy_buffer() argument [all...] |
/third_party/python/Lib/zoneinfo/ |
H A D | _zoneinfo.py | 433 self, std_abbr, std_offset, dst_abbr, dst_offset, start=None, end=None 435 self.dst_diff = dst_offset - std_offset 444 dst_offset = _load_timedelta(dst_offset) 446 self.dst = _ttinfo(utcoff=dst_offset, dstoff=delta, tzname=dst_abbr) 655 dst_offset = None 671 if dst_offset := m.group("dstoff"): 673 dst_offset = _parse_tz_delta(dst_offset) 677 dst_offset [all...] |
/third_party/ffmpeg/libavresample/ |
H A D | audio_data.c | 278 int ff_audio_data_combine(AudioData *dst, int dst_offset, AudioData *src, in ff_audio_data_combine() argument 290 if (dst_offset < 0 || dst_offset > dst->nb_samples || in ff_audio_data_combine() 293 src_offset, dst_offset); in ff_audio_data_combine() 316 dst_offset2 = dst_offset + nb_samples; in ff_audio_data_combine() 317 dst_move_size = dst->nb_samples - dst_offset; in ff_audio_data_combine() 322 dst->data[p] + dst_offset * dst->stride, in ff_audio_data_combine() 325 memcpy(dst->data[p] + dst_offset * dst->stride, in ff_audio_data_combine()
|
/third_party/alsa-lib/include/ |
H A D | pcm_rate.h | 90 snd_pcm_uframes_t dst_offset, unsigned int dst_frames, 154 snd_pcm_uframes_t dst_offset, unsigned int dst_frames, 172 snd_pcm_uframes_t dst_offset, unsigned int dst_frames,
|
/third_party/mesa3d/src/gallium/drivers/crocus/ |
H A D | crocus_blt.c | 150 unsigned dst_offset, in emit_copy_blt() 164 dst, dst_pitch, dst_offset, dst_x, dst_y, w, h); in emit_copy_blt() 198 dst_pitch % 4 != 0 || dst_offset % cpp != 0) in emit_copy_blt() 216 xyblt.DestinationBaseAddress = rw_bo(dst->bo, dst_offset); in emit_copy_blt() 341 uint64_t dst_offset; in crocus_emit_blt() local 349 &dst_offset, in crocus_emit_blt() 357 dst->surf.row_pitch_B, dst_offset, in crocus_emit_blt() 143 emit_copy_blt(struct crocus_batch *batch, struct crocus_resource *src, struct crocus_resource *dst, unsigned cpp, int32_t src_pitch, unsigned src_offset, int32_t dst_pitch, unsigned dst_offset, uint16_t src_x, uint16_t src_y, uint16_t dst_x, uint16_t dst_y, uint16_t w, uint16_t h) emit_copy_blt() argument
|
/third_party/mesa3d/src/freedreno/ir3/ |
H A D | ir3_lower_spill.c | 95 if (spill->cat6.dst_offset + components * component_bytes(spill->srcs[1]) < MAX_CAT6_SIZE) in handle_oob_offset_spill() 98 set_base_reg(spill, spill->cat6.dst_offset); in handle_oob_offset_spill() 100 spill->cat6.dst_offset = 0; in handle_oob_offset_spill() 145 clone->cat6.dst_offset += comp * component_bytes(spill->srcs[1]); in split_spill()
|
/third_party/mesa3d/src/panfrost/shared/test/ |
H A D | test-tiling.cpp | 103 unsigned dst_offset, src_offset; 106 dst_offset = tiled_offset(tiled_x_block, tiled_y_block, dst_stride, tilesize, blocksize); 109 dst_offset = linear_offset(linear_x_block, linear_y_block, dst_stride, blocksize); 113 memcpy((uint8_t *) dst + dst_offset,
|
/third_party/mesa3d/src/broadcom/vulkan/ |
H A D | v3dvx_meta_common.c | 675 uint32_t dst_offset, in emit_copy_buffer_per_tile_list() 695 dst, dst_offset, stride, false, format); in emit_copy_buffer_per_tile_list() 711 uint32_t dst_offset, in meta_emit_copy_buffer() 719 dst_offset, src_offset, in meta_emit_copy_buffer() 728 uint32_t dst_offset, in meta_emit_copy_buffer_rcl() 739 v3dX(meta_emit_copy_buffer)(job, dst, src, dst_offset, src_offset, in meta_emit_copy_buffer_rcl() 834 uint32_t dst_offset, in meta_emit_tfu_job() 866 tfu.ioa = dst_offset; in meta_emit_tfu_job() 1225 uint32_t dst_offset, in meta_copy_buffer() 1237 dst_offset in meta_copy_buffer() 672 emit_copy_buffer_per_tile_list(struct v3dv_job *job, struct v3dv_bo *dst, struct v3dv_bo *src, uint32_t dst_offset, uint32_t src_offset, uint32_t stride, uint32_t format) emit_copy_buffer_per_tile_list() argument 708 meta_emit_copy_buffer(struct v3dv_job *job, struct v3dv_bo *dst, struct v3dv_bo *src, uint32_t dst_offset, uint32_t src_offset, struct v3dv_meta_framebuffer *framebuffer, uint32_t format, uint32_t item_size) meta_emit_copy_buffer() argument 725 meta_emit_copy_buffer_rcl(struct v3dv_job *job, struct v3dv_bo *dst, struct v3dv_bo *src, uint32_t dst_offset, uint32_t src_offset, struct v3dv_meta_framebuffer *framebuffer, uint32_t format, uint32_t item_size) meta_emit_copy_buffer_rcl() argument 832 meta_emit_tfu_job(struct v3dv_cmd_buffer *cmd_buffer, uint32_t dst_bo_handle, uint32_t dst_offset, enum v3d_tiling_mode dst_tiling, uint32_t dst_padded_height_or_stride, uint32_t dst_cpp, uint32_t src_bo_handle, uint32_t src_offset, enum v3d_tiling_mode src_tiling, uint32_t src_padded_height_or_stride, uint32_t src_cpp, uint32_t width, uint32_t height, const struct v3dv_format *format) meta_emit_tfu_job() argument 1223 meta_copy_buffer(struct v3dv_cmd_buffer *cmd_buffer, struct v3dv_bo *dst, uint32_t dst_offset, struct v3dv_bo *src, uint32_t src_offset, const VkBufferCopy2 *region) meta_copy_buffer() argument [all...] |
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/data/ |
H A D | growable_memory_byte_array.h | 38 virtual int32_t CopyTo(int32_t dst_offset, in CopyTo() argument 42 return ByteArray::CopyTo(dst_offset, array, src_offset, length); in CopyTo()
|
H A D | memory_byte_array.h | 50 virtual int32_t CopyTo(int32_t dst_offset, in CopyTo() argument 54 return ByteArray::CopyTo(dst_offset, array, src_offset, length); in CopyTo()
|