Home
last modified time | relevance | path

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

/external/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]