Searched refs:txc (Results 1 - 16 of 16) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/
H A Dnvc0_tex.c214 struct nouveau_bo *txc = nvc0->screen->txc; local
236 PUSH_DATAh(push, txc->offset + (tic->id * 32));
237 PUSH_DATA (push, txc->offset + (tic->id * 32));
280 struct nouveau_bo *txc = nvc0->screen->txc; local
301 PUSH_DATAh(push, txc->offset + (tic->id * 32));
302 PUSH_DATA (push, txc->offset + (tic->id * 32));
375 nvc0_m2mf_push_linear(&nvc0->base, nvc0->screen->txc,
401 struct nouveau_bo *txc local
[all...]
H A Dnvc0_screen.h34 struct nouveau_bo *txc; /* TIC (offset 0) and TSC (65536) */ member in struct:nvc0_screen
H A Dnvc0_screen.c267 nouveau_bo_ref(NULL, &screen->txc);
667 &screen->txc);
672 PUSH_DATAh(push, screen->txc->offset);
673 PUSH_DATA (push, screen->txc->offset);
677 PUSH_DATAh(push, screen->txc->offset + 65536);
678 PUSH_DATA (push, screen->txc->offset + 65536);
H A Dnvc0_context.c185 BCTX_REFN_bo(nvc0->bufctx_3d, SCREEN, flags, screen->txc);
/external/mesa3d/src/gallium/drivers/nvc0/
H A Dnvc0_tex.c214 struct nouveau_bo *txc = nvc0->screen->txc; local
236 PUSH_DATAh(push, txc->offset + (tic->id * 32));
237 PUSH_DATA (push, txc->offset + (tic->id * 32));
280 struct nouveau_bo *txc = nvc0->screen->txc; local
301 PUSH_DATAh(push, txc->offset + (tic->id * 32));
302 PUSH_DATA (push, txc->offset + (tic->id * 32));
375 nvc0_m2mf_push_linear(&nvc0->base, nvc0->screen->txc,
401 struct nouveau_bo *txc local
[all...]
H A Dnvc0_screen.h34 struct nouveau_bo *txc; /* TIC (offset 0) and TSC (65536) */ member in struct:nvc0_screen
H A Dnvc0_screen.c267 nouveau_bo_ref(NULL, &screen->txc);
667 &screen->txc);
672 PUSH_DATAh(push, screen->txc->offset);
673 PUSH_DATA (push, screen->txc->offset);
677 PUSH_DATAh(push, screen->txc->offset + 65536);
678 PUSH_DATA (push, screen->txc->offset + 65536);
H A Dnvc0_context.c185 BCTX_REFN_bo(nvc0->bufctx_3d, SCREEN, flags, screen->txc);
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/
H A Dnv50_tex.c203 struct nouveau_bo *txc = nv50->screen->txc; local
228 PUSH_DATAh(push, txc->offset);
229 PUSH_DATA (push, txc->offset);
304 nv50_sifc_linear_u8(&nv50->base, nv50->screen->txc,
H A Dnv50_screen.h33 struct nouveau_bo *txc; /* TIC (offset 0) and TSC (65536) */ member in struct:nv50_screen
H A Dnv50_screen.c278 nouveau_bo_ref(NULL, &screen->txc);
478 PUSH_DATAh(push, screen->txc->offset);
479 PUSH_DATA (push, screen->txc->offset);
483 PUSH_DATAh(push, screen->txc->offset + 65536);
484 PUSH_DATA (push, screen->txc->offset + 65536);
759 &screen->txc);
H A Dnv50_context.c180 BCTX_REFN_bo(nv50->bufctx_3d, SCREEN, flags, screen->txc);
/external/mesa3d/src/gallium/drivers/nv50/
H A Dnv50_tex.c203 struct nouveau_bo *txc = nv50->screen->txc; local
228 PUSH_DATAh(push, txc->offset);
229 PUSH_DATA (push, txc->offset);
304 nv50_sifc_linear_u8(&nv50->base, nv50->screen->txc,
H A Dnv50_screen.h33 struct nouveau_bo *txc; /* TIC (offset 0) and TSC (65536) */ member in struct:nv50_screen
H A Dnv50_screen.c278 nouveau_bo_ref(NULL, &screen->txc);
478 PUSH_DATAh(push, screen->txc->offset);
479 PUSH_DATA (push, screen->txc->offset);
483 PUSH_DATAh(push, screen->txc->offset + 65536);
484 PUSH_DATA (push, screen->txc->offset + 65536);
759 &screen->txc);
H A Dnv50_context.c180 BCTX_REFN_bo(nv50->bufctx_3d, SCREEN, flags, screen->txc);

Completed in 215 milliseconds