HomeSort by relevance Sort by last modified time
    Searched refs:loop_state (Results 1 - 8 of 8) sorted by null

  /external/mesa3d/src/glsl/
loop_analysis.h 35 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();
loop_analysis.cpp 36 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 *
loop_unroll.cpp 30 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)
loop_controls.cpp 157 loop_control_visitor(loop_state *state)
165 loop_state *state;
297 set_loop_controls(exec_list *instructions, loop_state *ls)
glsl_parser_extras.cpp 1065 loop_state *ls = analyze_loop_variables(ir);
  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_compiler.h 75 struct emulate_loop_state loop_state; member in struct:radeon_compiler
radeon_emulate_loops.c 474 struct emulate_loop_state * s = &c->loop_state;
507 struct emulate_loop_state * s = &c->loop_state;
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_state_fs.c 469 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);
    [all...]

Completed in 101 milliseconds