Home
last modified time | relevance | path

Searched refs:dc_colormap (Results 1 – 25 of 87) sorted by relevance

1234

/dports/games/doomlegacy/doomlegacy_1.48.8_source/src/
H A Dr_draw8.c824 …*dest = dc_colormap[ dc_translucentmap[ (dc_colormap[dc_skintran[dc_source[frac >> FRACBITS]]] << … in R_DrawTranslatedTranslucentColumn_8()
836 …*dest = dc_colormap[ dc_translucentmap[ (dc_colormap[dc_skintran[dc_source[frac >> FRACBITS]]]) + … in R_DrawTranslatedTranslucentColumn_8()
850 …*dest = dc_colormap[ dc_translucentmap[ (dc_colormap[dc_skintran[dc_source[frac >> FRACBITS]]] << … in R_DrawTranslatedTranslucentColumn_8()
853 …*dest = dc_colormap[ dc_translucentmap[ (dc_colormap[dc_skintran[dc_source[frac >> FRACBITS]]] << … in R_DrawTranslatedTranslucentColumn_8()
859 …*dest = dc_colormap[ dc_translucentmap[ (dc_colormap[dc_skintran[dc_source[frac >> FRACBITS]]] << … in R_DrawTranslatedTranslucentColumn_8()
867 …*dest = dc_colormap[ dc_translucentmap[ (dc_colormap[dc_skintran[dc_source[frac >> FRACBITS]]]) + … in R_DrawTranslatedTranslucentColumn_8()
870 …*dest = dc_colormap[ dc_translucentmap[ (dc_colormap[dc_skintran[dc_source[frac >> FRACBITS]]]) + … in R_DrawTranslatedTranslucentColumn_8()
1224 fc = dc_colormap[ dc_source[fog_index] ]; in R_DrawFogColumn_8()
1226 fc2 = dc_colormap[ dc_source[fi] ]; in R_DrawFogColumn_8()
1239 fogcolor = dc_colormap[ fogcolor_c ]; in R_DrawFogColumn_8()
[all …]
H A Dr_draw16.c92 *(uint16_t*)dest = color8.to16[ dc_colormap[ dc_source[(frac>>FRACBITS)&127] ] ]; in R_DrawColumn_16()
132 *(uint16_t*)dest = color8.to16[ dc_colormap[dc_source[(frac >> FRACBITS) & 255]] ]; in R_DrawSkyColumn_16()
465 register uint16_t nc = color8.to16[dc_colormap[dc_source[frac>>FRACBITS]]]; in R_DrawTranslucentColumn_16()
482 register uint16_t nc = color8.to16[dc_colormap[dc_source[frac>>FRACBITS]]]; in R_DrawTranslucentColumn_16()
496 register uint16_t nc = color8.to16[dc_colormap[dc_source[frac>>FRACBITS]]]; in R_DrawTranslucentColumn_16()
512 register uint16_t nc = color8.to16[dc_colormap[dc_source[frac>>FRACBITS]]]; in R_DrawTranslucentColumn_16()
542 register uint16_t nc = color8.to16[dc_colormap[sb]]; in R_DrawTranslucentColumn_16()
734 *(uint16_t*)dest = color8.to16[ dc_colormap[ dc_skintran[ dc_source[frac>>FRACBITS]]] ]; in R_DrawTranslatedColumn_16()
895 fc = color8.to16[ dc_colormap[ dc_source[fog_index] ]]; in R_DrawFogColumn_16()
898 fc2 = color8.to16[ dc_colormap[ dc_source[fi] ]]; in R_DrawFogColumn_16()
[all …]
H A Dr_draw32.c88 c32.ui32 = color8.to32[ dc_colormap[ dc_source[(frac>>FRACBITS)] ] ]; in R_DrawColumn_32()
147 c32.ui32 = color8.to32[ dc_colormap[ dc_source[(frac>>FRACBITS)&255] ] ]; in R_DrawSkyColumn_32()
501 c32.ui32 = color8.to32[dc_colormap[dc_source[frac>>FRACBITS]]]; in R_DrawTranslucentColumn_32()
521 c32.ui32 = color8.to32[dc_colormap[dc_source[frac>>FRACBITS]]]; in R_DrawTranslucentColumn_32()
542 c32.ui32 = color8.to32[dc_colormap[dc_source[frac>>FRACBITS]]]; in R_DrawTranslucentColumn_32()
570 c32.ui32 = color8.to32[dc_colormap[ sb ]]; in R_DrawTranslucentColumn_32()
612 c32.ui32 = color8.to32[dc_colormap[ sb ]]; in R_DrawTranslucentColumn_32()
651 c32.ui32 = color8.to32[dc_colormap[dc_source[frac>>FRACBITS]]]; in R_DrawTranslucentColumn_32()
871 fc.ui32 = color8.to32[ dc_colormap[ dc_source[fog_index] ]]; in R_DrawFogColumn_32()
874 fc2.ui32 = color8.to32[ dc_colormap[ dc_source[fi] ]]; in R_DrawFogColumn_32()
[all …]
H A Dr_draw24.c82 c32.ui32 = color8.to32[ dc_colormap[ dc_source[(frac>>FRACBITS)] ] ]; in R_DrawColumn_24()
140 c32.ui32 = color8.to32[ dc_colormap[ dc_source[(frac>>FRACBITS)&255] ] ]; in R_DrawSkyColumn_24()
488 c32.ui32 = color8.to32[dc_colormap[dc_source[frac>>FRACBITS]]]; in R_DrawTranslucentColumn_24()
508 c32.ui32 = color8.to32[dc_colormap[dc_source[frac>>FRACBITS]]]; in R_DrawTranslucentColumn_24()
529 c32.ui32 = color8.to32[dc_colormap[dc_source[frac>>FRACBITS]]]; in R_DrawTranslucentColumn_24()
557 c32.ui32 = color8.to32[dc_colormap[ sb ]]; in R_DrawTranslucentColumn_24()
599 c32.ui32 = color8.to32[dc_colormap[ sb ]]; in R_DrawTranslucentColumn_24()
638 c32.ui32 = color8.to32[dc_colormap[dc_source[frac>>FRACBITS]]]; in R_DrawTranslucentColumn_24()
860 fc.ui32 = color8.to32[ dc_colormap[ dc_source[fog_index] ]]; in R_DrawFogColumn_24()
863 fc2.ui32 = color8.to32[ dc_colormap[ dc_source[fi] ]]; in R_DrawFogColumn_24()
[all …]
H A Dr_segs.c605 dc_colormap = fixedcolormap; in R_DrawWallSplats()
724 dc_colormap = walllights[dlit]; in R_DrawWallSplats()
1140 dc_colormap = fixedcolormap; in R_RenderMaskedSegRange()
1232 dc_colormap = rlight->rcolormap; in R_RenderMaskedSegRange()
1255 dc_colormap = walllights[dlit]; in R_RenderMaskedSegRange()
1506 dc_colormap = fixedcolormap; in R_RenderThickSideRange()
1674 dc_colormap = rlight->rcolormap; in R_RenderThickSideRange()
1696 dc_colormap = walllights[dlit]; in R_RenderThickSideRange()
1816 dc_colormap = fixedcolormap; in R_RenderFog()
1940 dc_colormap = fixedcolormap; in R_RenderSegLoop()
[all …]
/dports/games/crispy-doom/crispy-doom-crispy-doom-5.10.3/src/doom/
H A Dr_draw.c83 lighttable_t* dc_colormap[2]; // [crispy] brightmaps variable
158 *dest = dc_colormap[dc_brightmap[source]][source]; in R_DrawColumn()
173 *dest = dc_colormap[dc_brightmap[source]][source]; in R_DrawColumn()
203 colormap = dc_colormap;
294 *dest2 = *dest = dc_colormap[dc_brightmap[source]][source]; in R_DrawColumnLow()
310 *dest2 = *dest = dc_colormap[dc_brightmap[source]][source]; in R_DrawColumnLow()
584 *dest = dc_colormap[0][dc_translation[dc_source[frac>>FRACBITS]]]; in R_DrawTranslatedColumn()
634 *dest = dc_colormap[0][dc_translation[dc_source[frac>>FRACBITS]]]; in R_DrawTranslatedColumnLow()
635 *dest2 = dc_colormap[0][dc_translation[dc_source[frac>>FRACBITS]]]; in R_DrawTranslatedColumnLow()
719 *dest = tranmap[(*dest<<8)+dc_colormap[0][dc_source[frac>>FRACBITS]]]; in R_DrawTLColumnLow()
[all …]
H A Dr_segs.c251 dc_colormap[0] = dc_colormap[1] = fixedcolormap; in R_RenderMaskedSegRange()
267 dc_colormap[0] = dc_colormap[1] = walllights[index]; in R_RenderMaskedSegRange()
391 dc_colormap[0] = walllights[index]; in R_RenderSegLoop()
392dc_colormap[1] = (!fixedcolormap && (crispy->brightmaps & BRIGHTMAPS_TEXTURES)) ? scalelight[LIGHT… in R_RenderSegLoop()
H A Dr_draw.h26 extern lighttable_t* dc_colormap[2];
/dports/games/chocolate-doom/chocolate-doom-3.0.1/src/hexen/
H A Dr_draw.c47 lighttable_t *dc_colormap; variable
79 *dest = dc_colormap[dc_source[(frac >> FRACBITS) & 127]]; in R_DrawColumn()
109 *dest = dc_colormap[dc_source[(frac >> FRACBITS) & 127]]; in R_DrawColumnLow()
144 (dc_colormap[dc_source[(frac >> FRACBITS) & 127]] << in R_DrawTLColumn()
186 + dc_colormap[dc_source[(frac >> FRACBITS) & 127]]]; in R_DrawAltTLColumn()
226 *dest = dc_colormap[dc_translation[dc_source[frac >> FRACBITS]]]; in R_DrawTranslatedColumn()
263 dc_colormap[dc_translation in R_DrawTranslatedTLColumn()
/dports/games/uhexen/uhexen-0.601/src/
H A Dr_draw.c40 lighttable_t *dc_colormap; variable
75 *dest = dc_colormap[dc_source[(frac>>FRACBITS)&127]]; in R_DrawColumn()
107 *dest = dc_colormap[dc_source[(frac>>FRACBITS)&127]]; in R_DrawColumnLow()
162 (dc_colormap[dc_source[(frac>>FRACBITS)&127]]<<8)]; in R_DrawFuzzColumn()
203 +dc_colormap[dc_source[(frac>>FRACBITS)&127]]]; in R_DrawAltFuzzColumn()
242 *dest = dc_colormap[dc_translation[dc_source[frac>>FRACBITS]]]; in R_DrawTranslatedColumn()
277 +dc_colormap[dc_translation[dc_source[frac>>FRACBITS]]]]; in R_DrawTranslatedFuzzColumn()
/dports/games/zdoom/zdoom-2.8.1/src/
H A Dr_draw.cpp93 lighttable_t* dc_colormap; variable
206 BYTE *colormap = dc_colormap; in R_DrawColumnP_C()
560 BYTE *colormap = dc_colormap; in R_DrawAddColumnP_C()
605 BYTE *colormap = dc_colormap; in R_DrawTranslatedColumnP_C()
641 BYTE *colormap = dc_colormap; in R_DrawTlatedAddColumnP_C()
680 BYTE *colormap = dc_colormap; in R_DrawShadedColumnP_C()
715 BYTE *colormap = dc_colormap; in R_DrawAddClampColumnP_C()
757 BYTE *colormap = dc_colormap; in R_DrawAddClampTranslatedColumnP_C()
798 BYTE *colormap = dc_colormap; in R_DrawSubClampColumnP_C()
1668 BYTE *colormap = dc_colormap; in vlinec1()
[all …]
H A Dr_drawt.cpp161 colormap = dc_colormap; in rt_map1col_c()
196 colormap = dc_colormap; in rt_map4cols_c()
348 colormap = dc_colormap; in rt_add1col()
382 colormap = dc_colormap; in rt_add4cols_c()
449 colormap = dc_colormap; in rt_shaded1col()
480 colormap = dc_colormap; in rt_shaded4cols_c()
528 colormap = dc_colormap; in rt_addclamp1col()
564 colormap = dc_colormap; in rt_addclamp4cols_c()
642 colormap = dc_colormap; in rt_subclamp1col()
677 colormap = dc_colormap; in rt_subclamp4cols()
[all …]
H A Dr_segs.cpp314 dc_colormap = fixedcolormap; in R_RenderMaskedSegRange()
629 dc_colormap = fixedcolormap; in R_RenderFakeWall()
1069 dc_colormap = colormap; in prevline1()
1114 palookupoffse[0] = dc_colormap; in wallscan()
1115 palookupoffse[1] = dc_colormap; in wallscan()
1116 palookupoffse[2] = dc_colormap; in wallscan()
1117 palookupoffse[3] = dc_colormap; in wallscan()
1413 dc_colormap = colormap; in mvline1()
1584 dc_colormap = colormap; in preptmvline1()
1778 dc_colormap = fixedcolormap; in R_RenderSegLoop()
[all …]
/dports/games/heretic/glheretic-1.2/
H A Dr_draw.c34 lighttable_t *dc_colormap; variable
72 *dest = dc_colormap[dc_source[(frac>>FRACBITS)&127]]; in R_DrawColumn()
104 *dest = dc_colormap[dc_source[(frac>>FRACBITS)&127]]; in R_DrawColumnLow()
187 *dest = tinttable[((*dest)<<8)+dc_colormap[dc_source[(frac>>FRACBITS)&127]]]; in R_DrawFuzzColumn()
226 *dest = dc_colormap[dc_translation[dc_source[frac>>FRACBITS]]]; in R_DrawTranslatedColumn()
257 +dc_colormap[dc_translation[dc_source[frac>>FRACBITS]]]]; in R_DrawTranslatedFuzzColumn()
596 *dest = dc_colormap[dc_source[(frac>>FRACBITS)&255]];
/dports/games/crispy-doom/crispy-doom-crispy-doom-5.10.3/src/heretic/
H A Dr_draw.c47 lighttable_t *dc_colormap; variable
92 *dest = dc_colormap[dc_source[frac>>FRACBITS]]; in R_DrawColumn()
102 *dest = dc_colormap[dc_source[(frac >> FRACBITS) & heightmask]]; in R_DrawColumn()
133 *dest = dc_colormap[dc_source[(frac >> FRACBITS) & 127]]; in R_DrawColumnLow()
171 dc_colormap[dc_source[(frac >> FRACBITS) & 127]]]; in R_DrawTLColumn()
212 *dest = dc_colormap[dc_translation[dc_source[frac >> FRACBITS]]]; in R_DrawTranslatedColumn()
243 dc_colormap[dc_translation in R_DrawTranslatedTLColumn()
/dports/games/crispy-doom/crispy-doom-crispy-doom-5.10.3/src/hexen/
H A Dr_draw.c47 lighttable_t *dc_colormap; variable
79 *dest = dc_colormap[dc_source[(frac >> FRACBITS) & 127]]; in R_DrawColumn()
109 *dest = dc_colormap[dc_source[(frac >> FRACBITS) & 127]]; in R_DrawColumnLow()
144 (dc_colormap[dc_source[(frac >> FRACBITS) & 127]] << in R_DrawTLColumn()
186 + dc_colormap[dc_source[(frac >> FRACBITS) & 127]]]; in R_DrawAltTLColumn()
226 *dest = dc_colormap[dc_translation[dc_source[frac >> FRACBITS]]]; in R_DrawTranslatedColumn()
263 dc_colormap[dc_translation in R_DrawTranslatedTLColumn()
/dports/games/chocolate-doom/chocolate-doom-3.0.1/src/heretic/
H A Dr_draw.c47 lighttable_t *dc_colormap; variable
79 *dest = dc_colormap[dc_source[(frac >> FRACBITS) & 127]]; in R_DrawColumn()
109 *dest = dc_colormap[dc_source[(frac >> FRACBITS) & 127]]; in R_DrawColumnLow()
147 dc_colormap[dc_source[(frac >> FRACBITS) & 127]]]; in R_DrawTLColumn()
188 *dest = dc_colormap[dc_translation[dc_source[frac >> FRACBITS]]]; in R_DrawTranslatedColumn()
219 dc_colormap[dc_translation in R_DrawTranslatedTLColumn()
/dports/games/ecwolf/ecwolf-1.3.3-src/src/r_2d/
H A Dr_draw.cpp97 lighttable_t* dc_colormap; variable
169 BYTE *colormap = dc_colormap; in R_DrawColumnP_C()
523 BYTE *colormap = dc_colormap; in R_DrawAddColumnP_C()
568 BYTE *colormap = dc_colormap; in R_DrawTranslatedColumnP_C()
604 BYTE *colormap = dc_colormap; in R_DrawTlatedAddColumnP_C()
643 BYTE *colormap = dc_colormap; in R_DrawShadedColumnP_C()
678 BYTE *colormap = dc_colormap; in R_DrawAddClampColumnP_C()
720 BYTE *colormap = dc_colormap; in R_DrawAddClampTranslatedColumnP_C()
761 BYTE *colormap = dc_colormap; in R_DrawSubClampColumnP_C()
1540 BYTE *colormap = dc_colormap; in vlinec1()
[all …]
H A Dr_drawt.cpp159 colormap = dc_colormap; in rt_map1col_c()
194 colormap = dc_colormap; in rt_map4cols_c()
346 colormap = dc_colormap; in rt_add1col()
380 colormap = dc_colormap; in rt_add4cols_c()
447 colormap = dc_colormap; in rt_shaded1col()
478 colormap = dc_colormap; in rt_shaded4cols_c()
526 colormap = dc_colormap; in rt_addclamp1col()
562 colormap = dc_colormap; in rt_addclamp4cols_c()
640 colormap = dc_colormap; in rt_subclamp1col()
675 colormap = dc_colormap; in rt_subclamp4cols()
[all …]
/dports/games/chocolate-doom/chocolate-doom-3.0.1/src/doom/
H A Dr_draw.c82 lighttable_t* dc_colormap; variable
139 *dest = dc_colormap[dc_source[(frac>>FRACBITS)&127]]; in R_DrawColumn()
168 colormap = dc_colormap;
245 *dest2 = *dest = dc_colormap[dc_source[(frac>>FRACBITS)&127]]; in R_DrawColumnLow()
461 *dest = dc_colormap[dc_translation[dc_source[frac>>FRACBITS]]]; in R_DrawTranslatedColumn()
511 *dest = dc_colormap[dc_translation[dc_source[frac>>FRACBITS]]]; in R_DrawTranslatedColumnLow()
512 *dest2 = dc_colormap[dc_translation[dc_source[frac>>FRACBITS]]]; in R_DrawTranslatedColumnLow()
H A Dr_draw.h26 extern lighttable_t* dc_colormap;
/dports/games/crispy-doom/crispy-doom-crispy-doom-5.10.3/src/strife/
H A Dr_draw.c87 lighttable_t* dc_colormap; variable
144 *dest = dc_colormap[dc_source[(frac>>FRACBITS)&127]]; in R_DrawColumn()
173 colormap = dc_colormap;
264 byte src = dc_colormap[dc_source[(frac>>FRACBITS)&127]]; in R_DrawMVisTLColumn()
317 byte src = dc_colormap[dc_source[(frac>>FRACBITS)&127]]; in R_DrawTLColumn()
375 *dest = dc_colormap[dc_translation[dc_source[frac>>FRACBITS]]]; in R_DrawTranslatedColumn()
419 byte src = dc_colormap[dc_translation[dc_source[frac>>FRACBITS&127]]]; in R_DrawTRTLColumn()
H A Dr_draw.h26 extern lighttable_t* dc_colormap;
/dports/games/chocolate-doom/chocolate-doom-3.0.1/src/strife/
H A Dr_draw.c87 lighttable_t* dc_colormap; variable
144 *dest = dc_colormap[dc_source[(frac>>FRACBITS)&127]]; in R_DrawColumn()
173 colormap = dc_colormap;
264 byte src = dc_colormap[dc_source[(frac>>FRACBITS)&127]]; in R_DrawMVisTLColumn()
317 byte src = dc_colormap[dc_source[(frac>>FRACBITS)&127]]; in R_DrawTLColumn()
375 *dest = dc_colormap[dc_translation[dc_source[frac>>FRACBITS]]]; in R_DrawTranslatedColumn()
419 byte src = dc_colormap[dc_translation[dc_source[frac>>FRACBITS&127]]]; in R_DrawTRTLColumn()
H A Dr_draw.h26 extern lighttable_t* dc_colormap;

1234