Home
last modified time | relevance | path

Searched refs:pspans (Results 1 – 25 of 36) sorted by relevance

12

/dports/games/libretro-tyrquake/tyrquake-e76477d/common/
H A Dd_local.h73 void D_DrawSpans8(espan_t *pspans);
74 void D_DrawSpans16(espan_t *pspans);
77 void D_DrawSpans16Qb(espan_t *pspans);
78 void D_DrawSpans16QbDither(espan_t *pspans);
80 void D_DrawZSpans(espan_t *pspans);
/dports/games/uhexen2/hexen2source-1.5.9/engine/h2shared/
H A Dd_local.h112 void D_DrawSpans8 (espan_t *pspans);
113 void D_DrawSpans8T(espan_t *pspans);
114 void D_DrawZSpans (espan_t *pspans);
115 void D_DrawSingleZSpans (espan_t *pspans);
118 void D_DrawSpans16 (espan_t *pspans);
119 void D_DrawSpans16T (espan_t *pspans);
/dports/games/quakeforge/quakeforge-0.7.2/include/
H A Dd_local.h84 void D_DrawSpans (struct espan_s *pspans);
85 void D_DrawSpans8 (struct espan_s *pspans);
86 void D_DrawSpans16 (struct espan_s *pspans);
87 void D_DrawZSpans (struct espan_s *pspans);
/dports/games/tenebrae/tenebrae_0/
H A Dd_local.h73 void D_DrawSpans8 (espan_t *pspans);
74 void D_DrawSpans16 (espan_t *pspans);
75 void D_DrawZSpans (espan_t *pspans);
H A Dd_spr8.s84 #define pspans 4+16 macro
104 movl pspans(%esp),%ebx // point to the first span descriptor
H A Dd_draw.s88 #define pspans 4+16 macro
108 movl pspans(%esp),%ebx // point to the first span descriptor
H A Dd_draw16.s92 #define pspans 4+16 macro
112 movl pspans(%esp),%ebx // point to the first span descriptor
/dports/textproc/luceneplusplus/LucenePlusPlus-rel_3.0.8/src/test/search/
H A DPositionIncrementTest.cpp339 SpansPtr pspans = snq->getSpans(is->getIndexReader()); in TEST_F() local
340 while (pspans->next()) { in TEST_F()
341 Collection<ByteArray> payloads = pspans->getPayload(); in TEST_F()
342 if (pspans->start() == 0) { in TEST_F()
/dports/games/q2pro/q2pro/ref_soft/
H A Dsw_local.h396 void D_DrawSpans16 (espan_t *pspans);
397 void D_DrawZSpans (espan_t *pspans);
/dports/games/quake2lnx/quake2-r0.16.2/src/ref_soft/
H A Dr_polysa.asm56 pspans equ 4+8 define
67 mov esi,ds:dword ptr[pspans+esp] ; point to the first span descriptor
H A Dr_local.h489 void D_DrawSpans16 (espan_t *pspans);
490 void D_DrawZSpans (espan_t *pspans);
/dports/games/q2pro/q2pro/asm/
H A Dr_polysa.asm55 pspans equ 4+8 define
66 mov esi,ds:dword ptr[pspans+esp] ; point to the first span descriptor
H A Dr_spr8.s63 #define pspans 4+16 macro
83 movl pspans(%esp),%ebx // point to the first span descriptor
H A Dd_polysa.s725 #define pspans 4+8 macro
735 movl pspans(%esp),%esi // point to the first span descriptor
/dports/games/quake2-source/quake2-r0.16.2/src/ref_soft/
H A Dr_polysa.asm56 pspans equ 4+8 define
67 mov esi,ds:dword ptr[pspans+esp] ; point to the first span descriptor
H A Dr_local.h489 void D_DrawSpans16 (espan_t *pspans);
490 void D_DrawZSpans (espan_t *pspans);
/dports/games/quake2-source/quake2-r0.16.2/src/linux/
H A Dr_spr8.s63 #define pspans 4+16 macro
83 movl pspans(%esp),%ebx // point to the first span descriptor
H A Dd_polysa.s725 #define pspans 4+8 macro
735 movl pspans(%esp),%esi // point to the first span descriptor
/dports/games/quake2lnx/quake2-r0.16.2/src/linux/
H A Dr_spr8.s63 #define pspans 4+16 macro
83 movl pspans(%esp),%ebx // point to the first span descriptor
H A Dd_polysa.s725 #define pspans 4+8 macro
735 movl pspans(%esp),%esi // point to the first span descriptor
H A Dr_draw16.s71 #define pspans 4+16 macro
91 movl pspans(%esp),%ebx // point to the first span descriptor
/dports/games/r1q2/r1q2-8012_5/linux/
H A Dr_spr8.s63 #define pspans 4+16 macro
83 movl pspans(%esp),%ebx // point to the first span descriptor
H A Dd_polysa.s725 #define pspans 4+8 macro
735 movl pspans(%esp),%esi // point to the first span descriptor
/dports/games/quakeforge/quakeforge-0.7.2/libs/video/renderer/sw/
H A Dd_spr8.S95 #define pspans 4+16 macro
115 movl pspans(%esp),%ebx // point to the first span descriptor
H A Dd_draw.S99 #define pspans 4+16 macro
119 movl pspans(%esp),%ebx // point to the first span descriptor

12