Lines Matching defs:mode
366 update_gfx_pipeline(struct zink_context *ctx, struct zink_batch_state *bs, enum pipe_prim_type mode)
370 VkPipeline pipeline = zink_get_gfx_pipeline(ctx, ctx->curr_program, &ctx->gfx_pipeline_state, mode);
430 bool mode_changed = ctx->gfx_pipeline_state.gfx_prim_mode != dinfo->mode;
434 enum pipe_prim_type mode = (enum pipe_prim_type)dinfo->mode;
544 if (mode == PIPE_PRIM_POINTS) {
554 ctx->gfx_pipeline_state.gfx_prim_mode = mode;
574 bool pipeline_changed = update_gfx_pipeline<BATCH_CHANGED>(ctx, batch->state, mode);
690 reduced_prim = u_reduced_prim(mode);
753 VKCTX(CmdSetPrimitiveTopologyEXT)(batch->state->cmdbuf, zink_primitive_topology(mode));
904 dinfo.mode = info.mode;