| /xsrc/external/mit/glu/dist/src/libutil/ |
| H A D | quad.c | 425 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 D | loop_analysis.cpp | 124 * 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 D | loop_analysis.cpp | 123 * 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 D | sb_bc_finalize.cpp | 268 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 D | sb_bc_finalize.cpp | 268 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 D | lowlevel-blt-bench.c | 321 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 D | lowlevel-blt-bench.c | 321 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 D | 10.4.2.rst | 55 - Revert "r600g/sb: fix issues cause by GLSL switching to loops for 102 - r600g/sb: fix issues with loops created for switch
|
| H A D | 18.1.1.rst | 122 - spirv: fix visiting inner loops with same break/continue block
|
| H A D | 20.0.5.rst | 32 - nir: nir_lower_returns can't handle nested loops 64 - nir: Lower returns correctly inside nested loops
|
| H A D | 10.0.4.rst | 153 - glsl: Fix continue statements in do-while loops.
|
| H A D | 18.0.5.rst | 126 - spirv: fix visiting inner loops with same break/continue block
|
| H A D | 19.1.7.rst | 45 - Some infinite 'do{}while' loops lead mesa to an infinite
|
| H A D | 19.2.2.rst | 67 - nir/dead_cf: Remove dead control flow after infinite loops.
|
| H A D | 20.1.2.rst | 56 - aco: fix WQM handling in nested loops
|
| H A D | 21.1.4.rst | 58 - nir/opt_if: Don't split ALU for single block infinite loops
|
| H A D | 21.3.1.rst | 112 - nir/dce: fix DCE of loops with a halt or return instruction in the pre-header
|
| H A D | 21.3.6.rst | 60 - ir3/cp: ir3: Prevent propagating shared regs out of loops harder
|
| H A D | 7.9.1.rst | 323 - 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 D | i810_video.c | 983 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 D | i810_video.c | 973 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 D | i810_video.c | 983 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 D | glu.h | 306 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 D | engine.c | 346 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 D | r3xx_vertprog.c | 370 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
|