Home
last modified time | relevance | path

Searched refs:brw_cache_flush_for_depth (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_fbo.h242 void brw_cache_flush_for_depth(struct brw_context *brw, struct brw_bo *bo);
DgenX_blorp_exec.c333 brw_cache_flush_for_depth(brw, params->depth.addr.buffer); in genX()
335 brw_cache_flush_for_depth(brw, params->stencil.addr.buffer); in genX()
Dbrw_misc_state.c334 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()
Dbrw_fbo.c1105 brw_cache_flush_for_depth(struct brw_context *brw, struct brw_bo *bo) in brw_cache_flush_for_depth() function