Home
last modified time | relevance | path

Searched refs:brw_cache (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_state_cache.c82 search_cache(struct brw_cache *cache, GLuint hash, in search_cache()
107 rehash(struct brw_cache *cache) in rehash()
133 brw_search_cache(struct brw_cache *cache, in brw_search_cache()
165 brw_cache_new_bo(struct brw_cache *cache, uint32_t new_size) in brw_cache_new_bo()
195 brw_try_upload_using_copy(struct brw_cache *cache, in brw_try_upload_using_copy()
234 brw_upload_item_data(struct brw_cache *cache, in brw_upload_item_data()
262 brw_upload_cache(struct brw_cache *cache, in brw_upload_cache()
324 struct brw_cache *cache = &brw->cache; in brw_init_caches()
339 brw_clear_cache(struct brw_context *brw, struct brw_cache *cache) in brw_clear_cache()
387 brw_destroy_cache(struct brw_context *brw, struct brw_cache *cache) in brw_destroy_cache()
Dbrw_state.h154 void brw_upload_cache(struct brw_cache *cache,
164 bool brw_search_cache(struct brw_cache *cache,
Dbrw_context.h623 struct brw_cache { struct
748 struct brw_cache cache;
Dbrw_state_dump.c494 struct brw_cache *cache = &brw->cache; in dump_prog_cache()