Lines Matching refs:tic
274 if (screen->tic.entries)
275 FREE(screen->tic.entries);
593 /* TIC and TSC entries for each unit (nve4+ only) */
756 screen->tic.entries = CALLOC(4096, sizeof(void *));
757 screen->tsc.entries = screen->tic.entries + 2048;
778 int i = screen->tic.next;
780 while (screen->tic.lock[i / 32] & (1 << (i % 32)))
783 screen->tic.next = (i + 1) & (NVC0_TIC_MAX_ENTRIES - 1);
785 if (screen->tic.entries[i])
786 nv50_tic_entry(screen->tic.entries[i])->id = -1;
788 screen->tic.entries[i] = entry;