Searched refs:brw_cache_flush_for_depth (Results 1 – 4 of 4) sorted by relevance
248 brw_cache_flush_for_depth(brw, params->depth.addr.buffer); in genX()250 brw_cache_flush_for_depth(brw, params->stencil.addr.buffer); in genX()
242 void brw_cache_flush_for_depth(struct brw_context *brw, struct brw_bo *bo);
336 brw_cache_flush_for_depth(brw, depth_mt->bo); in brw_emit_depthbuffer()338 brw_cache_flush_for_depth(brw, stencil_mt->bo); in brw_emit_depthbuffer()
1087 brw_cache_flush_for_depth(struct brw_context *brw, struct brw_bo *bo) in brw_cache_flush_for_depth() function