Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_context.c135 nouveau_bufctx_del(&nv50->bufctx_3d); in nv50_context_unreference_resources()
136 nouveau_bufctx_del(&nv50->bufctx); in nv50_context_unreference_resources()
137 nouveau_bufctx_del(&nv50->bufctx_cp); in nv50_context_unreference_resources()
388 nouveau_bufctx_del(&nv50->bufctx_3d); in nv50_create()
390 nouveau_bufctx_del(&nv50->bufctx_cp); in nv50_create()
392 nouveau_bufctx_del(&nv50->bufctx); in nv50_create()
Dnv84_video.c249 nouveau_bufctx_del(&dec->bsp_bufctx); in nv84_decoder_destroy()
253 nouveau_bufctx_del(&dec->vp_bufctx); in nv84_decoder_destroy()
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_context.c139 nouveau_bufctx_del(&nvc0->bufctx_3d); in nvc0_context_unreference_resources()
140 nouveau_bufctx_del(&nvc0->bufctx); in nvc0_context_unreference_resources()
141 nouveau_bufctx_del(&nvc0->bufctx_cp); in nvc0_context_unreference_resources()
488 nouveau_bufctx_del(&nvc0->bufctx_3d); in nvc0_create()
490 nouveau_bufctx_del(&nvc0->bufctx_cp); in nvc0_create()
492 nouveau_bufctx_del(&nvc0->bufctx); in nvc0_create()
/external/libdrm/nouveau/
Dnouveau-symbol-check22 nouveau_bufctx_del
Dbufctx.c82 nouveau_bufctx_del(struct nouveau_bufctx **pbctx) in nouveau_bufctx_del() function
Dnouveau.h181 void nouveau_bufctx_del(struct nouveau_bufctx **);
/external/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnv30_context.c174 nouveau_bufctx_del(&nv30->bufctx); in nv30_context_destroy()
/external/mesa3d/src/mesa/drivers/dri/nouveau/
Dnouveau_context.c214 nouveau_bufctx_del(&nctx->hw.bufctx); in nouveau_context_deinit()
/external/mesa3d/src/gallium/drivers/nouveau/
Dnouveau_video.c487 nouveau_bufctx_del(&dec->bufctx); in nouveau_decoder_destroy()