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.c124 _mesa_array_format_get_num_channels(format); in _mesa_get_format_bytes()
254 num_channels = _mesa_array_format_get_num_channels(format); in get_base_format_for_array_format()
404 num_channels = _mesa_array_format_get_num_channels(format); in _mesa_array_format_flip_channels()
Dformats.h201 _mesa_array_format_get_num_channels(mesa_array_format f) in _mesa_array_format_get_num_channels() function
Dformat_utils.c422 src_num_channels = _mesa_array_format_get_num_channels(src_array_format); in _mesa_format_convert()
432 dst_num_channels = _mesa_array_format_get_num_channels(dst_array_format); in _mesa_format_convert()