HomeSort by relevance Sort by last modified time
    Searched refs:brw_cache (Results 1 - 3 of 3) sorted by null

  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_program_cache.c 131 search_cache(struct brw_cache *cache, GLuint hash,
156 rehash(struct brw_cache *cache)
182 brw_search_cache(struct brw_cache *cache,
216 brw_cache_new_bo(struct brw_cache *cache, uint32_t new_size)
257 brw_lookup_prog(const struct brw_cache *cache,
278 brw_alloc_item_data(struct brw_cache *cache, uint32_t size)
301 brw_find_previous_compile(struct brw_cache *cache,
318 brw_upload_cache(struct brw_cache *cache,
382 struct brw_cache *cache = &brw->cache;
400 brw_clear_cache(struct brw_context *brw, struct brw_cache *cache
    [all...]
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,
brw_context.h 368 struct brw_cache { struct
871 struct brw_cache cache;
    [all...]

Completed in 54 milliseconds