Searched refs:cachewidth (Results 1 - 20 of 20) sorted by relevance

/external/quake/quake/src/QW/client/
H A Dd_vars.c43 int cachewidth; variable
H A Dd_varsa.s71 .globl C(cachewidth)
76 C(cachewidth): .long 0
H A Dd_sprite.c163 btemp = *(pbase + (s >> 16) + (t >> 16) * cachewidth);
374 (-(cachewidth >> 1) << 16);
379 bbextents = (cachewidth << 16) - 1;
427 cachewidth = r_spritedesc.pspriteframe->width;
H A Dr_shared.h44 extern int cachewidth;
H A Dd_edge.c247 cachewidth = 64;
308 cachewidth = pcurrentcache->width;
H A Dd_draw.s298 movl C(cachewidth),%edx
299 imull %edx,%eax // (tfrac >> 16) * cachewidth
302 // ((tfrac >> 16) * cachewidth);
372 movl C(cachewidth),%ebx
378 movl C(cachewidth),%ebx
383 // (tstep >> 16) * cachewidth + (sstep >> 16);
386 addl %ebx,%eax // ((tstep >> 16) + 1) * cachewidth +
583 movl C(cachewidth),%ebx
588 // (tstep >> 16) * cachewidth + (sstep >> 16);
591 addl %ebx,%edx // ((tstep >> 16) + 1) * cachewidth
[all...]
H A Dd_draw16.s302 movl C(cachewidth),%edx
303 imull %edx,%eax // (tfrac >> 16) * cachewidth
306 // ((tfrac >> 16) * cachewidth);
375 movl C(cachewidth),%ebx
381 movl C(cachewidth),%ebx
386 // (tstep >> 16) * cachewidth + (sstep >> 16);
389 addl %ebx,%eax // ((tstep >> 16) + 1) * cachewidth +
643 movl C(cachewidth),%ebx
648 // (tstep >> 16) * cachewidth + (sstep >> 16);
651 addl %ebx,%edx // ((tstep >> 16) + 1) * cachewidth
[all...]
H A Dquakeasm.h65 .extern C(cachewidth)
H A Dd_scan.c370 *pdest++ = *(pbase + (s >> 16) + (t >> 16) * cachewidth);
H A Dd_spr8.s327 imull C(cachewidth),%eax // (tfrac >> 16) * cachewidth
329 // ((tfrac >> 16) * cachewidth);
394 movl C(cachewidth),%ebx
397 imull %ebx,%eax // (tstep >> 16) * cachewidth;
400 // (tstep >> 16) * cachewidth + (sstep >> 16);
403 addl %ebx,%eax // ((tstep >> 16) + 1) * cachewidth +
670 movl C(cachewidth),%ebx
673 imull %ebx,%edx // (tstep >> 16) * cachewidth;
676 // (tstep >> 16) * cachewidth
[all...]
/external/quake/quake/src/WinQuake/
H A Dd_vars.cpp43 int cachewidth; variable
H A Dd_varsa.s71 .globl C(cachewidth)
76 C(cachewidth): .long 0
H A Dd_sprite.cpp163 btemp = *(pbase + (s >> 16) + (t >> 16) * cachewidth);
374 (-(cachewidth >> 1) << 16);
379 bbextents = (cachewidth << 16) - 1;
427 cachewidth = r_spritedesc.pspriteframe->width;
H A Dr_shared.h47 extern int cachewidth;
H A Dd_edge.cpp243 cachewidth = 64;
303 cachewidth = pcurrentcache->width;
H A Dd_draw.s298 movl C(cachewidth),%edx
299 imull %edx,%eax // (tfrac >> 16) * cachewidth
302 // ((tfrac >> 16) * cachewidth);
372 movl C(cachewidth),%ebx
378 movl C(cachewidth),%ebx
383 // (tstep >> 16) * cachewidth + (sstep >> 16);
386 addl %ebx,%eax // ((tstep >> 16) + 1) * cachewidth +
583 movl C(cachewidth),%ebx
588 // (tstep >> 16) * cachewidth + (sstep >> 16);
591 addl %ebx,%edx // ((tstep >> 16) + 1) * cachewidth
[all...]
H A Dd_draw16.s302 movl C(cachewidth),%edx
303 imull %edx,%eax // (tfrac >> 16) * cachewidth
306 // ((tfrac >> 16) * cachewidth);
375 movl C(cachewidth),%ebx
381 movl C(cachewidth),%ebx
386 // (tstep >> 16) * cachewidth + (sstep >> 16);
389 addl %ebx,%eax // ((tstep >> 16) + 1) * cachewidth +
643 movl C(cachewidth),%ebx
648 // (tstep >> 16) * cachewidth + (sstep >> 16);
651 addl %ebx,%edx // ((tstep >> 16) + 1) * cachewidth
[all...]
H A Dquakeasm.h71 .extern C(cachewidth)
H A Dd_scan.cpp372 *pdest++ = *(pbase + (s >> 16) + (t >> 16) * cachewidth);
H A Dd_spr8.s327 imull C(cachewidth),%eax // (tfrac >> 16) * cachewidth
329 // ((tfrac >> 16) * cachewidth);
394 movl C(cachewidth),%ebx
397 imull %ebx,%eax // (tstep >> 16) * cachewidth;
400 // (tstep >> 16) * cachewidth + (sstep >> 16);
403 addl %ebx,%eax // ((tstep >> 16) + 1) * cachewidth +
670 movl C(cachewidth),%ebx
673 imull %ebx,%edx // (tstep >> 16) * cachewidth;
676 // (tstep >> 16) * cachewidth
[all...]

Completed in 137 milliseconds