Lines Matching refs:index
28 * slices (start, start + count) of the index buffer at drawtime. As this can
38 * by index.
73 unsigned index = 0;
79 index = cache->index++;
80 cache->index = cache->index % PANFROST_MINMAX_SIZE;
82 index = cache->size++;
85 cache->keys[index] = ht_key;
86 cache->values[index] = value;
90 /* If we've been caching min/max indices and we update the index
122 cache->index = 0;