Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_winsys.h26 nvc0_add_resident(struct nouveau_bufctx *bufctx, int bin, in nvc0_add_resident() function
39 nvc0_add_resident(bctx, NVC0_BIND_##bin, res, NOUVEAU_BO_##acc)
Dnve4_compute.c861 nvc0_add_resident(nvc0->bufctx_cp, NVC0_BIND_CP_BINDLESS, resident->buf, in nve4_launch_grid()
866 nvc0_add_resident(nvc0->bufctx_cp, NVC0_BIND_CP_BINDLESS, resident->buf, in nve4_launch_grid()
Dnvc0_vbo.c994 nvc0_add_resident(nvc0->bufctx_3d, NVC0_BIND_3D_BINDLESS, resident->buf, in nvc0_draw_vbo()
999 nvc0_add_resident(nvc0->bufctx_3d, NVC0_BIND_3D_BINDLESS, resident->buf, in nvc0_draw_vbo()
Dnvc0_compute.c311 nvc0_add_resident(nvc0->bufctx_cp, NVC0_BIND_CP_GLOBAL, in nvc0_compute_validate_globals()