Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/drivers/dri/nouveau/
Dnv04_surface.c43 case MESA_FORMAT_B2G3R3_UNORM: in swzsurf_format()
82 case MESA_FORMAT_B2G3R3_UNORM: in surf2d_format()
121 case MESA_FORMAT_B2G3R3_UNORM: in rect_format()
160 case MESA_FORMAT_B2G3R3_UNORM: in sifm_format()
/external/mesa3d/src/mesa/main/
Dformats.h361 MESA_FORMAT_B2G3R3_UNORM, /* RRRG GGBB */ enumerator
Dtexformat.c135 RETURN_IF_SUPPORTED(MESA_FORMAT_B2G3R3_UNORM); in _mesa_choose_tex_format()
Dformats.c949 case MESA_FORMAT_B2G3R3_UNORM: in _mesa_uncompressed_format_to_type_and_comps()
1561 case MESA_FORMAT_B2G3R3_UNORM: in _mesa_format_matches_format_and_type()
Dformats.csv81 MESA_FORMAT_B2G3R3_UNORM , packed, 1, 1, 1, un2 , un3 , un3 , , zyx1, rgb
Dglformats.c3584 return MESA_FORMAT_B2G3R3_UNORM; in _mesa_format_from_format_and_type()
/external/mesa3d/src/mesa/state_tracker/
Dst_format.c89 case MESA_FORMAT_B2G3R3_UNORM: in st_mesa_format_to_pipe_format()
573 return MESA_FORMAT_B2G3R3_UNORM; in st_pipe_format_to_mesa_format()
/external/mesa3d/src/mesa/drivers/dri/swrast/
Dswrast.c457 rb->Format = MESA_FORMAT_B2G3R3_UNORM; in swrast_new_renderbuffer()
/external/mesa3d/prebuilt-intermediates/main/
Dformat_pack.c7345 case MESA_FORMAT_B2G3R3_UNORM: in _mesa_get_pack_ubyte_rgba_function()
7891 case MESA_FORMAT_B2G3R3_UNORM: in _mesa_get_pack_float_rgba_function()
8319 case MESA_FORMAT_B2G3R3_UNORM: in _mesa_pack_ubyte_rgba_row()
10115 case MESA_FORMAT_B2G3R3_UNORM: in _mesa_pack_float_rgba_row()
Dformat_unpack.c5488 case MESA_FORMAT_B2G3R3_UNORM: in _mesa_unpack_rgba_row()
6159 case MESA_FORMAT_B2G3R3_UNORM: in _mesa_unpack_ubyte_rgba_row()
Dformat_info.h399 .Name = MESA_FORMAT_B2G3R3_UNORM,