Home
last modified time | relevance | path

Searched defs:src_offset (Results 1 – 25 of 141) sorted by relevance

123456

/third_party/alsa-lib/src/pcm/
Dpcm_rate_linear.c71 snd_pcm_uframes_t src_offset, unsigned int src_frames) in linear_expand()
142 snd_pcm_uframes_t src_offset, unsigned int src_frames) in linear_expand_s16()
193 snd_pcm_uframes_t src_offset, unsigned int src_frames) in linear_shrink()
263 snd_pcm_uframes_t src_offset, unsigned int src_frames) in linear_shrink_s16()
314 snd_pcm_uframes_t src_offset, unsigned int src_frames) in linear_convert()
Dpcm_alaw.c147 snd_pcm_uframes_t src_offset, in snd_pcm_alaw_decode()
184 snd_pcm_uframes_t src_offset, in snd_pcm_alaw_encode()
Dpcm_mulaw.c163 snd_pcm_uframes_t src_offset, in snd_pcm_mulaw_decode()
200 snd_pcm_uframes_t src_offset, in snd_pcm_mulaw_encode()
Dpcm_linear.c147 const snd_pcm_channel_area_t *src_areas, snd_pcm_uframes_t src_offset, in snd_pcm_linear_convert()
181 const snd_pcm_channel_area_t *src_areas, snd_pcm_uframes_t src_offset, in snd_pcm_linear_getput()
Dpcm_adpcm.c218 snd_pcm_uframes_t src_offset, in snd_pcm_adpcm_decode()
271 snd_pcm_uframes_t src_offset, in snd_pcm_adpcm_encode()
Dpcm_lfloat.c96 const snd_pcm_channel_area_t *src_areas, snd_pcm_uframes_t src_offset, in snd_pcm_lfloat_convert_integer_float()
141 const snd_pcm_channel_area_t *src_areas, snd_pcm_uframes_t src_offset, in snd_pcm_lfloat_convert_float_integer()
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_hw_context.c501 struct pipe_resource *src, uint64_t src_offset, in r600_cp_dma_copy_buffer()
583 uint64_t src_offset, in r600_dma_copy_buffer()
Devergreen_hw_context.c35 uint64_t src_offset, in evergreen_dma_copy_buffer()
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/data/
Dgrowable_memory_byte_array.h40 int32_t src_offset, in CopyTo()
Dmemory_byte_array.h52 int32_t src_offset, in CopyTo()
/third_party/optimized-routines/string/aarch64/
Dstrrchr.S27 #define src_offset x7 macro
/third_party/mesa3d/src/gallium/drivers/i915/
Di915_blit.c81 unsigned src_offset, unsigned short dst_pitch, in i915_copy_blit()
/third_party/ffmpeg/libavcodec/
Dproresdsp.c42 int x, y, src_offset, dst_offset; in put_pixel() local
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_cp_dma.c286 struct pipe_resource *src, uint64_t dst_offset, uint64_t src_offset, in si_cp_dma_copy_buffer()
472 struct si_resource *src, unsigned src_offset) in si_cp_copy_data()
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_blt.c148 unsigned src_offset, in emit_copy_blt()
326 uint64_t src_offset; in crocus_emit_blt() local
/third_party/spirv-tools/source/diff/
Dlcs.h53 uint32_t src_offset; member
/third_party/mesa3d/src/gallium/auxiliary/draw/
Ddraw_pt_emit.c88 unsigned src_offset = vinfo->attrib[i].src_index * 4 * sizeof(float); in draw_pt_emit_prepare() local
/third_party/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_rs.c473 struct etna_resource_level *src_lev, unsigned int src_offset, in etna_manual_blit()
665 unsigned src_offset = src_lev->offset + in etna_try_rs_blit() local
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
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/vc4/kernel/
Dvc4_validate.c479 uint32_t src_offset = 0; in vc4_validate_bin_cl() local
814 uint32_t src_offset = *(uint32_t *)(pkt_u + o); in validate_gl_shader_rec() local
/third_party/mesa3d/src/amd/vulkan/
Dradv_meta_fmask_copy.c228 uint64_t src_offset, dst_offset, size; in radv_fixup_copy_dst_metadata() local
Dradv_meta_resolve_cs.c83 nir_ssa_def *src_offset = nir_load_push_constant(&b, 2, 32, nir_imm_int(&b, 0), .range = 8); in build_resolve_compute_shader() local
517 struct radv_image_view *dest_iview, const VkOffset2D *src_offset, in emit_resolve()
Dradv_meta_resolve_fs.c52 nir_ssa_def *src_offset = nir_load_push_constant(&b, 2, 32, nir_imm_int(&b, 0), .range = 8); in build_resolve_fragment_shader() local
638 struct radv_image_view *dest_iview, const VkOffset2D *src_offset, in emit_resolve()
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_nir_lower_tess_io.cpp141 UNUSED nir_variable_mode mode, int src_offset) in emil_lsd_out_addr()
304 emil_tcs_io_offset(nir_builder *b, nir_ssa_def *addr, nir_intrinsic_instr *op, int src_offset) in emil_tcs_io_offset()
Dsfn_instr_fetch.h79 uint32_t src_offset() const {return m_src_offset;} in src_offset() function

123456