Home
last modified time | relevance | path

Searched refs:loop_state (Results 1 – 25 of 293) sorted by relevance

12345678910>>...12

/dports/games/dose-response/dose-response-179c326/src/engine/
H A Dsdl.rs5 loop_state::{LoopState, ResizeWindowAction, UpdateResult},
117 let mut loop_state = LoopState::initialise( in main_loop() localVariable
139 loop_state.desired_window_size_px().0, in main_loop()
140 loop_state.desired_window_size_px().1, in main_loop()
154 let opengl_app = loop_state.opengl_app(); in main_loop()
172 loop_state.update_fps(dt); in main_loop()
211 loop_state.keys.push(key); in main_loop()
224 loop_state.keys.push(key); in main_loop()
272 match loop_state.fullscreen_action() { in main_loop()
309 loop_state.previous_settings = loop_state.settings.clone(); in main_loop()
[all …]
H A Dglutin.rs5 loop_state::{LoopState, ResizeWindowAction, UpdateResult},
149 let mut loop_state = LoopState::initialise( in main_loop() localVariable
188 let opengl_app = loop_state.opengl_app(); in main_loop()
252 loop_state.update_fps(dt); in main_loop()
276 if loop_state.settings.fullscreen || loop_state.switched_from_fullscreen { in main_loop()
327 loop_state.keys.push(key); in main_loop()
398 match loop_state.fullscreen_action() { in main_loop()
443 loop_state.previous_settings = loop_state.settings.clone(); in main_loop()
445 if loop_state.current_frame_id == 1 { in main_loop()
470 if loop_state.switched_from_fullscreen { in main_loop()
[all …]
/dports/x11/squeekboard/squeekboard-d49ce45de0956432cef9b957f806d9377fee4bc0/src/event_loop/
H A Dmod.rs77 mut loop_state: State, in handle_event()
85 let old_state = loop_state.state.clone(); in handle_event()
86 let last_update = loop_state.last_update; in handle_event()
87 loop_state.state = loop_state.state.apply_event(event.clone(), now); in handle_event()
88 loop_state.last_update = now; in handle_event()
90 let new_outcome = loop_state.state.get_outcome(now); in handle_event()
96 loop_state.scheduled_wakeup = match event { in handle_event()
115 _ => loop_state.scheduled_wakeup.clone(), in handle_event()
119 let scheduled = &loop_state.scheduled_wakeup; in handle_event()
120 let desired = loop_state.state.get_next_wake(now); in handle_event()
[all …]
/dports/emulators/mess/mame-mame0226/3rdparty/bgfx/3rdparty/glsl-optimizer/src/glsl/
H A Dloop_analysis.h36 extern class loop_state *
53 set_loop_controls(exec_list *instructions, loop_state *ls);
57 unroll_loops(exec_list *instructions, loop_state *ls,
240 class loop_state {
242 ~loop_state();
260 loop_state();
277 friend loop_state *analyze_loop_variables(exec_list *instructions);
H A Dloop_analysis.cpp78 loop_state::loop_state() in loop_state() function in loop_state
93 loop_state::~loop_state() in ~loop_state()
104 loop_state::insert(ir_loop *ir) in insert()
116 loop_state::get(const ir_loop *ir) in get()
122 loop_state::get_for_inductor(const ir_variable *ir) in get_for_inductor()
131 loop_state::insert_variable(ir_variable *var) in insert_variable()
281 loop_analysis(loop_state *loops);
299 loop_state *loops;
317 loop_analysis::loop_analysis(loop_state *loops) in loop_analysis()
794 loop_state *
[all …]
/dports/emulators/mame/mame-mame0226/3rdparty/bgfx/3rdparty/glsl-optimizer/src/glsl/
H A Dloop_analysis.h36 extern class loop_state *
53 set_loop_controls(exec_list *instructions, loop_state *ls);
57 unroll_loops(exec_list *instructions, loop_state *ls,
240 class loop_state {
242 ~loop_state();
260 loop_state();
277 friend loop_state *analyze_loop_variables(exec_list *instructions);
H A Dloop_analysis.cpp78 loop_state::loop_state() in loop_state() function in loop_state
93 loop_state::~loop_state() in ~loop_state()
104 loop_state::insert(ir_loop *ir) in insert()
116 loop_state::get(const ir_loop *ir) in get()
122 loop_state::get_for_inductor(const ir_variable *ir) in get_for_inductor()
131 loop_state::insert_variable(ir_variable *var) in insert_variable()
281 loop_analysis(loop_state *loops);
299 loop_state *loops;
317 loop_analysis::loop_analysis(loop_state *loops) in loop_analysis()
794 loop_state *
[all …]
/dports/www/firefox/firefox-99.0/third_party/rust/glslopt/glsl-optimizer/src/compiler/glsl/
H A Dloop_analysis.h34 extern class loop_state *
46 unroll_loops(exec_list *instructions, loop_state *ls,
218 class loop_state {
220 ~loop_state();
232 loop_state();
241 friend loop_state *analyze_loop_variables(exec_list *instructions);
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/glslopt/glsl-optimizer/src/compiler/glsl/
H A Dloop_analysis.h34 extern class loop_state *
46 unroll_loops(exec_list *instructions, loop_state *ls,
218 class loop_state {
220 ~loop_state();
232 loop_state();
241 friend loop_state *analyze_loop_variables(exec_list *instructions);
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/glslopt/glsl-optimizer/src/compiler/glsl/
H A Dloop_analysis.h34 extern class loop_state *
46 unroll_loops(exec_list *instructions, loop_state *ls,
218 class loop_state {
220 ~loop_state();
232 loop_state();
241 friend loop_state *analyze_loop_variables(exec_list *instructions);
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/glslopt/glsl-optimizer/src/compiler/glsl/
H A Dloop_analysis.h34 extern class loop_state *
46 unroll_loops(exec_list *instructions, loop_state *ls,
218 class loop_state {
220 ~loop_state();
232 loop_state();
241 friend loop_state *analyze_loop_variables(exec_list *instructions);
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/compiler/glsl/
H A Dloop_analysis.h34 extern class loop_state *
46 unroll_loops(exec_list *instructions, loop_state *ls,
218 class loop_state {
220 ~loop_state();
232 loop_state();
241 friend loop_state *analyze_loop_variables(exec_list *instructions);
/dports/lang/clover/mesa-21.3.6/src/compiler/glsl/
H A Dloop_analysis.h34 extern class loop_state *
46 unroll_loops(exec_list *instructions, loop_state *ls,
218 class loop_state {
220 ~loop_state();
232 loop_state();
241 friend loop_state *analyze_loop_variables(exec_list *instructions);
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/compiler/glsl/
H A Dloop_analysis.h34 extern class loop_state *
46 unroll_loops(exec_list *instructions, loop_state *ls,
218 class loop_state {
220 ~loop_state();
232 loop_state();
241 friend loop_state *analyze_loop_variables(exec_list *instructions);
/dports/graphics/mesa-libs/mesa-21.3.6/src/compiler/glsl/
H A Dloop_analysis.h34 extern class loop_state *
46 unroll_loops(exec_list *instructions, loop_state *ls,
218 class loop_state {
220 ~loop_state();
232 loop_state();
241 friend loop_state *analyze_loop_variables(exec_list *instructions);
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/compiler/glsl/
H A Dloop_analysis.h34 extern class loop_state *
46 unroll_loops(exec_list *instructions, loop_state *ls,
218 class loop_state {
220 ~loop_state();
232 loop_state();
241 friend loop_state *analyze_loop_variables(exec_list *instructions);
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/compiler/glsl/
H A Dloop_analysis.h34 extern class loop_state *
46 unroll_loops(exec_list *instructions, loop_state *ls,
218 class loop_state {
220 ~loop_state();
232 loop_state();
241 friend loop_state *analyze_loop_variables(exec_list *instructions);
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/compiler/glsl/
H A Dloop_analysis.h34 extern class loop_state *
46 unroll_loops(exec_list *instructions, loop_state *ls,
218 class loop_state {
220 ~loop_state();
232 loop_state();
241 friend loop_state *analyze_loop_variables(exec_list *instructions);
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/compiler/glsl/
H A Dloop_analysis.h34 extern class loop_state *
46 unroll_loops(exec_list *instructions, loop_state *ls,
218 class loop_state {
220 ~loop_state();
232 loop_state();
241 friend loop_state *analyze_loop_variables(exec_list *instructions);
/dports/graphics/libosmesa/mesa-21.3.6/src/compiler/glsl/
H A Dloop_analysis.h34 extern class loop_state *
46 unroll_loops(exec_list *instructions, loop_state *ls,
218 class loop_state {
220 ~loop_state();
232 loop_state();
241 friend loop_state *analyze_loop_variables(exec_list *instructions);
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/compiler/glsl/
H A Dloop_analysis.h34 extern class loop_state *
46 unroll_loops(exec_list *instructions, loop_state *ls,
218 class loop_state {
220 ~loop_state();
232 loop_state();
241 friend loop_state *analyze_loop_variables(exec_list *instructions);
/dports/graphics/mesa-dri/mesa-21.3.6/src/compiler/glsl/
H A Dloop_analysis.h34 extern class loop_state *
46 unroll_loops(exec_list *instructions, loop_state *ls,
218 class loop_state {
220 ~loop_state();
232 loop_state();
241 friend loop_state *analyze_loop_variables(exec_list *instructions);
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/gallium/auxiliary/gallivm/
H A Dlp_bld_nir_soa.c793 struct lp_build_loop_state loop_state; in emit_load_global() local
835 struct lp_build_loop_state loop_state; in emit_store_global() local
886 struct lp_build_loop_state loop_state; in emit_atomic_global() local
1070 struct lp_build_loop_state loop_state; in emit_load_mem() local
1159 struct lp_build_loop_state loop_state; in emit_store_mem() local
1231 struct lp_build_loop_state loop_state; in emit_atomic_mem() local
1902 struct lp_build_loop_state loop_state; in emit_vote() local
1966 struct lp_build_loop_state loop_state; in emit_ballot() local
1989 struct lp_build_loop_state loop_state; in emit_elect() local
2028 struct lp_build_loop_state loop_state; in emit_reduce() local
[all …]
/dports/security/putty/putty-0.76/
H A Dtestback.c100 struct loop_state { struct
120 struct loop_state *st = snew(struct loop_state); in loop_init() argument
137 struct loop_state *st = container_of(be, struct loop_state, backend); in loop_free()
152 struct loop_state *st = container_of(be, struct loop_state, backend); in loop_send()
/dports/security/putty-nogtk/putty-0.76/
H A Dtestback.c100 struct loop_state { struct
120 struct loop_state *st = snew(struct loop_state); in loop_init() argument
137 struct loop_state *st = container_of(be, struct loop_state, backend); in loop_free()
152 struct loop_state *st = container_of(be, struct loop_state, backend); in loop_send()

12345678910>>...12