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

  /external/mesa3d/src/gallium/drivers/nouveau/nv50/
nv50_tex.c 243 struct nouveau_bo *txc = nv50->screen->txc; local
270 PUSH_DATAh(push, txc->offset);
271 PUSH_DATA (push, txc->offset);
367 nv50_sifc_linear_u8(&nv50->base, nv50->screen->txc,
nv50_screen.h 69 struct nouveau_bo *txc; /* TIC (offset 0) and TSC (65536) */ member in struct:nv50_screen
  /external/mesa3d/src/gallium/drivers/nouveau/nvc0/
nve4_compute.c 110 PUSH_DATAh(push, screen->txc->offset);
111 PUSH_DATA (push, screen->txc->offset);
114 PUSH_DATAh(push, screen->txc->offset + 65536);
115 PUSH_DATA (push, screen->txc->offset + 65536);
197 struct nouveau_bo *txc = nvc0->screen->txc; local
213 PUSH_DATAh(push, txc->offset + (tic->id * 32));
214 PUSH_DATA (push, txc->offset + (tic->id * 32));
701 struct nouveau_bo *txc = nvc0->screen->txc; local
    [all...]
nvc0_screen.h 71 struct nouveau_bo *txc; /* TIC (offset 0) and TSC (65536) */ member in struct:nvc0_screen
  /external/mesa3d/src/intel/isl/
isl.h 737 enum isl_txc txc; member in struct:isl_format_layout
    [all...]

Completed in 87 milliseconds