Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_surface_formats.c57 [MESA_FORMAT_I_UNORM16] = ISL_FORMAT_I16_UNORM, in brw_isl_format_for_mesa_format()
/external/mesa3d/src/mesa/main/
Dformats.h392 MESA_FORMAT_I_UNORM16, /* ushort[i] = I */ enumerator
Dtexformat.c217 RETURN_IF_SUPPORTED(MESA_FORMAT_I_UNORM16); in _mesa_choose_tex_format()
Dformats.c912 case MESA_FORMAT_I_UNORM16: in _mesa_uncompressed_format_to_type_and_comps()
1617 case MESA_FORMAT_I_UNORM16: in _mesa_format_matches_format_and_type()
Dformats.csv110 MESA_FORMAT_I_UNORM16 , array , 1, 1, 1, un16, , , , xxxx, rgb
Dteximage.c5269 return MESA_FORMAT_I_UNORM16; in _mesa_get_texbuffer_format()
/external/mesa3d/src/mesa/state_tracker/
Dst_format.c117 case MESA_FORMAT_I_UNORM16: in st_mesa_format_to_pipe_format()
601 return MESA_FORMAT_I_UNORM16; in st_pipe_format_to_mesa_format()
/external/mesa3d/prebuilt-intermediates/main/
Dformat_pack.c7399 case MESA_FORMAT_I_UNORM16: in _mesa_get_pack_ubyte_rgba_function()
7945 case MESA_FORMAT_I_UNORM16: in _mesa_get_pack_float_rgba_function()
8445 case MESA_FORMAT_I_UNORM16: in _mesa_pack_ubyte_rgba_row()
10241 case MESA_FORMAT_I_UNORM16: in _mesa_pack_float_rgba_row()
Dformat_unpack.c5596 case MESA_FORMAT_I_UNORM16: in _mesa_unpack_rgba_row()
6285 case MESA_FORMAT_I_UNORM16: in _mesa_unpack_ubyte_rgba_row()
Dformat_info.h735 .Name = MESA_FORMAT_I_UNORM16,