Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dtexcompress.c312 return MESA_FORMAT_RGBA_FXT1; in _mesa_glenum_to_compressed_format()
381 case MESA_FORMAT_RGBA_FXT1: in _mesa_compressed_format_to_glenum()
513 case MESA_FORMAT_RGBA_FXT1: in _mesa_decompress_image()
Dformats.h137 MESA_FORMAT_RGBA_FXT1, enumerator
Dformats.c588 MESA_FORMAT_RGBA_FXT1,
1812 case MESA_FORMAT_RGBA_FXT1: in _mesa_get_uncompressed_format()
2270 case MESA_FORMAT_RGBA_FXT1: in _mesa_format_to_type_and_comps()
2770 case MESA_FORMAT_RGBA_FXT1: in _mesa_format_matches_format_and_type()
Dtexformat.c264 RETURN_IF_SUPPORTED(MESA_FORMAT_RGBA_FXT1); in _mesa_choose_tex_format()
299 RETURN_IF_SUPPORTED(MESA_FORMAT_RGBA_FXT1); in _mesa_choose_tex_format()
Dformat_pack.c1750 table[MESA_FORMAT_RGBA_FXT1] = NULL; /* pack_ubyte_RGBA_FXT1; */ in _mesa_get_pack_ubyte_rgba_function()
1895 table[MESA_FORMAT_RGBA_FXT1] = NULL; in _mesa_get_pack_float_rgba_function()
Dtexcompress_fxt1.c120 ASSERT(dstFormat == MESA_FORMAT_RGBA_FXT1); in _mesa_texstore_rgba_fxt1()
Dformat_unpack.c1535 table[MESA_FORMAT_RGBA_FXT1] = unpack_RGBA_FXT1; in get_unpack_rgba_function()
Dtexstore.c4100 table[MESA_FORMAT_RGBA_FXT1] = _mesa_texstore_rgba_fxt1; in _mesa_get_texstore_func()
/external/mesa3d/src/mesa/drivers/dri/i915/
Di915_context.c134 ctx->TextureFormatSupported[MESA_FORMAT_RGBA_FXT1] = true; in intel_init_texture_formats()
Di830_texstate.c69 case MESA_FORMAT_RGBA_FXT1: in translate_texture_format()
Di915_texstate.c70 case MESA_FORMAT_RGBA_FXT1: in translate_texture_format()
/external/mesa3d/src/mesa/swrast/
Ds_texfetch.c459 MESA_FORMAT_RGBA_FXT1,
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_wm_surface_state.c348 [MESA_FORMAT_RGBA_FXT1] = BRW_SURFACEFORMAT_FXT1, in brw_format_for_mesa_format()