Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_context.c153 nouveau_bufctx_del(&nv50->bufctx_3d); in nv50_context_unreference_resources()
154 nouveau_bufctx_del(&nv50->bufctx); in nv50_context_unreference_resources()
155 nouveau_bufctx_del(&nv50->bufctx_cp); in nv50_context_unreference_resources()
426 nouveau_bufctx_del(&nv50->bufctx_3d); in nv50_create()
428 nouveau_bufctx_del(&nv50->bufctx_cp); in nv50_create()
430 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()
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_context.c195 nouveau_bufctx_del(&nvc0->bufctx_3d); in nvc0_context_unreference_resources()
196 nouveau_bufctx_del(&nvc0->bufctx); in nvc0_context_unreference_resources()
197 nouveau_bufctx_del(&nvc0->bufctx_cp); in nvc0_context_unreference_resources()
563 nouveau_bufctx_del(&nvc0->bufctx_3d); in nvc0_create()
565 nouveau_bufctx_del(&nvc0->bufctx_cp); in nvc0_create()
567 nouveau_bufctx_del(&nvc0->bufctx); in nvc0_create()
/third_party/libdrm/nouveau/
Dnouveau-symbols.txt10 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 **);
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnv30_context.c174 nouveau_bufctx_del(&nv30->bufctx); in nv30_context_destroy()
/third_party/mesa3d/src/gallium/drivers/nouveau/
Dnouveau_video.c487 nouveau_bufctx_del(&dec->bufctx); in nouveau_decoder_destroy()