Home | History | Annotate | Download | only in i965

Lines Matching refs:throttle_batch

807    if (brw->need_swap_throttle && brw->throttle_batch[0]) {
808 if (brw->throttle_batch[1]) {
813 brw_bo_wait_rendering(brw->throttle_batch[1]);
815 brw_bo_unreference(brw->throttle_batch[1]);
817 brw->throttle_batch[1] = brw->throttle_batch[0];
818 brw->throttle_batch[0] = NULL;
1008 if (brw->throttle_batch[0] == NULL) {
1009 brw->throttle_batch[0] = brw->batch.batch.bo;
1010 brw_bo_reference(brw->throttle_batch[0]);