Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_context.h278 bool sample_locations_changed; member
Dzink_draw.cpp724 if (ctx->sample_locations_changed) { in zink_draw_vbo()
729 ctx->sample_locations_changed = false; in zink_draw_vbo()
Dzink_context.c2016 if (ctx->gfx_pipeline_state.sample_locations_enabled && ctx->sample_locations_changed) { in setup_framebuffer()
2590 ctx->sample_locations_changed |= ctx->gfx_pipeline_state.sample_locations_enabled; in zink_set_framebuffer_state()
2624 ctx->sample_locations_changed = ctx->gfx_pipeline_state.sample_locations_enabled; in zink_set_sample_locations()
/third_party/mesa3d/docs/relnotes/
D21.2.0.rst3972 - zink: also flag sample_locations_changed if framebuffer samples changes