Home
last modified time | relevance | path

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

/external/libdrm/nouveau/
Dbufctx.c63 struct nouveau_bufctx **pbctx) in nouveau_bufctx_new() argument
74 *pbctx = &priv->base; in nouveau_bufctx_new()
82 nouveau_bufctx_del(struct nouveau_bufctx **pbctx) in nouveau_bufctx_del() argument
84 struct nouveau_bufctx_priv *pctx = nouveau_bufctx(*pbctx); in nouveau_bufctx_del()
94 *pbctx = NULL; in nouveau_bufctx_del()