Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dformats.h159 MESA_FORMAT_INTENSITY_FLOAT16, enumerator
Dtexformat.c382 RETURN_IF_SUPPORTED(MESA_FORMAT_INTENSITY_FLOAT16); in _mesa_choose_tex_format()
390 RETURN_IF_SUPPORTED(MESA_FORMAT_INTENSITY_FLOAT16); in _mesa_choose_tex_format()
Dformats.c733 MESA_FORMAT_INTENSITY_FLOAT16,
2333 case MESA_FORMAT_INTENSITY_FLOAT16: in _mesa_format_to_type_and_comps()
2804 case MESA_FORMAT_INTENSITY_FLOAT16: in _mesa_format_matches_format_and_type()
Dformat_pack.c1767 table[MESA_FORMAT_INTENSITY_FLOAT16] = pack_ubyte_LUMINANCE_FLOAT16; in _mesa_get_pack_ubyte_rgba_function()
1913 table[MESA_FORMAT_INTENSITY_FLOAT16] = pack_float_LUMINANCE_FLOAT16; in _mesa_get_pack_float_rgba_function()
Dtexstore.c3097 dstFormat == MESA_FORMAT_INTENSITY_FLOAT16 || in _mesa_texstore_rgba_float16()
4116 table[MESA_FORMAT_INTENSITY_FLOAT16] = _mesa_texstore_rgba_float16; in _mesa_get_texstore_func()
Dteximage.c3918 return MESA_FORMAT_INTENSITY_FLOAT16; in get_texbuffer_format()
Dformat_unpack.c1552 table[MESA_FORMAT_INTENSITY_FLOAT16] = unpack_INTENSITY_FLOAT16; in get_unpack_rgba_function()
/external/mesa3d/src/mesa/state_tracker/
Dst_format.c176 case MESA_FORMAT_INTENSITY_FLOAT16: in st_mesa_format_to_pipe_format()
508 return MESA_FORMAT_INTENSITY_FLOAT16; in st_pipe_format_to_mesa_format()
/external/mesa3d/src/mesa/swrast/
Ds_texfetch.c555 MESA_FORMAT_INTENSITY_FLOAT16,
/external/mesa3d/src/mesa/drivers/dri/r200/
Dradeon_texture.c486 return MESA_FORMAT_INTENSITY_FLOAT16; in radeonChooseTextureFormat()
/external/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_texture.c486 return MESA_FORMAT_INTENSITY_FLOAT16; in radeonChooseTextureFormat()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_wm_surface_state.c365 [MESA_FORMAT_INTENSITY_FLOAT16] = BRW_SURFACEFORMAT_I16_FLOAT, in brw_format_for_mesa_format()