Searched refs:cachewidth (Results 1 - 20 of 20) sorted by relevance
/external/quake/quake/src/QW/client/ |
H A D | d_vars.c | 43 int cachewidth; variable
|
H A D | d_varsa.s | 71 .globl C(cachewidth) 76 C(cachewidth): .long 0
|
H A D | d_sprite.c | 163 btemp = *(pbase + (s >> 16) + (t >> 16) * cachewidth); 374 (-(cachewidth >> 1) << 16); 379 bbextents = (cachewidth << 16) - 1; 427 cachewidth = r_spritedesc.pspriteframe->width;
|
H A D | r_shared.h | 44 extern int cachewidth;
|
H A D | d_edge.c | 247 cachewidth = 64; 308 cachewidth = pcurrentcache->width;
|
H A D | d_draw.s | 298 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 D | d_draw16.s | 302 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 D | quakeasm.h | 65 .extern C(cachewidth)
|
H A D | d_scan.c | 370 *pdest++ = *(pbase + (s >> 16) + (t >> 16) * cachewidth);
|
H A D | d_spr8.s | 327 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 D | d_vars.cpp | 43 int cachewidth;
variable
|
H A D | d_varsa.s | 71 .globl C(cachewidth) 76 C(cachewidth): .long 0
|
H A D | d_sprite.cpp | 163 btemp = *(pbase + (s >> 16) + (t >> 16) * cachewidth);
374 (-(cachewidth >> 1) << 16);
379 bbextents = (cachewidth << 16) - 1;
427 cachewidth = r_spritedesc.pspriteframe->width;
|
H A D | r_shared.h | 47 extern int cachewidth;
|
H A D | d_edge.cpp | 243 cachewidth = 64;
303 cachewidth = pcurrentcache->width;
|
H A D | d_draw.s | 298 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 D | d_draw16.s | 302 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 D | quakeasm.h | 71 .extern C(cachewidth)
|
H A D | d_scan.cpp | 372 *pdest++ = *(pbase + (s >> 16) + (t >> 16) * cachewidth);
|
H A D | d_spr8.s | 327 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