Home
last modified time | relevance | path

Searched refs:txc (Results 1 – 8 of 8) sorted by relevance

/external/mesa3d/src/gallium/drivers/nvc0/
Dnvc0_tex.c214 struct nouveau_bo *txc = nvc0->screen->txc; in nvc0_validate_tic() local
236 PUSH_DATAh(push, txc->offset + (tic->id * 32)); in nvc0_validate_tic()
237 PUSH_DATA (push, txc->offset + (tic->id * 32)); in nvc0_validate_tic()
280 struct nouveau_bo *txc = nvc0->screen->txc; in nve4_validate_tic() local
301 PUSH_DATAh(push, txc->offset + (tic->id * 32)); in nve4_validate_tic()
302 PUSH_DATA (push, txc->offset + (tic->id * 32)); in nve4_validate_tic()
375 nvc0_m2mf_push_linear(&nvc0->base, nvc0->screen->txc, in nvc0_validate_tsc()
401 struct nouveau_bo *txc = nvc0->screen->txc; in nve4_validate_tsc() local
418 PUSH_DATAh(push, txc->offset + 65536 + (tsc->id * 32)); in nve4_validate_tsc()
419 PUSH_DATA (push, txc->offset + 65536 + (tsc->id * 32)); in nve4_validate_tsc()
Dnvc0_screen.c267 nouveau_bo_ref(NULL, &screen->txc); in nvc0_screen_destroy()
667 &screen->txc); in nvc0_screen_create()
672 PUSH_DATAh(push, screen->txc->offset); in nvc0_screen_create()
673 PUSH_DATA (push, screen->txc->offset); in nvc0_screen_create()
677 PUSH_DATAh(push, screen->txc->offset + 65536); in nvc0_screen_create()
678 PUSH_DATA (push, screen->txc->offset + 65536); in nvc0_screen_create()
Dnvc0_screen.h34 struct nouveau_bo *txc; /* TIC (offset 0) and TSC (65536) */ member
Dnvc0_context.c185 BCTX_REFN_bo(nvc0->bufctx_3d, SCREEN, flags, screen->txc); in nvc0_create()
/external/mesa3d/src/gallium/drivers/nv50/
Dnv50_tex.c203 struct nouveau_bo *txc = nv50->screen->txc; in nv50_validate_tic() local
228 PUSH_DATAh(push, txc->offset); in nv50_validate_tic()
229 PUSH_DATA (push, txc->offset); in nv50_validate_tic()
304 nv50_sifc_linear_u8(&nv50->base, nv50->screen->txc, in nv50_validate_tsc()
Dnv50_screen.c278 nouveau_bo_ref(NULL, &screen->txc); in nv50_screen_destroy()
478 PUSH_DATAh(push, screen->txc->offset); in nv50_screen_init_hwctx()
479 PUSH_DATA (push, screen->txc->offset); in nv50_screen_init_hwctx()
483 PUSH_DATAh(push, screen->txc->offset + 65536); in nv50_screen_init_hwctx()
484 PUSH_DATA (push, screen->txc->offset + 65536); in nv50_screen_init_hwctx()
759 &screen->txc); in nv50_screen_create()
Dnv50_screen.h33 struct nouveau_bo *txc; /* TIC (offset 0) and TSC (65536) */ member
Dnv50_context.c180 BCTX_REFN_bo(nv50->bufctx_3d, SCREEN, flags, screen->txc); in nv50_create()