Searched refs:forwardable (Results 1 - 20 of 20) sorted by relevance
/third_party/alsa-lib/src/pcm/ |
H A D | pcm_null.c | 356 .forwardable = snd_pcm_null_forwardable,
|
H A D | pcm_mmap_emul.c | 387 .forwardable = snd_pcm_generic_forwardable,
|
H A D | pcm_hooks.c | 186 .forwardable = snd_pcm_generic_forwardable,
|
H A D | pcm_plugin.c | 672 .forwardable = snd_pcm_plugin_forwardable,
|
H A D | pcm_dsnoop.c | 495 .forwardable = snd_pcm_dsnoop_forwardable,
|
H A D | pcm_shm.c | 623 .forwardable = snd_pcm_shm_forwardable,
|
H A D | pcm_dshare.c | 623 .forwardable = snd_pcm_dshare_forwardable,
|
H A D | pcm_hw.c | 1554 .forwardable = snd_pcm_hw_forwardable, 1585 .forwardable = snd_pcm_hw_forwardable,
|
H A D | pcm_dmix.c | 927 .forwardable = snd_pcm_dmix_forwardable,
|
H A D | pcm_meter.c | 541 .forwardable = snd_pcm_generic_forwardable,
|
H A D | pcm_ioplug.c | 945 .forwardable = snd_pcm_ioplug_forwardable,
|
H A D | pcm_file.c | 859 .forwardable = snd_pcm_file_forwardable,
|
H A D | pcm_local.h | 178 snd_pcm_sframes_t (*forwardable)(snd_pcm_t *pcm); /* locked */ member
|
H A D | pcm_multi.c | 1044 .forwardable = snd_pcm_multi_forwardable,
|
H A D | pcm_rate.c | 1323 .forwardable = snd_pcm_rate_forwardable,
|
H A D | pcm_share.c | 1354 .forwardable = snd_pcm_share_forwardable,
|
H A D | pcm.c | 1504 if (pcm->fast_ops->forwardable) in snd_pcm_forwardable() 1505 result = pcm->fast_ops->forwardable(pcm->fast_op_arg); in snd_pcm_forwardable()
|
/third_party/skia/third_party/externals/spirv-cross/ |
H A D | spirv_common.hpp | 1051 bool forwardable = true; member
|
H A D | spirv_hlsl.cpp | 5317 if (var && var->forwardable) in emit_instruction()
|
H A D | spirv_glsl.cpp | 9409 if (var && var->forwardable) 9985 // If an expression is mutable and forwardable, we speculate that it is immutable. 10112 // If an expression is mutable and forwardable, we speculate that it is immutable. 11892 if (var && var->forwardable)
|
Completed in 58 milliseconds