Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dtexstore.c3087 _mesa_texstore_rgba_float16(TEXSTORE_PARAMS) in _mesa_texstore_rgba_float16() function
4106 table[MESA_FORMAT_RGBA_FLOAT16] = _mesa_texstore_rgba_float16; in _mesa_get_texstore_func()
4108 table[MESA_FORMAT_RGB_FLOAT16] = _mesa_texstore_rgba_float16; in _mesa_get_texstore_func()
4110 table[MESA_FORMAT_ALPHA_FLOAT16] = _mesa_texstore_rgba_float16; in _mesa_get_texstore_func()
4112 table[MESA_FORMAT_LUMINANCE_FLOAT16] = _mesa_texstore_rgba_float16; in _mesa_get_texstore_func()
4114 table[MESA_FORMAT_LUMINANCE_ALPHA_FLOAT16] = _mesa_texstore_rgba_float16; in _mesa_get_texstore_func()
4116 table[MESA_FORMAT_INTENSITY_FLOAT16] = _mesa_texstore_rgba_float16; in _mesa_get_texstore_func()
4118 table[MESA_FORMAT_R_FLOAT16] = _mesa_texstore_rgba_float16; in _mesa_get_texstore_func()
4120 table[MESA_FORMAT_RG_FLOAT16] = _mesa_texstore_rgba_float16; in _mesa_get_texstore_func()