Searched refs:MESA_FORMAT_L_UNORM16 (Results 1 – 10 of 10) sorted by relevance
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_surface_formats.c | 55 [MESA_FORMAT_L_UNORM16] = ISL_FORMAT_L16_UNORM, in brw_isl_format_for_mesa_format()
|
/external/mesa3d/src/mesa/main/ |
D | formats.h | 390 MESA_FORMAT_L_UNORM16, /* ushort[i] = L */ enumerator
|
D | texformat.c | 185 RETURN_IF_SUPPORTED(MESA_FORMAT_L_UNORM16); in _mesa_choose_tex_format()
|
D | formats.c | 911 case MESA_FORMAT_L_UNORM16: in _mesa_uncompressed_format_to_type_and_comps() 1613 case MESA_FORMAT_L_UNORM16: in _mesa_format_matches_format_and_type()
|
D | formats.csv | 108 MESA_FORMAT_L_UNORM16 , array , 1, 1, 1, un16, , , , xxx1, rgb
|
D | teximage.c | 5229 return MESA_FORMAT_L_UNORM16; in _mesa_get_texbuffer_format()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_format.c | 113 case MESA_FORMAT_L_UNORM16: in st_mesa_format_to_pipe_format() 597 return MESA_FORMAT_L_UNORM16; in st_pipe_format_to_mesa_format()
|
/external/mesa3d/prebuilt-intermediates/main/ |
D | format_pack.c | 7393 case MESA_FORMAT_L_UNORM16: in _mesa_get_pack_ubyte_rgba_function() 7939 case MESA_FORMAT_L_UNORM16: in _mesa_get_pack_float_rgba_function() 8431 case MESA_FORMAT_L_UNORM16: in _mesa_pack_ubyte_rgba_row() 10227 case MESA_FORMAT_L_UNORM16: in _mesa_pack_float_rgba_row()
|
D | format_unpack.c | 5584 case MESA_FORMAT_L_UNORM16: in _mesa_unpack_rgba_row() 6271 case MESA_FORMAT_L_UNORM16: in _mesa_unpack_ubyte_rgba_row()
|
D | format_info.h | 707 .Name = MESA_FORMAT_L_UNORM16,
|