Searched refs:new_control (Results 1 – 8 of 8) sorted by relevance
242 let new_control = who.control.load(SeqCst); in help() localVariable243 if new_control == control { in help()250 control = new_control; in help()291 Err(new_control) => { in help()295 control = new_control; in help()
578 double new_control; // leave unset to compiler can note bad branches in Update() local594 new_control = min_; in Update()605 new_control = max_; in Update()615 new_control = min_; in Update()627 new_control = max_; in Update()633 if (new_control < last_control_) { in Update()634 new_control = in Update()635 std::max(new_control, last_control_ - max_reduction_per_tick_ / 1000.0); in Update()637 last_control_ = new_control; in Update()638 return new_control; in Update()
677 double new_control; // leave unset to compiler can note bad branches in Update() local693 new_control = min_; in Update()704 new_control = max_; in Update()714 new_control = min_; in Update()726 new_control = max_; in Update()732 if (new_control < last_control_) { in Update()733 new_control = in Update()734 std::max(new_control, last_control_ - max_reduction_per_tick_ / 1000.0); in Update()736 last_control_ = new_control; in Update()737 return new_control; in Update()
152 uint32_t new_control = ctx->index_buffer.FE_INDEX_STREAM_CONTROL; in etna_update_state_for_draw() local155 new_control |= VIVS_FE_INDEX_STREAM_CONTROL_PRIMITIVE_RESTART; in etna_update_state_for_draw()157 new_control &= ~VIVS_FE_INDEX_STREAM_CONTROL_PRIMITIVE_RESTART; in etna_update_state_for_draw()159 if (ctx->index_buffer.FE_INDEX_STREAM_CONTROL != new_control || in etna_update_state_for_draw()161 ctx->index_buffer.FE_INDEX_STREAM_CONTROL = new_control; in etna_update_state_for_draw()
392 new_control = os.path.join(results_dir, _CONTROL_FILE_FROM_CONTROL_NAME)393 shutil.copy2(control_path, new_control)394 return new_control
623 pub fn new_control(buffer: TransferBuffer) -> Result<Transfer> { in new_control() method
476 Transfer::new_control(TransferBuffer::Vector(control_buffer)) in execute_control_transfer()