Searched refs:nvc0_add_resident (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
D | nvc0_winsys.h | 26 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)
|
D | nve4_compute.c | 861 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()
|
D | nvc0_vbo.c | 994 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()
|
D | nvc0_compute.c | 311 nvc0_add_resident(nvc0->bufctx_cp, NVC0_BIND_CP_GLOBAL, in nvc0_compute_validate_globals()
|