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 D | intel_fbo.h | 242 void brw_cache_flush_for_depth(struct brw_context *brw, struct brw_bo *bo);
|
| H A D | genX_blorp_exec.c | 310 brw_cache_flush_for_depth(brw, params->depth.addr.buffer); 312 brw_cache_flush_for_depth(brw, params->stencil.addr.buffer);
|
| H A D | brw_misc_state.c | 334 brw_cache_flush_for_depth(brw, depth_mt->bo); 336 brw_cache_flush_for_depth(brw, stencil_mt->bo);
|
| H A D | intel_fbo.c | 1103 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 D | brw_fbo.h | 242 void brw_cache_flush_for_depth(struct brw_context *brw, struct brw_bo *bo);
|
| H A D | genX_blorp_exec.c | 333 brw_cache_flush_for_depth(brw, params->depth.addr.buffer); 335 brw_cache_flush_for_depth(brw, params->stencil.addr.buffer);
|
| H A D | brw_misc_state.c | 334 brw_cache_flush_for_depth(brw, depth_mt->bo); 336 brw_cache_flush_for_depth(brw, stencil_mt->bo);
|
| H A D | brw_fbo.c | 1105 brw_cache_flush_for_depth(struct brw_context *brw, struct brw_bo *bo) function in typeref:typename:void
|
Completed in 12 milliseconds