Searched refs:pipeline_changed (Results 1 – 5 of 5) sorted by relevance
8 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()
421 bool pipeline_changed = prev_pipeline != pipeline; in update_gfx_pipeline() local422 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() local588 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()
227 bool pipeline_changed[2]; //gfx, compute member
2462 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()
2853 - zink: split pipeline_changed to use template value separately