Home
last modified time | relevance | path

Searched refs:s_prefetch_address (Results 1 – 3 of 3) sorted by relevance

/dports/games/quake2lnx/quake2-r0.16.2/src/ref_soft/
H A Dr_part.c39 static unsigned s_prefetch_address; variable
235 __asm mov ebp, s_prefetch_address in R_DrawParticle()
628 s_prefetch_address = ( unsigned int ) ( p + 1 ); in R_DrawParticles()
630 s_prefetch_address = ( unsigned int ) r_newrefdef.particles; in R_DrawParticles()
/dports/games/quake2-source/quake2-r0.16.2/src/ref_soft/
H A Dr_part.c39 static unsigned s_prefetch_address; variable
235 __asm mov ebp, s_prefetch_address in R_DrawParticle()
628 s_prefetch_address = ( unsigned int ) ( p + 1 ); in R_DrawParticles()
630 s_prefetch_address = ( unsigned int ) r_newrefdef.particles; in R_DrawParticles()
/dports/games/q2pro/q2pro/ref_soft/
H A Dsw_part.c39 static unsigned s_prefetch_address; variable
235 __asm mov ebp, s_prefetch_address in R_DrawParticle()
627 s_prefetch_address = ( unsigned int ) ( p + 1 ); in R_DrawParticles()
629 s_prefetch_address = ( unsigned int ) r_newrefdef.particles; in R_DrawParticles()