Searched refs:uniform_bo (Results 1 – 5 of 5) sorted by relevance
/external/mesa3d/src/gallium/drivers/nvc0/ |
D | nvc0_screen.c | 265 nouveau_bo_ref(NULL, &screen->uniform_bo); in nvc0_screen_destroy() 588 &screen->uniform_bo); in nvc0_screen_create() 597 PUSH_DATAh(push, screen->uniform_bo->offset + (5 << 16) + (i << 9)); in nvc0_screen_create() 598 PUSH_DATA (push, screen->uniform_bo->offset + (5 << 16) + (i << 9)); in nvc0_screen_create() 618 PUSH_DATAh(push, screen->uniform_bo->offset + (5 << 16) + (6 << 9)); in nvc0_screen_create() 619 PUSH_DATA (push, screen->uniform_bo->offset + (5 << 16) + (6 << 9)); in nvc0_screen_create() 627 PUSH_DATAh(push, screen->uniform_bo->offset + (5 << 16) + (6 << 9)); in nvc0_screen_create() 628 PUSH_DATA (push, screen->uniform_bo->offset + (5 << 16) + (6 << 9)); in nvc0_screen_create()
|
D | nvc0_screen.h | 32 struct nouveau_bo *uniform_bo; member
|
D | nvc0_context.c | 184 BCTX_REFN_bo(nvc0->bufctx_3d, SCREEN, flags, screen->uniform_bo); in nvc0_create()
|
D | nvc0_state_validate.c | 256 struct nouveau_bo *bo = nvc0->screen->uniform_bo; in nvc0_upload_uclip_planes() 366 struct nouveau_bo *bo = nvc0->screen->uniform_bo; in nvc0_constbufs_validate()
|
D | nvc0_tex.c | 475 address = nvc0->screen->uniform_bo->offset + (5 << 16); in nve4_set_tex_handles()
|