Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dtexstore.c3461 _mesa_texstore_rgba_uint16(TEXSTORE_PARAMS) in _mesa_texstore_rgba_uint16() function
4155 table[MESA_FORMAT_ALPHA_UINT16] = _mesa_texstore_rgba_uint16; in _mesa_get_texstore_func()
4162 table[MESA_FORMAT_INTENSITY_UINT16] = _mesa_texstore_rgba_uint16; in _mesa_get_texstore_func()
4169 table[MESA_FORMAT_LUMINANCE_UINT16] = _mesa_texstore_rgba_uint16; in _mesa_get_texstore_func()
4176 table[MESA_FORMAT_LUMINANCE_ALPHA_UINT16] = _mesa_texstore_rgba_uint16; in _mesa_get_texstore_func()
4199 table[MESA_FORMAT_R_UINT16] = _mesa_texstore_rgba_uint16; in _mesa_get_texstore_func()
4200 table[MESA_FORMAT_RG_UINT16] = _mesa_texstore_rgba_uint16; in _mesa_get_texstore_func()
4201 table[MESA_FORMAT_RGB_UINT16] = _mesa_texstore_rgba_uint16; in _mesa_get_texstore_func()
4202 table[MESA_FORMAT_RGBA_UINT16] = _mesa_texstore_rgba_uint16; in _mesa_get_texstore_func()