Home
last modified time | relevance | path

Searched refs:MESA_FORMAT_ETC1_RGB8 (Results 1 - 8 of 8) sorted by relevance

/third_party/mesa3d/src/mesa/main/
H A Dtexcompress.c535 return MESA_FORMAT_ETC1_RGB8; in _mesa_glenum_to_compressed_format()
729 case MESA_FORMAT_ETC1_RGB8: in _mesa_compressed_format_to_glenum()
H A Dformats.h554 #define MESA_FORMAT_ETC1_RGB8 PIPE_FORMAT_ETC1_RGB8 macro
H A Dformats.c733 case MESA_FORMAT_ETC1_RGB8: in _mesa_get_uncompressed_format()
H A Dtexcompress_etc.c119 * Decode texture data in format `MESA_FORMAT_ETC1_RGB8` to
1503 case MESA_FORMAT_ETC1_RGB8: in _mesa_get_etc_fetch_func()
H A Dtexstore.c641 table[MESA_FORMAT_ETC1_RGB8] = _mesa_texstore_etc1_rgb8; in texstore_compressed()
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_cb_texture.c436 if (format == MESA_FORMAT_ETC1_RGB8) in st_compressed_format_fallback()
561 if (texImage->TexFormat == MESA_FORMAT_ETC1_RGB8) { in st_UnmapTextureImage()
600 if (texImage->TexFormat == MESA_FORMAT_ETC1_RGB8) { in st_UnmapTextureImage()
1912 texImage->TexFormat != MESA_FORMAT_ETC1_RGB8); in st_TexSubImage()
2423 texImage->TexFormat != MESA_FORMAT_ETC1_RGB8); in st_GetTexSubImage()
2764 texImage->TexFormat != MESA_FORMAT_ETC1_RGB8); in st_CopyTexSubImage()
H A Dst_format.c70 if (mesaFormat == MESA_FORMAT_ETC1_RGB8 && !st->has_etc1) in st_mesa_format_to_pipe_format()
H A Dst_pbo_compute.c1069 texImage->TexFormat != MESA_FORMAT_ETC1_RGB8); in st_GetTexSubImage_shader()

Completed in 16 milliseconds