Home
last modified time | relevance | path

Searched refs:dst_channels (Results 1 – 6 of 6) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state_fs.c1388 unsigned dst_channels, in generate_fs_twiddle() argument
1405 src_channels = dst_channels < 3 ? dst_channels : 4; in generate_fs_twiddle()
1426 if (dst_channels == 1) { in generate_fs_twiddle()
1432 } else if (dst_channels == 2) { in generate_fs_twiddle()
1436 } else if (dst_channels > 2) { in generate_fs_twiddle()
1443 if (!pad_inline && dst_channels == 3 && pixels > 1) { in generate_fs_twiddle()
1496 unsigned elems = pixels * dst_channels; in generate_fs_twiddle()
1500 swizzles[i] = i % dst_channels + (i / dst_channels) * 4; in generate_fs_twiddle()
2272 const unsigned dst_channels, in convert_alpha() argument
2296 if (src_count == 1 && dst_channels == 1) { in convert_alpha()
[all …]
/third_party/alsa-lib/include/
Dpcm.h1158 int snd_pcm_areas_silence(const snd_pcm_channel_area_t *dst_channels, snd_pcm_uframes_t dst_offset,
1163 int snd_pcm_areas_copy(const snd_pcm_channel_area_t *dst_channels, snd_pcm_uframes_t dst_offset,
1166 int snd_pcm_areas_copy_wrap(const snd_pcm_channel_area_t *dst_channels,
/third_party/alsa-lib/src/pcm/
Dpcm_route.c406 unsigned int dst_channels, in snd_pcm_route_convert() argument
416 for (dst_channel = 0; dst_channel < dst_channels; ++dst_channel) { in snd_pcm_route_convert()
Dpcm.c3413 int snd_pcm_areas_copy_wrap(const snd_pcm_channel_area_t *dst_channels, in snd_pcm_areas_copy_wrap() argument
3432 err = snd_pcm_areas_copy(dst_channels, dst_offset, src_channels, in snd_pcm_areas_copy_wrap()
/third_party/mesa3d/src/amd/llvm/
Dac_llvm_build.h207 unsigned src_channels, unsigned dst_channels);
Dac_llvm_build.c626 unsigned src_channels, unsigned dst_channels) in ac_build_expand() argument
629 LLVMValueRef *const chan = alloca(dst_channels * sizeof(LLVMValueRef)); in ac_build_expand()
634 if (src_channels == dst_channels && vec_size == dst_channels) in ac_build_expand()
651 for (unsigned i = src_channels; i < dst_channels; i++) in ac_build_expand()
654 return ac_build_gather_values(ctx, chan, dst_channels); in ac_build_expand()