Home
last modified time | relevance | path

Searched refs:input_mappings (Results 1 – 8 of 8) sorted by relevance

/third_party/pulseaudio/src/modules/alsa/
Dmodule-alsa-card.c173 if (ap->input_mappings) { in add_profiles()
174 cp->n_sources = pa_idxset_size(ap->input_mappings); in add_profiles()
176 PA_IDXSET_FOREACH(m, ap->input_mappings, idx) { in add_profiles()
235 if (od->profile && od->profile->input_mappings) in card_set_profile()
236 PA_IDXSET_FOREACH(am, od->profile->input_mappings, idx) { in card_set_profile()
241 nd->profile->input_mappings && in card_set_profile()
242 pa_idxset_get_by_data(nd->profile->input_mappings, am, NULL)) in card_set_profile()
271 if (nd->profile && nd->profile->input_mappings) in card_set_profile()
272 PA_IDXSET_FOREACH(am, nd->profile->input_mappings, idx) { in card_set_profile()
315 if (d->profile && d->profile->input_mappings) in init_profile()
[all …]
Dalsa-mixer.c3919 if (p->input_mappings) in profile_free()
3920 pa_idxset_free(p->input_mappings, NULL); in profile_free()
4695 … p->input_mappings = pa_idxset_new(pa_idxset_trivial_hash_func, pa_idxset_trivial_compare_func); in profile_set_add_auto_pair()
4696 pa_idxset_put(p->input_mappings, n, NULL); in profile_set_add_auto_pair()
4786 pa_assert(!p->input_mappings); in profile_verify()
4787 … p->input_mappings = pa_idxset_new(pa_idxset_trivial_hash_func, pa_idxset_trivial_compare_func); in profile_verify()
4808 pa_idxset_put(p->input_mappings, m, NULL); in profile_verify()
4818 if (!p->input_mappings && !p->output_mappings) { in profile_verify()
4843 if (p->input_mappings) in profile_verify()
4844 PA_IDXSET_FOREACH(m, p->input_mappings, idx) { in profile_verify()
[all …]
Dalsa-ucm.c1471 pa_idxset_put(p->input_mappings, m, NULL); in ucm_add_mapping()
1480 pa_idxset_put(p->input_mappings, m, NULL); in ucm_add_mapping()
1790 p->input_mappings = pa_idxset_new(pa_idxset_trivial_hash_func, pa_idxset_trivial_compare_func); in ucm_create_profile()
1960 PA_IDXSET_FOREACH(m, p->input_mappings, idx) { in profile_finalize_probing()
2027 PA_IDXSET_FOREACH(m, p->input_mappings, idx) { in ucm_probe_profile_set()
2053 PA_IDXSET_FOREACH(m, p->input_mappings, idx) in ucm_probe_profile_set()
Dalsa-mixer.h343 pa_idxset *input_mappings; member
/third_party/mesa3d/src/microsoft/compiler/
Ddxil_module.h210 unsigned input_mappings[DXIL_SHADER_MAX_IO_ROWS * 4]; member
Ddxil_signature.c578 mod->input_mappings[var->data.driver_location] = num_inputs; in get_input_signature_group()
Dnir_to_dxil.c3289 ctx->mod.input_mappings[nir_intrinsic_base(intr)]); in emit_load_input_via_intrinsic()
3346 &ctx->mod.inputs[ctx->mod.input_mappings[nir_intrinsic_base(intr)]]; in emit_load_input_via_intrinsic()
3358 &ctx->mod.psv_inputs[ctx->mod.input_mappings[nir_intrinsic_base(intr)]]; in emit_load_input_via_intrinsic()
3444 &ctx->mod.inputs[ctx->mod.input_mappings[nir_intrinsic_base(intr)]]; in emit_load_interpolated_input()
3453 &ctx->mod.psv_inputs[ctx->mod.input_mappings[nir_intrinsic_base(intr)]]; in emit_load_interpolated_input()
/third_party/mesa3d/docs/relnotes/
D22.2.0.rst950 - microsoft/compiler: Make input_mappings immune to driver_location holes