Searched refs:missing_a8_unorm (Results 1 – 2 of 2) sorted by relevance
1823 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()
1547 bool missing_a8_unorm; member