Searched refs:brw_cache_flush_for_depth (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/
H A Dintel_fbo.h242 void brw_cache_flush_for_depth(struct brw_context *brw, struct brw_bo *bo);
H A DgenX_blorp_exec.c310 brw_cache_flush_for_depth(brw, params->depth.addr.buffer);
312 brw_cache_flush_for_depth(brw, params->stencil.addr.buffer);
H A Dbrw_misc_state.c334 brw_cache_flush_for_depth(brw, depth_mt->bo);
336 brw_cache_flush_for_depth(brw, stencil_mt->bo);
H A Dintel_fbo.c1103 brw_cache_flush_for_depth(struct brw_context *brw, struct brw_bo *bo) function in typeref:typename:void
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/
H A Dbrw_fbo.h242 void brw_cache_flush_for_depth(struct brw_context *brw, struct brw_bo *bo);
H A DgenX_blorp_exec.c333 brw_cache_flush_for_depth(brw, params->depth.addr.buffer);
335 brw_cache_flush_for_depth(brw, params->stencil.addr.buffer);
H A Dbrw_misc_state.c334 brw_cache_flush_for_depth(brw, depth_mt->bo);
336 brw_cache_flush_for_depth(brw, stencil_mt->bo);
H A Dbrw_fbo.c1105 brw_cache_flush_for_depth(struct brw_context *brw, struct brw_bo *bo) function in typeref:typename:void

Completed in 12 milliseconds