Searched defs:loop_state (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/glsl/
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_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();
/external/mesa3d/src/glsl/
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_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();
/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
/external/mesa3d/src/gallium/drivers/r300/compiler/
H A Dradeon_compiler.h75 struct emulate_loop_state loop_state; member in struct:radeon_compiler
/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 1108 milliseconds