Lines Matching defs:pctx
150 lima_clear(struct pipe_context *pctx, unsigned buffers, const struct pipe_scissor_state *scissor_state,
153 struct lima_context *ctx = lima_context(pctx);
1015 lima_draw_vbo_update(struct pipe_context *pctx,
1019 struct lima_context *ctx = lima_context(pctx);
1070 lima_draw_vbo_indexed(struct pipe_context *pctx,
1074 struct lima_context *ctx = lima_context(pctx);
1099 u_vbuf_get_minmax_index(pctx, info, draw, &ctx->min_index, &ctx->max_index);
1107 lima_draw_vbo_update(pctx, info, draw);
1114 lima_draw_vbo_count(struct pipe_context *pctx,
1133 lima_draw_vbo_update(pctx, info, &local_draw);
1141 lima_draw_vbo(struct pipe_context *pctx,
1149 util_draw_multi(pctx, info, drawid_offset, indirect, draws, num_draws);
1160 struct lima_context *ctx = lima_context(pctx);
1195 lima_draw_vbo_indexed(pctx, info, &draws[0]);
1197 lima_draw_vbo_count(pctx, info, &draws[0]);