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

  /external/mesa3d/src/mesa/drivers/dri/i965/
intel_batchbuffer.c 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;
    [all...]
brw_context.c     [all...]
brw_context.h 804 struct brw_bo *throttle_batch[2]; member in struct:brw_context
    [all...]

Completed in 878 milliseconds