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.c807 if (brw->need_swap_throttle && brw->throttle_batch[0]) { in throttle()
808 if (brw->throttle_batch[1]) { in throttle()
813 brw_bo_wait_rendering(brw->throttle_batch[1]); in throttle()
815 brw_bo_unreference(brw->throttle_batch[1]); in throttle()
817 brw->throttle_batch[1] = brw->throttle_batch[0]; in throttle()
818 brw->throttle_batch[0] = NULL; in throttle()
1008 if (brw->throttle_batch[0] == NULL) { in _intel_batchbuffer_flush_fence()
1009 brw->throttle_batch[0] = brw->batch.batch.bo; in _intel_batchbuffer_flush_fence()
1010 brw_bo_reference(brw->throttle_batch[0]); in _intel_batchbuffer_flush_fence()
Dbrw_context.c1126 brw_bo_unreference(brw->throttle_batch[1]); in intelDestroyContext()
1127 brw_bo_unreference(brw->throttle_batch[0]); in intelDestroyContext()
1128 brw->throttle_batch[1] = NULL; in intelDestroyContext()
1129 brw->throttle_batch[0] = NULL; in intelDestroyContext()
Dbrw_context.h804 struct brw_bo *throttle_batch[2]; member