Searched defs:src_channels (Results 1 - 7 of 7) sorted by relevance
/third_party/alsa-lib/src/pcm/ |
H A D | pcm_route.c | 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...] |
H A D | pcm.c | 3509 snd_pcm_areas_copy_wrap(const snd_pcm_channel_area_t *dst_channels, snd_pcm_uframes_t dst_offset, const snd_pcm_uframes_t dst_size, const snd_pcm_channel_area_t *src_channels, snd_pcm_uframes_t src_offset, const snd_pcm_uframes_t src_size, const unsigned int channels, snd_pcm_uframes_t frames, const snd_pcm_format_t format) snd_pcm_areas_copy_wrap() argument
|
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_serialize.c | 866 unsigned src_channels = nir_ssa_alu_instr_src_components(alu, i); in write_alu() local 940 unsigned src_channels = nir_ssa_alu_instr_src_components(alu, i); in read_alu() local
|
/third_party/mesa3d/src/intel/blorp/ |
H A D | blorp_blit.c | 942 const unsigned src_channels = in bit_cast_color() local
|
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
H A D | lp_state_fs.c | 1401 unsigned src_channels; in generate_fs_twiddle() local 2405 unsigned src_channels = TGSI_NUM_CHANNELS; in generate_unswizzled_blend() local [all...] |
/third_party/mesa3d/src/amd/llvm/ |
H A D | ac_nir_to_llvm.c | 2710 unsigned src_channels = ac_get_llvm_num_components(src); in visit_image_store() local
|
H A D | ac_llvm_build.c | 625 ac_build_expand(struct ac_llvm_context *ctx, LLVMValueRef value, unsigned src_channels, unsigned dst_channels) ac_build_expand() argument
|
Completed in 57 milliseconds