Home
last modified time | relevance | path

Searched refs:LERP (Results 151 – 168 of 168) sorted by relevance

1234567

/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/gallium/frontends/nine/
H A Dnine_dump.c222 D3DTOP_TO_STR_CASE(LERP); in nine_D3DTOP_to_str()
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/gallium/frontends/nine/
H A Dnine_dump.c222 D3DTOP_TO_STR_CASE(LERP); in nine_D3DTOP_to_str()
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/gallium/frontends/nine/
H A Dnine_dump.c222 D3DTOP_TO_STR_CASE(LERP); in nine_D3DTOP_to_str()
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/gallium/frontends/nine/
H A Dnine_dump.c222 D3DTOP_TO_STR_CASE(LERP); in nine_D3DTOP_to_str()
/dports/graphics/mesa-dri/mesa-21.3.6/src/gallium/frontends/nine/
H A Dnine_dump.c222 D3DTOP_TO_STR_CASE(LERP); in nine_D3DTOP_to_str()
/dports/games/iortcw/iortcw-1.51c/MP/code/rend2/
H A Dtr_image.c2128 scan[i*4] = LERP(scan[i*4], luma, r_greyscale->value); in Upload32()
2129 scan[i*4 + 1] = LERP(scan[i*4 + 1], luma, r_greyscale->value); in Upload32()
2130 scan[i*4 + 2] = LERP(scan[i*4 + 2], luma, r_greyscale->value); in Upload32()
/dports/games/iortcw/iortcw-1.51c/SP/code/rend2/
H A Dtr_image.c2123 scan[i*4] = LERP(scan[i*4], luma, r_greyscale->value); in Upload32()
2124 scan[i*4 + 1] = LERP(scan[i*4 + 1], luma, r_greyscale->value); in Upload32()
2125 scan[i*4 + 2] = LERP(scan[i*4 + 2], luma, r_greyscale->value); in Upload32()
/dports/games/iortcw/iortcw-1.51c/MP/code/qcommon/
H A Dq_shared.h1741 #define LERP( a, b, w ) ( ( a ) * ( 1.0f - ( w ) ) + ( b ) * ( w ) ) macro
/dports/games/iortcw/iortcw-1.51c/SP/code/qcommon/
H A Dq_shared.h1771 #define LERP( a, b, w ) ( ( a ) * ( 1.0f - ( w ) ) + ( b ) * ( w ) ) macro
/dports/games/iortcw/iortcw-1.51c/MP/code/splines/
H A Dq_splineshared.h1775 #define LERP( a, b, w ) ( ( a ) * ( 1.0f - ( w ) ) + ( b ) * ( w ) ) macro
/dports/games/iortcw/iortcw-1.51c/SP/code/splines/
H A Dq_splineshared.h1804 #define LERP( a, b, w ) ( ( a ) * ( 1.0f - ( w ) ) + ( b ) * ( w ) ) macro
/dports/games/openarena/openarena-engine-source-0.8.8/code/qcommon/
H A Dq_shared.h.r19101307 #define LERP( a, b, w ) ( ( a ) * ( 1.0f - ( w ) ) + ( b ) * ( w ) )
/dports/games/openarena-server/openarena-engine-source-0.8.8/code/qcommon/
H A Dq_shared.h.r19101307 #define LERP( a, b, w ) ( ( a ) * ( 1.0f - ( w ) ) + ( b ) * ( w ) )
/dports/emulators/mess/mame-mame0226/3rdparty/bgfx/3rdparty/dear-imgui/widgets/
H A Dgizmo.inl62 //template <typename T> T LERP(T x, T y, float z) { return (x + (y - x)*z); }
/dports/emulators/mame/mame-mame0226/3rdparty/bgfx/3rdparty/dear-imgui/widgets/
H A Dgizmo.inl62 //template <typename T> T LERP(T x, T y, float z) { return (x + (y - x)*z); }
/dports/biology/hhsuite/hh-suite-3.3.0/scripts/hhpred/example/
H A Dtest.a3m2784 …--------------------------------------------------VLPDATLKIYLDASPKVRAKRRF-LERP----diSYEDTLAGIIERdY…
/dports/graphics/cairo/cairo-1.17.4/
H A DChangeLog.pre-1.1417586 in one call to pixman (two without the LERP operator). An alternative
H A DChangeLog.pre-1.1214096 image: fix compilation of spans with LERP

1234567