Searched refs:loops (Results 1 - 25 of 207) sorted by relevance

123456789

/xsrc/external/mit/glu/dist/src/libutil/
H A Dquad.c425 GLint slices, GLint loops)
427 gluPartialDisk(qobj, innerRadius, outerRadius, slices, loops, 0.0, 360.0);
432 GLdouble outerRadius, GLint slices, GLint loops,
448 if (slices < 2 || loops < 1 || outerRadius <= 0.0 || innerRadius < 0.0 ||
501 finish = loops - 1;
509 deltaRadius * ((float) (loops-1) / loops);
535 finish = loops;
538 radiusLow = outerRadius - deltaRadius * ((float) j / loops);
539 radiusHigh = outerRadius - deltaRadius * ((float) (j + 1) / loops);
424 gluDisk(GLUquadric * qobj,GLdouble innerRadius,GLdouble outerRadius,GLint slices,GLint loops) argument
431 gluPartialDisk(GLUquadric * qobj,GLdouble innerRadius,GLdouble outerRadius,GLint slices,GLint loops,GLdouble startAngle,GLdouble sweepAngle) argument
[all...]
/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dloop_analysis.cpp124 * Handle such loops first.
149 * ill-formed loops. For example, we need to detect that the following
403 loop_analysis(loop_state *loops);
417 loop_state *loops; member in class:__anon060e19f50110::loop_analysis
428 loop_analysis::loop_analysis(loop_state *loops) argument
429 : loops(loops), if_statement_depth(0), current_assignment(NULL)
491 loop_variable_state *ls = this->loops->insert(ir);
510 * inlining will allow us to unroll loops anyway.
853 loop_state *loops local in function:analyze_loop_variables
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dloop_analysis.cpp123 * ill-formed loops. For example, we need to detect that the following
356 loop_analysis(loop_state *loops);
370 loop_state *loops; member in class:__anond6f01a020110::loop_analysis
381 loop_analysis::loop_analysis(loop_state *loops) argument
382 : loops(loops), if_statement_depth(0), current_assignment(NULL)
444 loop_variable_state *ls = this->loops->insert(ir);
463 * inlining will allow us to unroll loops anyway.
806 loop_state *loops = new loop_state; local in function:analyze_loop_variables
807 loop_analysis v(loops);
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/sb/
H A Dsb_bc_finalize.cpp268 unsigned ifs, loops; local in function:r600_sb::bc_finalizer::run_on
269 unsigned elems = get_stack_depth(r, loops, ifs);
279 unsigned ifs, loops; local in function:r600_sb::bc_finalizer::run_on
280 get_stack_depth(r, loops, ifs);
281 if (loops >= 2)
890 unsigned bc_finalizer::get_stack_depth(node *n, unsigned &loops, argument
897 loops = 0;
902 ++loops;
909 stack_elements += (loops * ctx.stack_entry_size) + ifs;
944 unsigned loops local in function:r600_sb::bc_finalizer::update_nstack
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sb/
H A Dsb_bc_finalize.cpp268 unsigned ifs, loops; local in function:r600_sb::bc_finalizer::run_on
269 unsigned elems = get_stack_depth(r, loops, ifs);
279 unsigned ifs, loops; local in function:r600_sb::bc_finalizer::run_on
280 get_stack_depth(r, loops, ifs);
281 if (loops >= 2)
890 unsigned bc_finalizer::get_stack_depth(node *n, unsigned &loops, argument
897 loops = 0;
902 ++loops;
909 stack_elements += (loops * ctx.stack_entry_size) + ifs;
944 unsigned loops local in function:r600_sb::bc_finalizer::update_nstack
[all...]
/xsrc/external/mit/xf86-video-intel/dist/test/
H A Dlowlevel-blt-bench.c321 int op, int src, int loops)
336 while (loops--)
380 int op, int src, int mask, int loops)
396 while (loops--)
320 _bench_source(struct test_display * t,enum target target_type,int op,int src,int loops) argument
379 _bench_mask(struct test_display * t,enum target target_type,int op,int src,int mask,int loops) argument
/xsrc/external/mit/xf86-video-intel-2014/dist/test/
H A Dlowlevel-blt-bench.c321 int op, int src, int loops)
336 while (loops--)
380 int op, int src, int mask, int loops)
396 while (loops--)
320 _bench_source(struct test_display * t,enum target target_type,int op,int src,int loops) argument
379 _bench_mask(struct test_display * t,enum target target_type,int op,int src,int mask,int loops) argument
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D10.4.2.rst55 - Revert "r600g/sb: fix issues cause by GLSL switching to loops for
102 - r600g/sb: fix issues with loops created for switch
H A D18.1.1.rst122 - spirv: fix visiting inner loops with same break/continue block
H A D20.0.5.rst32 - nir: nir_lower_returns can't handle nested loops
64 - nir: Lower returns correctly inside nested loops
H A D10.0.4.rst153 - glsl: Fix continue statements in do-while loops.
H A D18.0.5.rst126 - spirv: fix visiting inner loops with same break/continue block
H A D19.1.7.rst45 - Some infinite 'do{}while' loops lead mesa to an infinite
H A D19.2.2.rst67 - nir/dead_cf: Remove dead control flow after infinite loops.
H A D20.1.2.rst56 - aco: fix WQM handling in nested loops
H A D21.1.4.rst58 - nir/opt_if: Don't split ALU for single block infinite loops
H A D21.3.1.rst112 - nir/dce: fix DCE of loops with a halt or return instruction in the pre-header
H A D21.3.6.rst60 - ir3/cp: ir3: Prevent propagating shared regs out of loops harder
H A D7.9.1.rst323 - glsl: Unroll loops with conditional breaks anywhere (not just the
346 - r300/compiler: disable the rename_regs pass for loops
393 - r300/compiler: Fix register allocator's handling of loops
/xsrc/external/mit/xf86-video-intel/dist/src/legacy/i810/
H A Di810_video.c983 int top, left, npixels, nlines, size, loops; local in function:I810PutImage
1044 loops = 0;
1045 while (loops < 1000000) {
1049 loops++;
1051 if(loops >= 1000000) {
1358 INT32 loops = 0; local in function:I810DisplaySurface
1391 if(loops == 200000) {
1395 loops++;
/xsrc/external/mit/xf86-video-intel-2014/dist/src/legacy/i810/
H A Di810_video.c973 int top, left, npixels, nlines, size, loops; local in function:I810PutImage
1034 loops = 0;
1035 while (loops < 1000000) {
1039 loops++;
1041 if(loops >= 1000000) {
1315 INT32 loops = 0; local in function:I810DisplaySurface
1348 if(loops == 200000) {
1352 loops++;
/xsrc/external/mit/xf86-video-intel-old/dist/src/
H A Di810_video.c983 int top, left, npixels, nlines, size, loops; local in function:I810PutImage
1044 loops = 0;
1045 while (loops < 1000000) {
1049 loops++;
1051 if(loops >= 1000000) {
1330 INT32 loops = 0; local in function:I810DisplaySurface
1363 if(loops == 200000) {
1367 loops++;
/xsrc/external/mit/glu/dist/include/GL/
H A Dglu.h306 GLAPI void GLAPIENTRY gluDisk (GLUquadric* quad, GLdouble inner, GLdouble outer, GLint slices, GLint loops);
328 GLAPI void GLAPIENTRY gluPartialDisk (GLUquadric* quad, GLdouble inner, GLdouble outer, GLint slices, GLint loops, GLdouble start, GLdouble sweep);
/xsrc/external/mit/mesa-demos/dist/src/demos/
H A Dengine.c346 const int slices = 30, stacks = 4, loops = 4; local in function:DrawPiston
359 gluDisk(Q, innerRadius, eng->PistonRadius, slices, 1/*loops*/);
367 gluDisk(Q, 0, innerRadius, slices, loops);
378 gluDisk(Q, 0, eng->PistonRadius, slices, loops);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/compiler/
H A Dr3xx_vertprog.c370 unsigned loops[R500_PVS_MAX_LOOP_DEPTH]; local in function:translate_vertex_program
440 loops[loop_depth++] = ((compiler->code->length)/ 4) + 1;
449 ret_addr = loops[--loop_depth];
600 /* Instructions inside of loops need to use the ENDLOOP

Completed in 46 milliseconds

123456789