Searched refs:tstep (Results 1 - 25 of 35) sorted by relevance

12

/external/quake/quake/src/QW/client/
H A Dd_sky.c69 fixed16_t s, t, snext, tnext, sstep, tstep; local
73 tstep = 0; // ditto
105 tstep = (tnext - t) >> SKY_SPAN_SHIFT;
119 tstep = (tnext - t) / spancountminus1;
128 t += tstep;
H A Dd_draw16.s372 sarl $20,%eax // tstep >>= 16;
386 // (tstep >> 16) * cachewidth + (sstep >> 16);
389 addl %ebx,%eax // ((tstep >> 16) + 1) * cachewidth +
393 shll $12,%ecx // left-justify tstep fractional part
396 movl %ecx,tstep
397 addl %ecx,%edx // advance tfrac fractional part by tstep frac
399 sbbl %ecx,%ecx // turn tstep carry into -1 (0 if none)
403 addl tstep,%edx
410 addl tstep,%edx
416 addl tstep,
[all...]
H A Dd_draw16.asm201 externdef tstep:dword
473 mov ds:dword ptr[tstep],ecx
478 add edx,ds:dword ptr[tstep]
484 add edx,ds:dword ptr[tstep]
489 add edx,ds:dword ptr[tstep]
495 add edx,ds:dword ptr[tstep]
501 add edx,ds:dword ptr[tstep]
507 add edx,ds:dword ptr[tstep]
513 add edx,ds:dword ptr[tstep]
519 add edx,ds:dword ptr[tstep]
[all...]
H A Dd_draw.s369 sarl $19,%eax // tstep >>= 16;
383 // (tstep >> 16) * cachewidth + (sstep >> 16);
386 addl %ebx,%eax // ((tstep >> 16) + 1) * cachewidth +
390 shll $13,%ecx // left-justify tstep fractional part
393 movl %ecx,tstep
394 addl %ecx,%edx // advance tfrac fractional part by tstep frac
396 sbbl %ecx,%ecx // turn tstep carry into -1 (0 if none)
400 addl tstep,%edx
407 addl tstep,%edx
413 addl tstep,
[all...]
H A Dd_spr8.s395 sarl $19,%eax // tstep >>= 16;
397 imull %ebx,%eax // (tstep >> 16) * cachewidth;
400 // (tstep >> 16) * cachewidth + (sstep >> 16);
403 addl %ebx,%eax // ((tstep >> 16) + 1) * cachewidth +
408 shll $13,%ecx // left-justify tstep fractional part
410 movl %ecx,tstep
425 addl tstep,%edx // advance tfrac fractional part by tstep frac
427 sbbl %eax,%eax // turn tstep carry into -1 (0 if none)
441 addl tstep,
[all...]
H A Dd_scan.c259 fixed16_t s, t, snext, tnext, sstep, tstep; local
264 tstep = 0; // ditto
334 tstep = (tnext - t) >> 3;
364 tstep = (tnext - t) / (spancount - 1);
372 t += tstep;
H A Dd_sprite.c42 fixed16_t s, t, snext, tnext, sstep, tstep; local
49 tstep = 0; // ditto
127 tstep = (tnext - t) >> 3;
157 tstep = (tnext - t) / (spancount - 1);
177 t += tstep;
H A Dd_varsa.s171 .globl advancetable, sstep, tstep, pspantemp, counttemp, jumptemp
174 tstep: .long 0 label
H A Dd_draw.asm201 externdef tstep:dword
471 mov ds:dword ptr[tstep],ecx
476 add edx,ds:dword ptr[tstep]
482 add edx,ds:dword ptr[tstep]
487 add edx,ds:dword ptr[tstep]
493 add edx,ds:dword ptr[tstep]
533 add edx,ds:dword ptr[tstep]
539 add edx,ds:dword ptr[tstep]
545 add edx,ds:dword ptr[tstep]
618 mov ds:dword ptr[tstep],ea
[all...]
H A Dd_spr8.asm201 externdef tstep:dword
489 mov ds:dword ptr[tstep],ecx
502 add edx,ds:dword ptr[tstep]
516 add edx,ds:dword ptr[tstep]
530 add edx,ds:dword ptr[tstep]
544 add edx,ds:dword ptr[tstep]
558 add edx,ds:dword ptr[tstep]
606 add edx,ds:dword ptr[tstep]
620 add edx,ds:dword ptr[tstep]
634 add edx,ds:dword ptr[tstep]
[all...]
H A Dd_polysa.s823 movl %ecx,tstep
860 // tstep low word = C(r_lstepx)
861 // tstep high word = C(a_tstepxfrac)
881 addl tstep,%edx
899 addl tstep,%edx
917 addl tstep,%edx
935 addl tstep,%edx
953 addl tstep,%edx
971 addl tstep,%edx
989 addl tstep,
[all...]
H A Dd_varsa.asm201 externdef tstep:dword
332 public advancetable, sstep, tstep, pspantemp, counttemp, jumptemp
335 tstep dd 0 define
H A Dquakeasm.h228 .extern tstep
H A Dd_polysa.asm201 externdef tstep:dword
564 mov ds:dword ptr[tstep],ecx
595 add edx,ds:dword ptr[tstep]
612 add edx,ds:dword ptr[tstep]
629 add edx,ds:dword ptr[tstep]
646 add edx,ds:dword ptr[tstep]
663 add edx,ds:dword ptr[tstep]
680 add edx,ds:dword ptr[tstep]
697 add edx,ds:dword ptr[tstep]
714 add edx,ds:dword ptr[tstep]
[all...]
H A Dd_scana.asm201 externdef tstep:dword
H A Dr_varsa.asm201 externdef tstep:dword
/external/quake/quake/src/WinQuake/
H A Dd_sky.cpp69 fixed16_t s, t, snext, tnext, sstep, tstep; local
73 tstep = 0; // ditto
105 tstep = (tnext - t) >> SKY_SPAN_SHIFT;
119 tstep = (tnext - t) / spancountminus1;
128 t += tstep;
H A Dd_draw16.s372 sarl $20,%eax // tstep >>= 16;
386 // (tstep >> 16) * cachewidth + (sstep >> 16);
389 addl %ebx,%eax // ((tstep >> 16) + 1) * cachewidth +
393 shll $12,%ecx // left-justify tstep fractional part
396 movl %ecx,tstep
397 addl %ecx,%edx // advance tfrac fractional part by tstep frac
399 sbbl %ecx,%ecx // turn tstep carry into -1 (0 if none)
403 addl tstep,%edx
410 addl tstep,%edx
416 addl tstep,
[all...]
H A Dd_draw.s369 sarl $19,%eax // tstep >>= 16;
383 // (tstep >> 16) * cachewidth + (sstep >> 16);
386 addl %ebx,%eax // ((tstep >> 16) + 1) * cachewidth +
390 shll $13,%ecx // left-justify tstep fractional part
393 movl %ecx,tstep
394 addl %ecx,%edx // advance tfrac fractional part by tstep frac
396 sbbl %ecx,%ecx // turn tstep carry into -1 (0 if none)
400 addl tstep,%edx
407 addl tstep,%edx
413 addl tstep,
[all...]
H A Dd_spr8.s395 sarl $19,%eax // tstep >>= 16;
397 imull %ebx,%eax // (tstep >> 16) * cachewidth;
400 // (tstep >> 16) * cachewidth + (sstep >> 16);
403 addl %ebx,%eax // ((tstep >> 16) + 1) * cachewidth +
408 shll $13,%ecx // left-justify tstep fractional part
410 movl %ecx,tstep
425 addl tstep,%edx // advance tfrac fractional part by tstep frac
427 sbbl %eax,%eax // turn tstep carry into -1 (0 if none)
441 addl tstep,
[all...]
H A Dd_scan.cpp261 fixed16_t s, t, snext, tnext, sstep, tstep; local
266 tstep = 0; // ditto
336 tstep = (tnext - t) >> 3;
366 tstep = (tnext - t) / (spancount - 1);
374 t += tstep;
H A Dd_sprite.cpp42 fixed16_t s, t, snext, tnext, sstep, tstep; local
49 tstep = 0; // ditto
127 tstep = (tnext - t) >> 3;
157 tstep = (tnext - t) / (spancount - 1);
177 t += tstep;
H A Dd_varsa.s171 .globl advancetable, sstep, tstep, pspantemp, counttemp, jumptemp
174 tstep: .long 0 label
H A Dd_polysa.s823 movl %ecx,tstep
860 // tstep low word = C(r_lstepx)
861 // tstep high word = C(a_tstepxfrac)
881 addl tstep,%edx
899 addl tstep,%edx
917 addl tstep,%edx
935 addl tstep,%edx
953 addl tstep,%edx
971 addl tstep,%edx
989 addl tstep,
[all...]
H A Dquakeasm.h234 .extern tstep

Completed in 129 milliseconds

12