Home
last modified time | relevance | path

Searched refs:last_bo (Results 1 – 12 of 12) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/i915/
Dintel_batchbuffer.c50 if (intel->batch.last_bo != NULL) { in intel_batchbuffer_reset()
51 drm_intel_bo_unreference(intel->batch.last_bo); in intel_batchbuffer_reset()
52 intel->batch.last_bo = NULL; in intel_batchbuffer_reset()
54 intel->batch.last_bo = intel->batch.bo; in intel_batchbuffer_reset()
67 drm_intel_bo_unreference(intel->batch.last_bo); in intel_batchbuffer_free()
Dintel_context.h101 drm_intel_bo *last_bo; member
Dintel_context.c375 if (intel->batch.last_bo) in intelFinish()
376 drm_intel_bo_wait_rendering(intel->batch.last_bo); in intelFinish()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_cs.c83 start_busy = (brw->batch.last_bo && in brw_codegen_cs_prog()
84 brw_bo_busy(brw->batch.last_bo)); in brw_codegen_cs_prog()
111 if (start_busy && !brw_bo_busy(brw->batch.last_bo)) { in brw_codegen_cs_prog()
Dbrw_gs.c111 start_busy = brw->batch.last_bo && brw_bo_busy(brw->batch.last_bo); in brw_codegen_gs_prog()
132 if (start_busy && !brw_bo_busy(brw->batch.last_bo)) { in brw_codegen_gs_prog()
Dbrw_tes.c96 start_busy = brw->batch.last_bo && brw_bo_busy(brw->batch.last_bo); in brw_codegen_tes_prog()
123 if (start_busy && !brw_bo_busy(brw->batch.last_bo)) { in brw_codegen_tes_prog()
Dbrw_vs.c203 start_busy = (brw->batch.last_bo && in brw_codegen_vs_prog()
204 brw_bo_busy(brw->batch.last_bo)); in brw_codegen_vs_prog()
241 if (start_busy && !brw_bo_busy(brw->batch.last_bo)) { in brw_codegen_vs_prog()
Dbrw_tcs.c225 start_busy = brw->batch.last_bo && brw_bo_busy(brw->batch.last_bo); in brw_codegen_tcs_prog()
254 if (start_busy && !brw_bo_busy(brw->batch.last_bo)) { in brw_codegen_tcs_prog()
Dbrw_wm.c162 start_busy = (brw->batch.last_bo && in brw_codegen_wm_prog()
163 brw_bo_busy(brw->batch.last_bo)); in brw_codegen_wm_prog()
199 if (start_busy && !brw_bo_busy(brw->batch.last_bo)) { in brw_codegen_wm_prog()
Dintel_batchbuffer.c187 if (batch->last_bo != NULL) { in intel_batchbuffer_reset()
188 brw_bo_unreference(batch->last_bo); in intel_batchbuffer_reset()
189 batch->last_bo = NULL; in intel_batchbuffer_reset()
191 batch->last_bo = batch->batch.bo; in intel_batchbuffer_reset()
266 brw_bo_unreference(batch->last_bo); in intel_batchbuffer_free()
Dbrw_context.c257 if (brw->batch.last_bo) in intel_finish()
258 brw_bo_wait_rendering(brw->batch.last_bo); in intel_finish()
Dbrw_context.h488 struct brw_bo *last_bo; member