Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dformat_info.py101 def get_channel_bits(fmat, chan_name): function
181 bits = [ get_channel_bits(fmat, name) for name in ['r', 'g', 'b', 'a']]
183 bits = [ get_channel_bits(fmat, name) for name in ['l', 'i', 'z', 's']]