Searched defs:nr_channels (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_format_parse.py136 def nr_channels(self): member in class:Format
137 nr_channels = 0
140 nr_channels += 1
141 return nr_channels
H A Du_format.h156 unsigned nr_channels:3; member in struct:util_format_description
921 return desc->nr_channels;
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_format_parse.py136 def nr_channels(self): member in class:Format
137 nr_channels = 0
140 nr_channels += 1
141 return nr_channels
H A Du_format.h156 unsigned nr_channels:3; member in struct:util_format_description
921 return desc->nr_channels;

Completed in 143 milliseconds