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.h184 _mesa_array_format_get_num_channels(mesa_array_format f) in _mesa_array_format_get_num_channels() function
Dformat_utils.c392 src_num_channels = _mesa_array_format_get_num_channels(src_array_format); in _mesa_format_convert()
402 dst_num_channels = _mesa_array_format_get_num_channels(dst_array_format); in _mesa_format_convert()
Dformats.c230 num_channels = _mesa_array_format_get_num_channels(format); in get_base_format_for_array_format()
379 num_channels = _mesa_array_format_get_num_channels(format); in _mesa_array_format_flip_channels()