HomeSort by relevance Sort by last modified time
    Searched refs:last_bo (Results 1 - 12 of 12) sorted by null

  /external/mesa3d/src/mesa/drivers/dri/i915/
intel_batchbuffer.c 50 if (intel->batch.last_bo != NULL) {
51 drm_intel_bo_unreference(intel->batch.last_bo);
52 intel->batch.last_bo = NULL;
54 intel->batch.last_bo = intel->batch.bo;
67 drm_intel_bo_unreference(intel->batch.last_bo);
intel_context.c 375 if (intel->batch.last_bo)
376 drm_intel_bo_wait_rendering(intel->batch.last_bo);
intel_context.h 101 drm_intel_bo *last_bo; member in struct:intel_batchbuffer
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_cs.c 83 start_busy = (brw->batch.last_bo &&
84 brw_bo_busy(brw->batch.last_bo));
111 if (start_busy && !brw_bo_busy(brw->batch.last_bo)) {
brw_gs.c 111 start_busy = brw->batch.last_bo && brw_bo_busy(brw->batch.last_bo);
132 if (start_busy && !brw_bo_busy(brw->batch.last_bo)) {
brw_tes.c 96 start_busy = brw->batch.last_bo && brw_bo_busy(brw->batch.last_bo);
123 if (start_busy && !brw_bo_busy(brw->batch.last_bo)) {
brw_vs.c 203 start_busy = (brw->batch.last_bo &&
204 brw_bo_busy(brw->batch.last_bo));
241 if (start_busy && !brw_bo_busy(brw->batch.last_bo)) {
brw_tcs.c 225 start_busy = brw->batch.last_bo && brw_bo_busy(brw->batch.last_bo);
254 if (start_busy && !brw_bo_busy(brw->batch.last_bo)) {
brw_wm.c 162 start_busy = (brw->batch.last_bo &&
163 brw_bo_busy(brw->batch.last_bo));
199 if (start_busy && !brw_bo_busy(brw->batch.last_bo)) {
intel_batchbuffer.c 187 if (batch->last_bo != NULL) {
188 brw_bo_unreference(batch->last_bo);
189 batch->last_bo = NULL;
191 batch->last_bo = batch->batch.bo;
266 brw_bo_unreference(batch->last_bo);
    [all...]
brw_context.c 257 if (brw->batch.last_bo)
258 brw_bo_wait_rendering(brw->batch.last_bo);
    [all...]
brw_context.h 488 struct brw_bo *last_bo; member in struct:intel_batchbuffer
    [all...]

Completed in 819 milliseconds