Searched refs:brw_cache (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_program_cache.c | 131 search_cache(struct brw_cache *cache, GLuint hash, in search_cache() 156 rehash(struct brw_cache *cache) in rehash() 182 brw_search_cache(struct brw_cache *cache, in brw_search_cache() 216 brw_cache_new_bo(struct brw_cache *cache, uint32_t new_size) in brw_cache_new_bo() 257 brw_lookup_prog(const struct brw_cache *cache, in brw_lookup_prog() 278 brw_alloc_item_data(struct brw_cache *cache, uint32_t size) in brw_alloc_item_data() 301 brw_find_previous_compile(struct brw_cache *cache, in brw_find_previous_compile() 318 brw_upload_cache(struct brw_cache *cache, in brw_upload_cache() 382 struct brw_cache *cache = &brw->cache; in brw_init_caches() 400 brw_clear_cache(struct brw_context *brw, struct brw_cache *cache) in brw_clear_cache() [all …]
|
D | brw_state.h | 160 void brw_upload_cache(struct brw_cache *cache, 170 bool brw_search_cache(struct brw_cache *cache, 176 const void *brw_find_previous_compile(struct brw_cache *cache,
|
D | brw_context.h | 368 struct brw_cache { struct 871 struct brw_cache cache;
|