Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_inlines.h8 ctx->base.draw_vbo = ctx->draw_vbo[ctx->pipeline_changed[0]]; in zink_select_draw_vbo()
15 ctx->base.launch_grid = ctx->launch_grid[ctx->pipeline_changed[1]]; in zink_select_launch_grid()
Dzink_draw.cpp421 bool pipeline_changed = prev_pipeline != pipeline; in update_gfx_pipeline() local
422 if (BATCH_CHANGED || pipeline_changed) in update_gfx_pipeline()
424 return pipeline_changed; in update_gfx_pipeline()
586 bool pipeline_changed = false; in zink_draw_vbo() local
588 pipeline_changed = update_gfx_pipeline<BATCH_CHANGED>(ctx, batch->state, mode); in zink_draw_vbo()
590 if (BATCH_CHANGED || ctx->vp_state_changed || (!HAS_DYNAMIC_STATE && pipeline_changed)) { in zink_draw_vbo()
610 …GED || ctx->scissor_changed || ctx->vp_state_changed || (!HAS_DYNAMIC_STATE && pipeline_changed)) { in zink_draw_vbo()
744 ctx->pipeline_changed[0] = false; in zink_draw_vbo()
893 ctx->pipeline_changed[1] = false; in zink_launch_grid()
Dzink_context.h227 bool pipeline_changed[2]; //gfx, compute member
Dzink_context.c2462 ctx->pipeline_changed[0] = ctx->pipeline_changed[1] = true; in flush_batch()
4046 ctx->pipeline_changed[0] = ctx->pipeline_changed[1] = true; in zink_context_create()
/third_party/mesa3d/docs/relnotes/
D21.3.0.rst2853 - zink: split pipeline_changed to use template value separately