Rename SyncGPUAtIdleOnly -> DeterministicGPUSync. The idea was that it got feedback from the GPU thread only during Idle and on special occasions rather than constantly, but the special occasions belied the name, and it was too similar to SyncGPU, which does something entirely orthogonal (and is not yet compatible). This name is more descriptive.