Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dtexstore.c3535 _mesa_texstore_rgba_uint32(TEXSTORE_PARAMS) in _mesa_texstore_rgba_uint32() function
4156 table[MESA_FORMAT_ALPHA_UINT32] = _mesa_texstore_rgba_uint32; in _mesa_get_texstore_func()
4163 table[MESA_FORMAT_INTENSITY_UINT32] = _mesa_texstore_rgba_uint32; in _mesa_get_texstore_func()
4170 table[MESA_FORMAT_LUMINANCE_UINT32] = _mesa_texstore_rgba_uint32; in _mesa_get_texstore_func()
4177 table[MESA_FORMAT_LUMINANCE_ALPHA_UINT32] = _mesa_texstore_rgba_uint32; in _mesa_get_texstore_func()
4203 table[MESA_FORMAT_R_UINT32] = _mesa_texstore_rgba_uint32; in _mesa_get_texstore_func()
4204 table[MESA_FORMAT_RG_UINT32] = _mesa_texstore_rgba_uint32; in _mesa_get_texstore_func()
4205 table[MESA_FORMAT_RGB_UINT32] = _mesa_texstore_rgba_uint32; in _mesa_get_texstore_func()
4206 table[MESA_FORMAT_RGBA_UINT32] = _mesa_texstore_rgba_uint32; in _mesa_get_texstore_func()