Home
last modified time | relevance | path

Searched defs:src_offset (Results 76 - 100 of 258) sorted by relevance

1234567891011

/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_buffer.c489 unsigned src_offset = in si_buffer_do_flush_region() local
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
H A Dnv30_transfer.c504 unsigned src_offset = src->offset; in nv30_transfer_rect_m2mf() local
/third_party/mesa3d/src/gallium/drivers/i915/
H A Di915_surface.c212 unsigned dst_offset, src_offset; /* in bytes */ in i915_surface_copy_blitter() local
246 (unsigned short)src_tex->stride, src_tex->buffer, src_offset, in i915_surface_copy_blitter() local
/third_party/mesa3d/src/gallium/drivers/lima/ir/pp/
H A Ddisasm.c768 bitcopy(char *src, char *dst, unsigned bits, unsigned src_offset) in bitcopy() argument
/third_party/mesa3d/src/panfrost/bifrost/valhall/
H A Dva_pack.c452 unsigned src_offset = bi_opcode_props[I->op].sr_read ? 1 : 0; in va_pack_alu() local
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_conv.c912 unsigned src_offset = lp_const_offset(src_type); in lp_build_conv() local
1018 unsigned src_offset = lp_const_offset(src_type); in lp_build_conv() local
/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_blt.c326 uint64_t src_offset; in crocus_emit_blt() local
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/gallium/drivers/r600/sfn/
H A Dsfn_instr_fetch.h79 uint32_t src_offset() const {return m_src_offset;} in src_offset() function in r600::FetchInstr
/third_party/skia/third_party/externals/freetype/include/freetype/internal/
H A Dwofftypes.h199 FT_ULong src_offset; /* compressed table offset */ member
/kernel/linux/linux-5.10/arch/arm/mach-omap1/
H A Dclock.h156 u8 src_offset; member
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/
H A Dsi_dma.c776 si_dma_emit_copy_buffer(struct amdgpu_ib *ib, uint64_t src_offset, uint64_t dst_offset, uint32_t byte_count, bool tmz) si_dma_emit_copy_buffer() argument
H A Dsdma_v2_4.c1200 sdma_v2_4_emit_copy_buffer(struct amdgpu_ib *ib, uint64_t src_offset, uint64_t dst_offset, uint32_t byte_count, bool tmz) sdma_v2_4_emit_copy_buffer() argument
/kernel/linux/linux-5.10/sound/core/oss/
H A Dpcm_plugin.c712 int snd_pcm_area_copy(const struct snd_pcm_channel_area *src_area, size_t src_offset, in snd_pcm_area_copy() argument
/kernel/linux/linux-5.10/drivers/gpu/drm/vc4/
H A Dvc4_validate.c487 uint32_t src_offset = 0; in vc4_validate_bin_cl() local
826 uint32_t src_offset = *(uint32_t *)(pkt_u + o); validate_gl_shader_rec() local
[all...]
/kernel/linux/linux-6.6/fs/btrfs/
H A Dtree-mod-log.c538 btrfs_tree_mod_log_eb_copy(struct extent_buffer *dst, struct extent_buffer *src, unsigned long dst_offset, unsigned long src_offset, int nr_items) btrfs_tree_mod_log_eb_copy() argument
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/
H A Dsi_dma.c775 si_dma_emit_copy_buffer(struct amdgpu_ib *ib, uint64_t src_offset, uint64_t dst_offset, uint32_t byte_count, bool tmz) si_dma_emit_copy_buffer() argument
H A Dsdma_v2_4.c1193 sdma_v2_4_emit_copy_buffer(struct amdgpu_ib *ib, uint64_t src_offset, uint64_t dst_offset, uint32_t byte_count, bool tmz) sdma_v2_4_emit_copy_buffer() argument
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gt/
H A Dintel_migrate.c692 u32 src_offset, dst_offset; in intel_context_migrate_copy() local
530 emit_copy_ccs(struct i915_request *rq, u32 dst_offset, u8 dst_access, u32 src_offset, u8 src_access, int size) emit_copy_ccs() argument
581 emit_copy(struct i915_request *rq, u32 dst_offset, u32 src_offset, int size) emit_copy() argument
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/vc4/
H A Dvc4_validate.c496 uint32_t src_offset = 0; in vc4_validate_bin_cl() local
838 uint32_t src_offset = *(uint32_t *)(pkt_u + o); validate_gl_shader_rec() local
[all...]
/kernel/linux/linux-6.6/sound/core/oss/
H A Dpcm_plugin.c718 int snd_pcm_area_copy(const struct snd_pcm_channel_area *src_area, size_t src_offset, in snd_pcm_area_copy() argument
/third_party/ffmpeg/libavcodec/
H A Dvp56.c343 int src_offset; in vp56_mc() local
/third_party/alsa-lib/src/pcm/
H A Dpcm_iec958.c145 snd_pcm_iec958_decode(snd_pcm_iec958_t *iec, 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 channels, snd_pcm_uframes_t frames) snd_pcm_iec958_decode() argument
182 snd_pcm_iec958_encode(snd_pcm_iec958_t *iec, 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 channels, snd_pcm_uframes_t frames) snd_pcm_iec958_encode() argument
H A Dpcm_lfloat.c95 snd_pcm_lfloat_convert_integer_float(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 channels, snd_pcm_uframes_t frames, unsigned int get32idx, unsigned int put32floatidx) snd_pcm_lfloat_convert_integer_float() argument
140 snd_pcm_lfloat_convert_float_integer(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 channels, snd_pcm_uframes_t frames, unsigned int put32idx, unsigned int get32floatidx) snd_pcm_lfloat_convert_float_integer() argument
H A Dpcm_linear.c146 snd_pcm_linear_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 channels, snd_pcm_uframes_t frames, unsigned int convidx) snd_pcm_linear_convert() argument
180 snd_pcm_linear_getput(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 channels, snd_pcm_uframes_t frames, unsigned int get_idx, unsigned int put_idx) snd_pcm_linear_getput() argument
H A Dpcm_mulaw.c160 snd_pcm_mulaw_decode(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 channels, snd_pcm_uframes_t frames, unsigned int putidx) snd_pcm_mulaw_decode() argument
197 snd_pcm_mulaw_encode(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 channels, snd_pcm_uframes_t frames, unsigned int getidx) snd_pcm_mulaw_encode() argument

Completed in 27 milliseconds

1234567891011