Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dtexstore.c3017 _mesa_texstore_rgba_float32(TEXSTORE_PARAMS) in _mesa_texstore_rgba_float32() function
4105 table[MESA_FORMAT_RGBA_FLOAT32] = _mesa_texstore_rgba_float32; in _mesa_get_texstore_func()
4107 table[MESA_FORMAT_RGB_FLOAT32] = _mesa_texstore_rgba_float32; in _mesa_get_texstore_func()
4109 table[MESA_FORMAT_ALPHA_FLOAT32] = _mesa_texstore_rgba_float32; in _mesa_get_texstore_func()
4111 table[MESA_FORMAT_LUMINANCE_FLOAT32] = _mesa_texstore_rgba_float32; in _mesa_get_texstore_func()
4113 table[MESA_FORMAT_LUMINANCE_ALPHA_FLOAT32] = _mesa_texstore_rgba_float32; in _mesa_get_texstore_func()
4115 table[MESA_FORMAT_INTENSITY_FLOAT32] = _mesa_texstore_rgba_float32; in _mesa_get_texstore_func()
4117 table[MESA_FORMAT_R_FLOAT32] = _mesa_texstore_rgba_float32; in _mesa_get_texstore_func()
4119 table[MESA_FORMAT_RG_FLOAT32] = _mesa_texstore_rgba_float32; in _mesa_get_texstore_func()