Searched refs:r_numvblocks (Results 1 - 6 of 6) sorted by relevance

/external/quake/quake/src/QW/client/
H A Dr_surf.c37 int r_numhblocks, r_numvblocks; variable
263 r_numvblocks = r_drawsurf.surfheight >> blockdivshift;
334 for (v=0 ; v<r_numvblocks ; v++)
384 for (v=0 ; v<r_numvblocks ; v++)
434 for (v=0 ; v<r_numvblocks ; v++)
484 for (v=0 ; v<r_numvblocks ; v++)
H A Dsurf8.s56 movl C(r_numvblocks),%eax
282 movl C(r_numvblocks),%eax
452 movl C(r_numvblocks),%eax
592 movl C(r_numvblocks),%eax
H A Dquakeasm.h71 .extern C(r_numvblocks)
/external/quake/quake/src/WinQuake/
H A Dr_surf.cpp37 int r_numhblocks, r_numvblocks; variable
280 r_numvblocks = r_drawsurf.surfheight >> blockdivshift;
351 for (v=0 ; v<r_numvblocks ; v++)
401 for (v=0 ; v<r_numvblocks ; v++)
451 for (v=0 ; v<r_numvblocks ; v++)
501 for (v=0 ; v<r_numvblocks ; v++)
H A Dsurf8.s56 movl C(r_numvblocks),%eax
282 movl C(r_numvblocks),%eax
452 movl C(r_numvblocks),%eax
592 movl C(r_numvblocks),%eax
H A Dquakeasm.h77 .extern C(r_numvblocks)

Completed in 111 milliseconds