Searched refs:st_next (Results 1 - 4 of 4) sorted by relevance
/external/quake/quake/src/QW/client/ |
H A D | r_edgea.s | 261 movl 0x12345678,%edx // surfaces[1].st_next 273 movl st_next(%esi),%ecx 289 movl st_next(%esi),%edx // remove the surface from the surface 292 movl %edx,st_next(%esi) 298 movl st_next(%esi),%edx // remove the surface from the surface 301 movl %edx,st_next(%esi) 306 movl st_next(%esi),%edx // remove the surface from the surface 309 movl %edx,st_next(%esi) 341 movl %eax,st_next(%eax) 408 movl st_next( [all...] |
H A D | asm_draw.h | 79 #define st_next 0 macro
|
/external/quake/quake/src/WinQuake/ |
H A D | r_edgea.s | 261 movl 0x12345678,%edx // surfaces[1].st_next 273 movl st_next(%esi),%ecx 289 movl st_next(%esi),%edx // remove the surface from the surface 292 movl %edx,st_next(%esi) 298 movl st_next(%esi),%edx // remove the surface from the surface 301 movl %edx,st_next(%esi) 306 movl st_next(%esi),%edx // remove the surface from the surface 309 movl %edx,st_next(%esi) 341 movl %eax,st_next(%eax) 408 movl st_next( [all...] |
H A D | asm_draw.h | 79 #define st_next 0 macro
|
Completed in 21 milliseconds