Lines Matching refs:tic
286 if (screen->tic.entries)
287 FREE(screen->tic.entries);
471 /* max TIC (bits 4:8) & TSC bindings, per program type */
761 NOUVEAU_ERR("Failed to allocate TIC/TSC bo: %d\n", ret);
765 screen->tic.entries = CALLOC(4096, sizeof(void *));
766 screen->tsc.entries = screen->tic.entries + 2048;
785 int i = screen->tic.next;
787 while (screen->tic.lock[i / 32] & (1 << (i % 32)))
790 screen->tic.next = (i + 1) & (NV50_TIC_MAX_ENTRIES - 1);
792 if (screen->tic.entries[i])
793 nv50_tic_entry(screen->tic.entries[i])->id = -1;
795 screen->tic.entries[i] = entry;