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