Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/main/
Dformat_utils.c286 uint8_t src2dst[4], src2rgba[4], rgba2dst[4], dst2rgba[4]; in _mesa_format_convert() local
433 _mesa_array_format_get_swizzle(dst_array_format, dst2rgba); in _mesa_format_convert()
434 invert_swizzle(rgba2dst, dst2rgba); in _mesa_format_convert()