Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/zink/
Dzink_screen.c1823 if (format == PIPE_FORMAT_A8_UNORM && !screen->driver_workarounds.missing_a8_unorm) in zink_get_format()
1877 screen->driver_workarounds.missing_a8_unorm)) { in zink_convert_color()
2114 if (pformat == PIPE_FORMAT_A8_UNORM && !screen->driver_workarounds.missing_a8_unorm) { in zink_init_format_props()
2118 screen->driver_workarounds.missing_a8_unorm = true; in zink_init_format_props()
2823 screen->driver_workarounds.missing_a8_unorm = true; in init_driver_workarounds()
Dzink_types.h1547 bool missing_a8_unorm; member