Home
last modified time | relevance | path

Searched refs:tuple_list (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/mesa/main/
Dformat_info.py176 def format_channel_bits(fmat, tuple_list): argument
177 return ['.%s = %s' % (field, str(get_channel_bits(fmat, name))) for (field, name) in tuple_list]
/third_party/alsa-lib/src/topology/
Dparser.c488 INIT_LIST_HEAD(&tplg->tuple_list); in snd_tplg_create()
520 tplg_elem_free_list(&tplg->tuple_list); in snd_tplg_free()
Delem.c213 .loff = offsetof(snd_tplg_t, tuple_list),
Dtplg_local.h92 struct list_head tuple_list; member
Ddata.c693 ref->elem = tplg_elem_lookup(&tplg->tuple_list, in build_tuples()