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.c680 if (brw->need_swap_throttle && brw->throttle_batch[0]) { in throttle()
681 if (brw->throttle_batch[1]) { in throttle()
683 brw_bo_wait_rendering(brw->throttle_batch[1]); in throttle()
685 brw_bo_unreference(brw->throttle_batch[1]); in throttle()
687 brw->throttle_batch[1] = brw->throttle_batch[0]; in throttle()
688 brw->throttle_batch[0] = NULL; in throttle()
877 if (brw->throttle_batch[0] == NULL) { in _intel_batchbuffer_flush_fence()
878 brw->throttle_batch[0] = brw->batch.batch.bo; in _intel_batchbuffer_flush_fence()
879 brw_bo_reference(brw->throttle_batch[0]); in _intel_batchbuffer_flush_fence()
Dbrw_context.c1242 brw_bo_unreference(brw->throttle_batch[1]); in intelDestroyContext()
1243 brw_bo_unreference(brw->throttle_batch[0]); in intelDestroyContext()
1244 brw->throttle_batch[1] = NULL; in intelDestroyContext()
1245 brw->throttle_batch[0] = NULL; in intelDestroyContext()
Dbrw_context.h789 struct brw_bo *throttle_batch[2]; member