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.h303 bool sample_locations_changed; member
Dzink_draw.cpp724 if (ctx->sample_locations_changed) { in zink_draw()
729 ctx->sample_locations_changed = false; in zink_draw()
Dzink_context.c2174 if (ctx->gfx_pipeline_state.sample_locations_enabled && ctx->sample_locations_changed) { in zink_update_vk_sample_locations()
2720 ctx->sample_locations_changed = ctx->gfx_pipeline_state.sample_locations_enabled; in flush_batch()
2950 ctx->sample_locations_changed |= ctx->gfx_pipeline_state.sample_locations_enabled; in zink_set_framebuffer_state()
2984 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