Searched refs:stack_bo (Results 1 – 4 of 4) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/ |
D | nv50_screen.c | 640 nouveau_bo_ref(NULL, &screen->stack_bo); in nv50_screen_destroy() 803 PUSH_DATAh(push, screen->stack_bo->offset); in nv50_screen_init_hwctx() 804 PUSH_DATA (push, screen->stack_bo->offset); in nv50_screen_init_hwctx() 1163 &screen->stack_bo); in nv50_screen_create()
|
D | nv50_screen.h | 71 struct nouveau_bo *stack_bo; member
|
D | nv50_context.c | 392 BCTX_REFN_bo(nv50->bufctx_3d, 3D_SCREEN, flags, screen->stack_bo); in nv50_create() 397 BCTX_REFN_bo(nv50->bufctx_cp, CP_SCREEN, flags, screen->stack_bo); in nv50_create()
|
D | nv50_compute.c | 79 PUSH_DATAh(push, screen->stack_bo->offset); in nv50_screen_compute_setup() 80 PUSH_DATA (push, screen->stack_bo->offset); in nv50_screen_compute_setup()
|