Home
last modified time | relevance | path

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

/external/libdrm/nouveau/
Dbufctx.c67 struct nouveau_bufctx **pbctx) in nouveau_bufctx_new() argument
78 *pbctx = &priv->base; in nouveau_bufctx_new()
86 nouveau_bufctx_del(struct nouveau_bufctx **pbctx) in nouveau_bufctx_del() argument
88 struct nouveau_bufctx_priv *pctx = nouveau_bufctx(*pbctx); in nouveau_bufctx_del()
98 *pbctx = NULL; in nouveau_bufctx_del()