Searched refs:stack_bo (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/gallium/drivers/nouveau/nv50/ |
D | nv50_compute.c | 78 PUSH_DATAh(push, screen->stack_bo->offset); in nv50_screen_compute_setup() 79 PUSH_DATA (push, screen->stack_bo->offset); in nv50_screen_compute_setup()
|
D | nv50_screen.h | 71 struct nouveau_bo *stack_bo; member
|
D | nv50_screen.c | 581 nouveau_bo_ref(NULL, &screen->stack_bo); in nv50_screen_destroy() 744 PUSH_DATAh(push, screen->stack_bo->offset); in nv50_screen_init_hwctx() 745 PUSH_DATA (push, screen->stack_bo->offset); in nv50_screen_init_hwctx() 1128 &screen->stack_bo); in nv50_screen_create()
|
D | nv50_context.c | 364 BCTX_REFN_bo(nv50->bufctx_3d, 3D_SCREEN, flags, screen->stack_bo); in nv50_create() 368 BCTX_REFN_bo(nv50->bufctx_cp, CP_SCREEN, flags, screen->stack_bo); in nv50_create()
|