Searched refs:brw_depth_cache_add_bo (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 | 246 void brw_depth_cache_add_bo(struct brw_context *brw, struct brw_bo *bo);
|
| H A D | genX_blorp_exec.c | 385 brw_depth_cache_add_bo(brw, params->depth.addr.buffer); 387 brw_depth_cache_add_bo(brw, params->stencil.addr.buffer);
|
| H A D | brw_draw.c | 714 brw_depth_cache_add_bo(brw, depth_irb->mt->bo); 721 brw_depth_cache_add_bo(brw, stencil_mt->bo);
|
| H A D | intel_fbo.c | 1110 brw_depth_cache_add_bo(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 | 246 void brw_depth_cache_add_bo(struct brw_context *brw, struct brw_bo *bo);
|
| H A D | genX_blorp_exec.c | 421 brw_depth_cache_add_bo(brw, params->depth.addr.buffer); 423 brw_depth_cache_add_bo(brw, params->stencil.addr.buffer);
|
| H A D | brw_draw.c | 743 brw_depth_cache_add_bo(brw, depth_irb->mt->bo); 750 brw_depth_cache_add_bo(brw, stencil_mt->bo);
|
| H A D | brw_fbo.c | 1112 brw_depth_cache_add_bo(struct brw_context *brw, struct brw_bo *bo) function in typeref:typename:void
|
Completed in 12 milliseconds