Searched refs:depth_cache (Results 1 – 2 of 2) sorted by relevance
998 set_foreach(brw->depth_cache, depth_entry) in brw_cache_sets_clear()999 _mesa_set_remove(brw->depth_cache, depth_entry); in brw_cache_sets_clear()1039 _mesa_set_search(brw->depth_cache, bo)) in brw_cache_flush_for_read()1054 if (_mesa_set_search(brw->depth_cache, bo)) in brw_cache_flush_for_render()1114 _mesa_set_add(brw->depth_cache, bo); in brw_depth_cache_add_bo()1136 brw->depth_cache = _mesa_set_create(brw->mem_ctx, _mesa_hash_pointer, in brw_fbo_init()
746 struct set *depth_cache; member