Searched refs:brw_depth_cache_add_bo (Results 1 – 4 of 4) sorted by relevance
246 void brw_depth_cache_add_bo(struct brw_context *brw, struct brw_bo *bo);
408 brw_depth_cache_add_bo(brw, params->depth.addr.buffer); in genX()410 brw_depth_cache_add_bo(brw, params->stencil.addr.buffer); in genX()
745 brw_depth_cache_add_bo(brw, depth_irb->mt->bo); in brw_postdraw_set_buffers_need_resolve()752 brw_depth_cache_add_bo(brw, stencil_mt->bo); in brw_postdraw_set_buffers_need_resolve()
1113 brw_depth_cache_add_bo(struct brw_context *brw, struct brw_bo *bo) in brw_depth_cache_add_bo() function