Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_surface_formats.c364 static const mesa_format rgbx_formats[] = { in brw_screen_init_surface_formats() local
372 for (int i = 0; i < ARRAY_SIZE(rgbx_formats); i++) { in brw_screen_init_surface_formats()
373 screen->mesa_format_supports_texture[rgbx_formats[i]] = false; in brw_screen_init_surface_formats()
374 screen->mesa_format_supports_render[rgbx_formats[i]] = false; in brw_screen_init_surface_formats()