Home
last modified time | relevance | path

Searched refs:pbin (Results 1 - 1 of 1) sorted by relevance

/third_party/libdrm/nouveau/
H A Dbufctx.c102 struct nouveau_bufbin_priv *pbin = &pctx->bins[bin]; in nouveau_bufctx_reset() local
105 while ((pref = pbin->list)) { in nouveau_bufctx_reset()
107 pbin->list = pref->next; in nouveau_bufctx_reset()
112 bctx->relocs -= pbin->relocs; in nouveau_bufctx_reset()
113 pbin->relocs = 0; in nouveau_bufctx_reset()
121 struct nouveau_bufbin_priv *pbin = &pctx->bins[bin]; in nouveau_bufctx_refn() local
136 pref->next = pbin->list; in nouveau_bufctx_refn()
137 pbin->list = pref; in nouveau_bufctx_refn()
149 struct nouveau_bufbin_priv *pbin = &pctx->bins[bin]; in nouveau_bufctx_mthd() local
156 pbin in nouveau_bufctx_mthd()
[all...]

Completed in 1 milliseconds