Searched refs:loop_state (Results 1 - 16 of 16) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/glsl/
H A Dloop_analysis.h35 extern class loop_state *
56 set_loop_controls(exec_list *instructions, loop_state *ls);
60 unroll_loops(exec_list *instructions, loop_state *ls, unsigned max_iterations);
229 class loop_state { class
231 ~loop_state();
243 loop_state();
H A Dloop_analysis.cpp36 loop_state::loop_state() function in class:loop_state
45 loop_state::~loop_state()
53 loop_state::insert(ir_loop *ir)
65 loop_state::get(const ir_loop *ir)
122 loop_state *loops;
134 this->loops = new loop_state;
521 loop_state *
H A Dloop_unroll.cpp30 loop_unroll_visitor(loop_state *state, unsigned max_iterations)
39 loop_state *state;
246 unroll_loops(exec_list *instructions, loop_state *ls, unsigned max_iterations)
H A Dloop_controls.cpp157 loop_control_visitor(loop_state *state)
165 loop_state *state;
297 set_loop_controls(exec_list *instructions, loop_state *ls)
H A Dglsl_parser_extras.cpp1065 loop_state *ls = analyze_loop_variables(ir);
/external/mesa3d/src/glsl/
H A Dloop_analysis.h35 extern class loop_state *
56 set_loop_controls(exec_list *instructions, loop_state *ls);
60 unroll_loops(exec_list *instructions, loop_state *ls, unsigned max_iterations);
229 class loop_state { class
231 ~loop_state();
243 loop_state();
H A Dloop_analysis.cpp36 loop_state::loop_state() function in class:loop_state
45 loop_state::~loop_state()
53 loop_state::insert(ir_loop *ir)
65 loop_state::get(const ir_loop *ir)
122 loop_state *loops;
134 this->loops = new loop_state;
521 loop_state *
H A Dloop_unroll.cpp30 loop_unroll_visitor(loop_state *state, unsigned max_iterations)
39 loop_state *state;
246 unroll_loops(exec_list *instructions, loop_state *ls, unsigned max_iterations)
H A Dloop_controls.cpp157 loop_control_visitor(loop_state *state)
165 loop_state *state;
297 set_loop_controls(exec_list *instructions, loop_state *ls)
H A Dglsl_parser_extras.cpp1065 loop_state *ls = analyze_loop_variables(ir);
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
H A Dradeon_compiler.h75 struct emulate_loop_state loop_state; member in struct:radeon_compiler
H A Dradeon_emulate_loops.c474 struct emulate_loop_state * s = &c->loop_state;
507 struct emulate_loop_state * s = &c->loop_state;
/external/mesa3d/src/gallium/drivers/r300/compiler/
H A Dradeon_compiler.h75 struct emulate_loop_state loop_state; member in struct:radeon_compiler
H A Dradeon_emulate_loops.c474 struct emulate_loop_state * s = &c->loop_state;
507 struct emulate_loop_state * s = &c->loop_state;
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
H A Dlp_state_fs.c469 struct lp_build_for_loop_state loop_state; local
521 lp_build_for_loop_begin(&loop_state, gallivm,
528 &loop_state.counter, 1, "mask_ptr");
531 depth_offset = LLVMBuildMul(builder, loop_state.counter,
556 lp_build_interp_soa_update_pos_dyn(interp, gallivm, loop_state.counter);
577 lp_build_interp_soa_update_inputs_dyn(interp, gallivm, loop_state.counter);
664 &loop_state.counter, 1, "");
680 lp_build_for_loop_end(&loop_state);
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_state_fs.c469 struct lp_build_for_loop_state loop_state; local
521 lp_build_for_loop_begin(&loop_state, gallivm,
528 &loop_state.counter, 1, "mask_ptr");
531 depth_offset = LLVMBuildMul(builder, loop_state.counter,
556 lp_build_interp_soa_update_pos_dyn(interp, gallivm, loop_state.counter);
577 lp_build_interp_soa_update_inputs_dyn(interp, gallivm, loop_state.counter);
664 &loop_state.counter, 1, "");
680 lp_build_for_loop_end(&loop_state);

Completed in 802 milliseconds