Searched refs:depth_cache (Results 1 – 2 of 2) sorted by relevance
999 set_foreach(brw->depth_cache, depth_entry) in brw_cache_sets_clear()1000 _mesa_set_remove(brw->depth_cache, depth_entry); in brw_cache_sets_clear()1040 _mesa_set_search(brw->depth_cache, bo)) in brw_cache_flush_for_read()1055 if (_mesa_set_search(brw->depth_cache, bo)) in brw_cache_flush_for_render()1115 _mesa_set_add(brw->depth_cache, bo); in brw_depth_cache_add_bo()1137 brw->depth_cache = _mesa_set_create(brw, _mesa_hash_pointer, in intel_fbo_init()
754 struct set *depth_cache; member