Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/main/
Dget_hash_generator.py140 def generate_hash_tables(enum_list, enabled_apis, param_descriptors): argument
165 enum_val = enum_list[enum_name].value
/third_party/alsa-lib/src/topology/
Dparser.c485 INIT_LIST_HEAD(&tplg->enum_list); in snd_tplg_create()
517 tplg_elem_free_list(&tplg->enum_list); in snd_tplg_free()
Ddapm.c139 ref->elem = tplg_elem_lookup(&tplg->enum_list, in tplg_build_widget()
232 !tplg_elem_lookup(&tplg->enum_list, route->control, in tplg_build_routes()
Delem.c52 .loff = offsetof(snd_tplg_t, enum_list),
Dtplg_local.h100 struct list_head enum_list; member
Dctl.c290 base = &tplg->enum_list; in tplg_build_controls()