HomeSort by relevance Sort by last modified time
    Searched defs:txc (Results 1 - 4 of 4) sorted by null

  /external/mesa3d/src/gallium/drivers/nv50/
nv50_tex.c 203 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,
nv50_screen.h 33 struct nouveau_bo *txc; /* TIC (offset 0) and TSC (65536) */ member in struct:nv50_screen
  /external/mesa3d/src/gallium/drivers/nvc0/
nvc0_tex.c 214 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 = nvc0->screen->txc local
    [all...]
nvc0_screen.h 34 struct nouveau_bo *txc; /* TIC (offset 0) and TSC (65536) */ member in struct:nvc0_screen

Completed in 70 milliseconds