Lines Matching defs:pctx
394 lima_create_fs_state(struct pipe_context *pctx,
397 struct lima_context *ctx = lima_context(pctx);
411 nir = tgsi_to_nir(cso->tokens, pctx->screen, false);
444 lima_bind_fs_state(struct pipe_context *pctx, void *hwcso)
446 struct lima_context *ctx = lima_context(pctx);
453 lima_delete_fs_state(struct pipe_context *pctx, void *hwcso)
455 struct lima_context *ctx = lima_context(pctx);
641 lima_create_vs_state(struct pipe_context *pctx,
644 struct lima_context *ctx = lima_context(pctx);
658 nir = tgsi_to_nir(cso->tokens, pctx->screen, false);
687 lima_bind_vs_state(struct pipe_context *pctx, void *hwcso)
689 struct lima_context *ctx = lima_context(pctx);
696 lima_delete_vs_state(struct pipe_context *pctx, void *hwcso)
698 struct lima_context *ctx = lima_context(pctx);