Home
last modified time | relevance | path

Searched refs:orig_state (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/compiler/glsl/
Dopt_copy_propagation_elements.cpp355 copy_propagation_state *orig_state = state; in visit_enter() local
361 this->state = orig_state; in visit_enter()
551 copy_propagation_state *orig_state = state; in handle_if_block() local
552 this->state = orig_state->clone(); in handle_if_block()
557 this->state = orig_state; in handle_if_block()
599 copy_propagation_state *orig_state = state; in handle_loop() local
603 this->state = orig_state->clone(); in handle_loop()
611 this->state = orig_state; in handle_loop()
/external/python/cpython3/Lib/idlelib/
Dzoomheight.py66 orig_state = top.wm_state()
105 top.wm_state(orig_state)
/external/crosvm/hypervisor/src/kvm/
Dx86_64.rs1279 let orig_state = PicState::from(&kvm_state); in pic_state() localVariable
1280 assert_eq!(state, orig_state); in pic_state()