Home
last modified time | relevance | path

Searched refs:throttle_batch (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/i965/
Dintel_batchbuffer.c294 if (brw->need_swap_throttle && brw->throttle_batch[0]) { in throttle()
295 if (brw->throttle_batch[1]) { in throttle()
297 drm_intel_bo_wait_rendering(brw->throttle_batch[1]); in throttle()
298 drm_intel_bo_unreference(brw->throttle_batch[1]); in throttle()
300 brw->throttle_batch[1] = brw->throttle_batch[0]; in throttle()
301 brw->throttle_batch[0] = NULL; in throttle()
390 if (brw->throttle_batch[0] == NULL) { in _intel_batchbuffer_flush()
391 brw->throttle_batch[0] = brw->batch.bo; in _intel_batchbuffer_flush()
392 drm_intel_bo_reference(brw->throttle_batch[0]); in _intel_batchbuffer_flush()
Dbrw_context.c1207 drm_intel_bo_unreference(brw->throttle_batch[1]); in intelDestroyContext()
1208 drm_intel_bo_unreference(brw->throttle_batch[0]); in intelDestroyContext()
1209 brw->throttle_batch[1] = NULL; in intelDestroyContext()
1210 brw->throttle_batch[0] = NULL; in intelDestroyContext()
Dbrw_context.h733 drm_intel_bo *throttle_batch[2]; member