Searched refs:last_bo (Results 1 – 12 of 12) sorted by relevance
50 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()
101 drm_intel_bo *last_bo; member
375 if (intel->batch.last_bo) in intelFinish()376 drm_intel_bo_wait_rendering(intel->batch.last_bo); in intelFinish()
83 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()
111 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()
96 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()
203 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()
225 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()
162 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()
187 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()
257 if (brw->batch.last_bo) in intel_finish()258 brw_bo_wait_rendering(brw->batch.last_bo); in intel_finish()
488 struct brw_bo *last_bo; member