Searched refs:restore_orig (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeonsi/
H A Dr600_blit.c330 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/
H A Dr600_blit.c330 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/
H A Dr600_blit.c680 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/
H A Dr600_blit.c680 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 128 milliseconds