Home
last modified time | relevance | path

Searched refs:FIX_POINT_F32_MUL (Results 1 – 8 of 8) sorted by relevance

/dports/games/supertuxkart/SuperTuxKart-1.2-src/lib/irrlicht/source/Irrlicht/
H A DS4DVertex.h660 r = tofix ( v.y, COLOR_MAX * FIX_POINT_F32_MUL); in getSample_color()
661 g = tofix ( v.z, COLOR_MAX * FIX_POINT_F32_MUL); in getSample_color()
662 b = tofix ( v.w, COLOR_MAX * FIX_POINT_F32_MUL); in getSample_color()
670 r = tofix ( v.y, COLOR_MAX * FIX_POINT_F32_MUL); in getSample_color()
671 g = tofix ( v.z, COLOR_MAX * FIX_POINT_F32_MUL); in getSample_color()
672 b = tofix ( v.w, COLOR_MAX * FIX_POINT_F32_MUL); in getSample_color()
H A DSoftwareDriver2_helper.h404 #define FIX_POINT_F32_MUL 4096.f
415 #define FIX_POINT_F32_MUL 1024.f macro
426 #define FIX_POINT_F32_MUL 512.f
437 #define FIX_POINT_F32_MUL 128.f
441 #define FIX_POINT_HALF_COLOR ( (tFixPoint) ( ((f32) COLOR_MAX / 2.f * FIX_POINT_F32_MUL ) ) )
466 return FIX_POINT_F32_MUL / x; in fix_inverse32()
486 REALINLINE tFixPoint tofix (const f32 x, const f32 mulby = FIX_POINT_F32_MUL )
/dports/x11-toolkits/irrlicht/irrlicht-1.8.5/source/Irrlicht/
H A DS4DVertex.h660 r = tofix ( v.y, COLOR_MAX * FIX_POINT_F32_MUL); in getSample_color()
661 g = tofix ( v.z, COLOR_MAX * FIX_POINT_F32_MUL); in getSample_color()
662 b = tofix ( v.w, COLOR_MAX * FIX_POINT_F32_MUL); in getSample_color()
670 r = tofix ( v.y, COLOR_MAX * FIX_POINT_F32_MUL); in getSample_color()
671 g = tofix ( v.z, COLOR_MAX * FIX_POINT_F32_MUL); in getSample_color()
672 b = tofix ( v.w, COLOR_MAX * FIX_POINT_F32_MUL); in getSample_color()
H A DSoftwareDriver2_helper.h405 #define FIX_POINT_F32_MUL 4096.f
416 #define FIX_POINT_F32_MUL 1024.f macro
427 #define FIX_POINT_F32_MUL 512.f
438 #define FIX_POINT_F32_MUL 128.f
442 #define FIX_POINT_HALF_COLOR ( (tFixPoint) ( ((f32) COLOR_MAX / 2.f * FIX_POINT_F32_MUL ) ) )
467 return FIX_POINT_F32_MUL / x; in fix_inverse32()
487 REALINLINE tFixPoint tofix (const f32 x, const f32 mulby = FIX_POINT_F32_MUL )
H A DCTRTextureBlend.cpp311 f32 iw = FIX_POINT_F32_MUL; in fragment_dst_color_src_alpha()
495 f32 iw = FIX_POINT_F32_MUL; in fragment_src_color_src_alpha()
675 f32 iw = FIX_POINT_F32_MUL; in fragment_one_one_minus_src_alpha()
872 f32 iw = FIX_POINT_F32_MUL; in fragment_one_minus_dst_alpha_one()
1068 f32 iw = FIX_POINT_F32_MUL; in fragment_src_alpha_one()
1295 f32 iw = FIX_POINT_F32_MUL; in fragment_dst_color_one_minus_dst_alpha()
1491 f32 iw = FIX_POINT_F32_MUL; in fragment_dst_color_zero()
1685 f32 iw = FIX_POINT_F32_MUL; in fragment_dst_color_one()
1882 f32 iw = FIX_POINT_F32_MUL; in fragment_zero_one_minus_scr_color()
H A DCTRTextureLightMap2_M4.cpp218 f32 inversew = FIX_POINT_F32_MUL; in scanline_bilinear2_mag()
353 f32 inversew = FIX_POINT_F32_MUL; in scanline_bilinear2_mag()
H A DCTRTextureLightMap2_M1.cpp214 f32 inversew = FIX_POINT_F32_MUL; in scanline_bilinear2()
H A DCTRTextureLightMap2_M2.cpp214 f32 inversew = FIX_POINT_F32_MUL; in scanline_bilinear2()