Home | History | Annotate | Download | only in i965

Lines Matching refs:cache_id

35  * consumers can query the hash table of state using a cache_id,
57 GLuint hash = item->cache_id, i;
75 return a->cache_id == b->cache_id &&
130 * Returns the buffer object matching cache_id and key, or NULL.
134 enum brw_cache_id cache_id,
143 lookup.cache_id = cache_id;
157 brw->state.dirty.cache |= (1 << cache_id);
208 if (item->cache_id != result_item->cache_id ||
263 enum brw_cache_id cache_id,
277 item->cache_id = cache_id;
317 cache->brw->state.dirty.cache |= 1 << cache_id;