Searched refs:brw_cache (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_program_cache.c | 119 search_cache(struct brw_cache *cache, GLuint hash, in search_cache() 144 rehash(struct brw_cache *cache) in rehash() 170 brw_search_cache(struct brw_cache *cache, enum brw_cache_id cache_id, in brw_search_cache() 203 brw_cache_new_bo(struct brw_cache *cache, uint32_t new_size) in brw_cache_new_bo() 245 brw_lookup_prog(const struct brw_cache *cache, in brw_lookup_prog() 266 brw_alloc_item_data(struct brw_cache *cache, uint32_t size) in brw_alloc_item_data() 289 brw_find_previous_compile(struct brw_cache *cache, in brw_find_previous_compile() 306 brw_upload_cache(struct brw_cache *cache, in brw_upload_cache() 370 struct brw_cache *cache = &brw->cache; in brw_init_caches() 389 brw_clear_cache(struct brw_context *brw, struct brw_cache *cache) in brw_clear_cache() [all …]
|
D | brw_state.h | 185 void brw_upload_cache(struct brw_cache *cache, 195 bool brw_search_cache(struct brw_cache *cache, enum brw_cache_id cache_id, 199 const void *brw_find_previous_compile(struct brw_cache *cache,
|
D | brw_context.h | 378 struct brw_cache { struct 857 struct brw_cache cache;
|