Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_screen.h211 bool color_write_missing; member
Dzink_framebuffer.c143 …ctx->disable_color_writes && zink_screen(ctx->base.screen)->driver_workarounds.color_write_missing; in zink_use_dummy_attachments()
Dzink_pipeline.c259 if (!screen->driver_workarounds.color_write_missing) in zink_create_gfx_pipeline()
Dzink_screen.c2105 screen->driver_workarounds.color_write_missing = in init_driver_workarounds()
Dzink_context.c2668 if (!screen->driver_workarounds.color_write_missing) { in reapply_color_write()
2795 if (zink_screen(ctx->base.screen)->driver_workarounds.color_write_missing) { in zink_set_color_write_enables()