Home
last modified time | relevance | path

Searched refs:toLinear (Results 1 – 25 of 130) sorted by relevance

123456

/dports/games/supertuxkart/SuperTuxKart-1.2-src/lib/libsquish/
H A Dcolourset.cpp34 bool toLinear = ((flags & kToLinear) != 0); in ColourSet() local
65 float x = toLinear ? in ColourSet()
68 float y = toLinear ? in ColourSet()
71 float z = toLinear ? in ColourSet()
76 float w = toLinear != 0 ? in ColourSet()
103 float w = toLinear != 0 ? in ColourSet()
/dports/games/frotz/frotz-73eec90ebb159ed687b74cbaf81e135c3e7e390b/src/sdl/
H A Dsf_images.c37 static byte toLinear[256]; variable
43 r = fromLinear[(toLinear[s & 0xff] * a + in sf_blend()
44 toLinear[d & 0xff] * (256 - a)) >> 8]; in sf_blend()
48 [(toLinear[s & 0xff] * a + in sf_blend()
49 toLinear[d & 0xff] * (256 - a)) >> 8]) << 8; in sf_blend()
53 [(toLinear[s & 0xff] * a + in sf_blend()
54 toLinear[d & 0xff] * (256 - a)) >> 8]) << 16; in sf_blend()
66 toLinear[i] = (int)((pow(i / 255.0, gamma) * 255.0) + 0.5); in sf_setgamma()
/dports/net-p2p/vuze/vuze-5.7.4.0_2/org/gudy/azureus2/core3/disk/impl/
H A DDiskManagerFileInfoSetImpl.java80 boolean[] toLinear = new boolean[toChange.length]; in setSkipped()
94 toLinear[i] = true; in setSkipped()
109 if (!Arrays.equals(toLinear, setStorageTypes(toLinear, DiskManagerFileInfo.ST_LINEAR))){ in setSkipped()
/dports/graphics/opencv/opencv-4.5.3/3rdparty/openexr/IlmImf/
H A DdwaLookups.cpp350 unsigned short toLinear[65536]; in generateToLinear() local
352 unsigned short* toLinear = dwaCompressorToLinear; in generateToLinear()
355 toLinear[0] = 0; in generateToLinear()
364 toLinear[i] = 0; in generateToLinear()
385 char *tmp = (char *)(&toLinear[i]); in generateToLinear()
397 printf("0x%04x, ", toLinear[i]); in generateToLinear()
/dports/emulators/mess/mame-mame0226/3rdparty/bgfx/examples/21-deferred/
H A Dfs_deferred_combine.sc15 vec4 albedo = toLinear(texture2D(s_albedo, v_texcoord0) );
16 vec4 light = toLinear(texture2D(s_light, v_texcoord0) );
/dports/emulators/mame/mame-mame0226/3rdparty/bgfx/examples/21-deferred/
H A Dfs_deferred_combine.sc15 vec4 albedo = toLinear(texture2D(s_albedo, v_texcoord0) );
16 vec4 light = toLinear(texture2D(s_light, v_texcoord0) );
/dports/graphics/openexr/openexr-3.1.4/src/test/OpenEXRTest/
H A DtestDwaLookups.cpp283 unsigned short toLinear[65536]; in testToLinear() local
285 toLinear[0] = 0; in testToLinear()
294 toLinear[i] = 0; in testToLinear()
315 char *tmp = (char *)(&toLinear[i]); in testToLinear()
323 assert (toLinear[i] == OPENEXR_IMF_INTERNAL_NAMESPACE::dwaCompressorToLinear[i]); in testToLinear()
/dports/graphics/povray37/povray-3.7.0.10/libraries/openexr/IlmImf/
H A DdwaLookups.cpp327 unsigned short toLinear[65536]; in generateToLinear() local
329 toLinear[0] = 0; in generateToLinear()
338 toLinear[i] = 0; in generateToLinear()
359 char *tmp = (char *)(&toLinear[i]); in generateToLinear()
371 printf("0x%04x, ", toLinear[i]); in generateToLinear()
/dports/graphics/openexr/openexr-3.1.4/src/lib/OpenEXR/
H A DdwaLookups.cpp309 unsigned short toLinear[65536]; in generateToLinear() local
311 toLinear[0] = 0; in generateToLinear()
320 toLinear[i] = 0; in generateToLinear()
341 char *tmp = (char *)(&toLinear[i]); in generateToLinear()
353 printf("0x%04x, ", toLinear[i]); in generateToLinear()
/dports/graphics/freeimage/FreeImage/Source/OpenEXR/IlmImf/
H A DdwaLookups.cpp327 unsigned short toLinear[65536]; in generateToLinear() local
329 toLinear[0] = 0; in generateToLinear()
338 toLinear[i] = 0; in generateToLinear()
359 char *tmp = (char *)(&toLinear[i]); in generateToLinear()
371 printf("0x%04x, ", toLinear[i]); in generateToLinear()
/dports/emulators/mess/mame-mame0226/3rdparty/bgfx/examples/18-ibl/
H A Dfs_ibl_skybox.sc21 color = toLinear(textureCube(s_texCubeIrr, dir));
27 color = toLinear(textureCubeLod(s_texCube, dir, lod));
/dports/emulators/mame/mame-mame0226/3rdparty/bgfx/examples/18-ibl/
H A Dfs_ibl_skybox.sc21 color = toLinear(textureCube(s_texCubeIrr, dir));
27 color = toLinear(textureCubeLod(s_texCube, dir, lod));
/dports/graphics/luminance-qt5/luminance-hdr-2.6.1.1/src/Libpfs/colorspace/
H A Drgbremapper.cpp42 float RemapperBase::toLinear(float sample) { return sample; } in toLinear() function in RemapperBase
65 &toLinear, &toGamma14, &toGamma18, &toGamma22, &toGamma26, &toLog};
/dports/emulators/mess/mame-mame0226/3rdparty/bgfx/examples/36-sky/
H A Dfs_sky_landscape.sc33 float toLinear(float _rgb)
42 float occulsion = toLinear(texture2D(s_texLightmap, v_texcoord0).r);
/dports/emulators/mame/mame-mame0226/3rdparty/bgfx/examples/36-sky/
H A Dfs_sky_landscape.sc33 float toLinear(float _rgb)
42 float occulsion = toLinear(texture2D(s_texLightmap, v_texcoord0).r);
/dports/emulators/mess/mame-mame0226/3rdparty/bimg/src/
H A Dimage.cpp559 fd[0] = bx::toLinear(fs[0]); in imageRgba32fToLinear()
560 fd[1] = bx::toLinear(fs[1]); in imageRgba32fToLinear()
561 fd[2] = bx::toLinear(fs[2]); in imageRgba32fToLinear()
791 xyz[0] = bx::toLinear(rgba0[0]); in imageRgba32fDownsample2x2Ref()
792 xyz[1] = bx::toLinear(rgba0[1]); in imageRgba32fDownsample2x2Ref()
793 xyz[2] = bx::toLinear(rgba0[2]); in imageRgba32fDownsample2x2Ref()
796 xyz[0] += bx::toLinear(rgba0[4]); in imageRgba32fDownsample2x2Ref()
797 xyz[1] += bx::toLinear(rgba0[5]); in imageRgba32fDownsample2x2Ref()
4639 dst[0] = bx::toLinear(rgba[0]); in imageRgba8ToRgba32fRef()
4640 dst[1] = bx::toLinear(rgba[1]); in imageRgba8ToRgba32fRef()
[all …]
/dports/emulators/mame/mame-mame0226/3rdparty/bimg/src/
H A Dimage.cpp559 fd[0] = bx::toLinear(fs[0]); in imageRgba32fToLinear()
560 fd[1] = bx::toLinear(fs[1]); in imageRgba32fToLinear()
561 fd[2] = bx::toLinear(fs[2]); in imageRgba32fToLinear()
791 xyz[0] = bx::toLinear(rgba0[0]); in imageRgba32fDownsample2x2Ref()
792 xyz[1] = bx::toLinear(rgba0[1]); in imageRgba32fDownsample2x2Ref()
793 xyz[2] = bx::toLinear(rgba0[2]); in imageRgba32fDownsample2x2Ref()
796 xyz[0] += bx::toLinear(rgba0[4]); in imageRgba32fDownsample2x2Ref()
797 xyz[1] += bx::toLinear(rgba0[5]); in imageRgba32fDownsample2x2Ref()
4639 dst[0] = bx::toLinear(rgba[0]); in imageRgba8ToRgba32fRef()
4640 dst[1] = bx::toLinear(rgba[1]); in imageRgba8ToRgba32fRef()
[all …]
/dports/emulators/mess/mame-mame0226/3rdparty/bgfx/tools/texturev/
H A Dcommon.sh18 vec3 toLinear(vec3 _rgb)
30 vec3 rgb = mix(toLinear(_rgb.xyz), _rgb.xyz, u_inLinear);
/dports/emulators/mame/mame-mame0226/3rdparty/bgfx/tools/texturev/
H A Dcommon.sh18 vec3 toLinear(vec3 _rgb)
30 vec3 rgb = mix(toLinear(_rgb.xyz), _rgb.xyz, u_inLinear);
/dports/devel/qt5-testlib/kde-qtbase-5.15.2p263/src/gui/painting/
H A Dqcolortrclut_p.h122 QRgb toLinear(QRgb rgb32) const in toLinear() function
127 QRgba64 toLinear(QRgba64 rgb64) const in toLinear() function
145 float toLinear(float f) const in toLinear() function
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/gui/painting/
H A Dqcolortrclut_p.h122 QRgb toLinear(QRgb rgb32) const in toLinear() function
127 QRgba64 toLinear(QRgba64 rgb64) const in toLinear() function
145 float toLinear(float f) const in toLinear() function
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/gui/painting/
H A Dqcolortrclut_p.h122 QRgb toLinear(QRgb rgb32) const in toLinear() function
127 QRgba64 toLinear(QRgba64 rgb64) const in toLinear() function
145 float toLinear(float f) const in toLinear() function
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/gui/painting/
H A Dqcolortrclut_p.h122 QRgb toLinear(QRgb rgb32) const in toLinear() function
127 QRgba64 toLinear(QRgba64 rgb64) const in toLinear() function
145 float toLinear(float f) const in toLinear() function
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/src/gui/painting/
H A Dqcolortrclut_p.h122 QRgb toLinear(QRgb rgb32) const in toLinear() function
127 QRgba64 toLinear(QRgba64 rgb64) const in toLinear() function
145 float toLinear(float f) const in toLinear() function
/dports/databases/qt5-sqldrivers-ibase/kde-qtbase-5.15.2p263/src/gui/painting/
H A Dqcolortrclut_p.h122 QRgb toLinear(QRgb rgb32) const in toLinear() function
127 QRgba64 toLinear(QRgba64 rgb64) const in toLinear() function
145 float toLinear(float f) const in toLinear() function

123456