Searched refs:brw_depth_cache_add_bo (Results 1 – 4 of 4) sorted by relevance
322 brw_depth_cache_add_bo(brw, params->depth.addr.buffer); in genX()324 brw_depth_cache_add_bo(brw, params->stencil.addr.buffer); in genX()
246 void brw_depth_cache_add_bo(struct brw_context *brw, struct brw_bo *bo);
616 brw_depth_cache_add_bo(brw, depth_irb->mt->bo); in brw_postdraw_set_buffers_need_resolve()620 brw_depth_cache_add_bo(brw, stencil_irb->mt->bo); in brw_postdraw_set_buffers_need_resolve()
1094 brw_depth_cache_add_bo(struct brw_context *brw, struct brw_bo *bo) in brw_depth_cache_add_bo() function