Home
last modified time | relevance | path

Searched refs:has_etc2 (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/mesa/state_tracker/tests/
Dst_format.c60 .has_etc2 = true, in main()
/third_party/mesa3d/src/mesa/state_tracker/
Dst_context.h141 boolean has_etc2; member
Dst_format.c77 if (_mesa_is_format_etc2(mesaFormat) && !st->has_etc2) { in st_mesa_format_to_pipe_format()
Dst_context.c567 st->has_etc2 = screen->is_format_supported(screen, PIPE_FORMAT_ETC2_RGB8, in st_create_context_priv()
Dst_cb_texture.c440 return !st->has_etc2; in st_compressed_format_fallback()