Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dformats.h183 _mesa_array_format_get_num_channels(mesa_array_format f) in _mesa_array_format_get_num_channels() function
Dformats.c114 _mesa_array_format_get_num_channels(format); in _mesa_get_format_bytes()
235 num_channels = _mesa_array_format_get_num_channels(format); in get_base_format_for_array_format()
384 num_channels = _mesa_array_format_get_num_channels(format); in _mesa_array_format_flip_channels()
Dformat_utils.c406 src_num_channels = _mesa_array_format_get_num_channels(src_array_format); in _mesa_format_convert()
416 dst_num_channels = _mesa_array_format_get_num_channels(dst_array_format); in _mesa_format_convert()