Home
last modified time | relevance | path

Searched refs:depth_cache (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/i965/
Dintel_fbo.c980 set_foreach(brw->depth_cache, depth_entry) in brw_cache_sets_clear()
981 _mesa_set_remove(brw->depth_cache, depth_entry); in brw_cache_sets_clear()
1021 _mesa_set_search(brw->depth_cache, bo)) in brw_cache_flush_for_read()
1036 if (_mesa_set_search(brw->depth_cache, bo)) in brw_cache_flush_for_render()
1096 _mesa_set_add(brw->depth_cache, bo); in brw_depth_cache_add_bo()
1118 brw->depth_cache = _mesa_set_create(brw, _mesa_hash_pointer, in intel_fbo_init()
Dbrw_context.h777 struct set *depth_cache; member