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

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeonsi/
r600_blit.c 330 boolean restore_orig[2]; local
344 restore_orig[0] = restore_orig[1] = FALSE;
348 restore_orig[0] = TRUE;
361 restore_orig[1] = TRUE;
370 if (restore_orig[0])
373 if (restore_orig[1])
  /external/mesa3d/src/gallium/drivers/radeonsi/
r600_blit.c 330 boolean restore_orig[2]; local
344 restore_orig[0] = restore_orig[1] = FALSE;
348 restore_orig[0] = TRUE;
361 restore_orig[1] = TRUE;
370 if (restore_orig[0])
373 if (restore_orig[1])
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
r600_blit.c 680 boolean restore_orig[2]; local
709 restore_orig[0] = restore_orig[1] = FALSE;
714 restore_orig[0] = TRUE;
724 restore_orig[1] = TRUE;
763 restore_orig[0] = TRUE;
764 restore_orig[1] = TRUE;
783 if (restore_orig[0])
786 if (restore_orig[1])
  /external/mesa3d/src/gallium/drivers/r600/
r600_blit.c 680 boolean restore_orig[2]; local
709 restore_orig[0] = restore_orig[1] = FALSE;
714 restore_orig[0] = TRUE;
724 restore_orig[1] = TRUE;
763 restore_orig[0] = TRUE;
764 restore_orig[1] = TRUE;
783 if (restore_orig[0])
786 if (restore_orig[1])

Completed in 55 milliseconds