Home
last modified time | relevance | path

Searched refs:Fog (Results 1 – 25 of 3023) sorted by relevance

12345678910>>...121

/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/mesa/main/
H A Dfog.c105 if (ctx->Fog.Mode == m) in _mesa_Fogfv()
108 ctx->Fog.Mode = m; in _mesa_Fogfv()
109 if (ctx->Fog.Enabled) { in _mesa_Fogfv()
110 ctx->Fog._PackedEnabledMode = ctx->Fog._PackedMode; in _mesa_Fogfv()
122 ctx->Fog.Density = *params; in _mesa_Fogfv()
142 ctx->Fog.Index = *params; in _mesa_Fogfv()
207 ctx->Fog.Mode = GL_EXP; in _mesa_init_fog()
212 ctx->Fog.Index = 0.0; in _mesa_init_fog()
213 ctx->Fog.Density = 1.0; in _mesa_init_fog()
214 ctx->Fog.Start = 0.0; in _mesa_init_fog()
[all …]
/dports/lang/clover/mesa-21.3.6/src/mesa/main/
H A Dfog.c105 if (ctx->Fog.Mode == m) in _mesa_Fogfv()
108 ctx->Fog.Mode = m; in _mesa_Fogfv()
109 if (ctx->Fog.Enabled) { in _mesa_Fogfv()
110 ctx->Fog._PackedEnabledMode = ctx->Fog._PackedMode; in _mesa_Fogfv()
122 ctx->Fog.Density = *params; in _mesa_Fogfv()
142 ctx->Fog.Index = *params; in _mesa_Fogfv()
207 ctx->Fog.Mode = GL_EXP; in _mesa_init_fog()
212 ctx->Fog.Index = 0.0; in _mesa_init_fog()
213 ctx->Fog.Density = 1.0; in _mesa_init_fog()
214 ctx->Fog.Start = 0.0; in _mesa_init_fog()
[all …]
/dports/graphics/libosmesa/mesa-21.3.6/src/mesa/main/
H A Dfog.c105 if (ctx->Fog.Mode == m) in _mesa_Fogfv()
108 ctx->Fog.Mode = m; in _mesa_Fogfv()
109 if (ctx->Fog.Enabled) { in _mesa_Fogfv()
110 ctx->Fog._PackedEnabledMode = ctx->Fog._PackedMode; in _mesa_Fogfv()
122 ctx->Fog.Density = *params; in _mesa_Fogfv()
142 ctx->Fog.Index = *params; in _mesa_Fogfv()
207 ctx->Fog.Mode = GL_EXP; in _mesa_init_fog()
212 ctx->Fog.Index = 0.0; in _mesa_init_fog()
213 ctx->Fog.Density = 1.0; in _mesa_init_fog()
214 ctx->Fog.Start = 0.0; in _mesa_init_fog()
[all …]
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/mesa/main/
H A Dfog.c105 if (ctx->Fog.Mode == m) in _mesa_Fogfv()
108 ctx->Fog.Mode = m; in _mesa_Fogfv()
109 if (ctx->Fog.Enabled) { in _mesa_Fogfv()
110 ctx->Fog._PackedEnabledMode = ctx->Fog._PackedMode; in _mesa_Fogfv()
122 ctx->Fog.Density = *params; in _mesa_Fogfv()
142 ctx->Fog.Index = *params; in _mesa_Fogfv()
207 ctx->Fog.Mode = GL_EXP; in _mesa_init_fog()
212 ctx->Fog.Index = 0.0; in _mesa_init_fog()
213 ctx->Fog.Density = 1.0; in _mesa_init_fog()
214 ctx->Fog.Start = 0.0; in _mesa_init_fog()
[all …]
/dports/graphics/mesa-libs/mesa-21.3.6/src/mesa/main/
H A Dfog.c105 if (ctx->Fog.Mode == m) in _mesa_Fogfv()
108 ctx->Fog.Mode = m; in _mesa_Fogfv()
109 if (ctx->Fog.Enabled) { in _mesa_Fogfv()
110 ctx->Fog._PackedEnabledMode = ctx->Fog._PackedMode; in _mesa_Fogfv()
122 ctx->Fog.Density = *params; in _mesa_Fogfv()
142 ctx->Fog.Index = *params; in _mesa_Fogfv()
207 ctx->Fog.Mode = GL_EXP; in _mesa_init_fog()
212 ctx->Fog.Index = 0.0; in _mesa_init_fog()
213 ctx->Fog.Density = 1.0; in _mesa_init_fog()
214 ctx->Fog.Start = 0.0; in _mesa_init_fog()
[all …]
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/mesa/main/
H A Dfog.c105 if (ctx->Fog.Mode == m) in _mesa_Fogfv()
108 ctx->Fog.Mode = m; in _mesa_Fogfv()
109 if (ctx->Fog.Enabled) { in _mesa_Fogfv()
110 ctx->Fog._PackedEnabledMode = ctx->Fog._PackedMode; in _mesa_Fogfv()
122 ctx->Fog.Density = *params; in _mesa_Fogfv()
142 ctx->Fog.Index = *params; in _mesa_Fogfv()
207 ctx->Fog.Mode = GL_EXP; in _mesa_init_fog()
212 ctx->Fog.Index = 0.0; in _mesa_init_fog()
213 ctx->Fog.Density = 1.0; in _mesa_init_fog()
214 ctx->Fog.Start = 0.0; in _mesa_init_fog()
[all …]
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/mesa/main/
H A Dfog.c105 if (ctx->Fog.Mode == m) in _mesa_Fogfv()
108 ctx->Fog.Mode = m; in _mesa_Fogfv()
109 ctx->Fog._PackedEnabledMode = ctx->Fog.Enabled ? in _mesa_Fogfv()
120 ctx->Fog.Density = *params; in _mesa_Fogfv()
140 ctx->Fog.Index = *params; in _mesa_Fogfv()
178 ctx->Fog.FogDistanceMode = p; in _mesa_Fogfv()
205 ctx->Fog.Mode = GL_EXP; in _mesa_init_fog()
210 ctx->Fog.Index = 0.0; in _mesa_init_fog()
211 ctx->Fog.Density = 1.0; in _mesa_init_fog()
212 ctx->Fog.Start = 0.0; in _mesa_init_fog()
[all …]
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/mesa/main/
H A Dfog.c105 if (ctx->Fog.Mode == m) in _mesa_Fogfv()
108 ctx->Fog.Mode = m; in _mesa_Fogfv()
109 if (ctx->Fog.Enabled) { in _mesa_Fogfv()
110 ctx->Fog._PackedEnabledMode = ctx->Fog._PackedMode; in _mesa_Fogfv()
122 ctx->Fog.Density = *params; in _mesa_Fogfv()
142 ctx->Fog.Index = *params; in _mesa_Fogfv()
207 ctx->Fog.Mode = GL_EXP; in _mesa_init_fog()
212 ctx->Fog.Index = 0.0; in _mesa_init_fog()
213 ctx->Fog.Density = 1.0; in _mesa_init_fog()
214 ctx->Fog.Start = 0.0; in _mesa_init_fog()
[all …]
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/mesa/main/
H A Dfog.c105 if (ctx->Fog.Mode == m) in _mesa_Fogfv()
108 ctx->Fog.Mode = m; in _mesa_Fogfv()
109 if (ctx->Fog.Enabled) { in _mesa_Fogfv()
110 ctx->Fog._PackedEnabledMode = ctx->Fog._PackedMode; in _mesa_Fogfv()
122 ctx->Fog.Density = *params; in _mesa_Fogfv()
142 ctx->Fog.Index = *params; in _mesa_Fogfv()
207 ctx->Fog.Mode = GL_EXP; in _mesa_init_fog()
212 ctx->Fog.Index = 0.0; in _mesa_init_fog()
213 ctx->Fog.Density = 1.0; in _mesa_init_fog()
214 ctx->Fog.Start = 0.0; in _mesa_init_fog()
[all …]
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/mesa/main/
H A Dfog.c105 if (ctx->Fog.Mode == m) in _mesa_Fogfv()
108 ctx->Fog.Mode = m; in _mesa_Fogfv()
109 if (ctx->Fog.Enabled) { in _mesa_Fogfv()
110 ctx->Fog._PackedEnabledMode = ctx->Fog._PackedMode; in _mesa_Fogfv()
122 ctx->Fog.Density = *params; in _mesa_Fogfv()
142 ctx->Fog.Index = *params; in _mesa_Fogfv()
203 ctx->Fog.Mode = GL_EXP; in _mesa_init_fog()
208 ctx->Fog.Index = 0.0; in _mesa_init_fog()
209 ctx->Fog.Density = 1.0; in _mesa_init_fog()
210 ctx->Fog.Start = 0.0; in _mesa_init_fog()
[all …]
/dports/graphics/mesa-dri/mesa-21.3.6/src/mesa/main/
H A Dfog.c105 if (ctx->Fog.Mode == m) in _mesa_Fogfv()
108 ctx->Fog.Mode = m; in _mesa_Fogfv()
109 if (ctx->Fog.Enabled) { in _mesa_Fogfv()
110 ctx->Fog._PackedEnabledMode = ctx->Fog._PackedMode; in _mesa_Fogfv()
122 ctx->Fog.Density = *params; in _mesa_Fogfv()
142 ctx->Fog.Index = *params; in _mesa_Fogfv()
207 ctx->Fog.Mode = GL_EXP; in _mesa_init_fog()
212 ctx->Fog.Index = 0.0; in _mesa_init_fog()
213 ctx->Fog.Density = 1.0; in _mesa_init_fog()
214 ctx->Fog.Start = 0.0; in _mesa_init_fog()
[all …]
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/
H A DFog.cpp21 const char* Fog_getModeStr(Fog::Mode mode);
24 REGISTER_DOTOSGWRAPPER(Fog)
26 new osg::Fog,
38 Fog& fog = static_cast<Fog&>(obj); in Fog_readLocalData()
40 Fog::Mode mode; in Fog_readLocalData()
103 const Fog& fog = static_cast<const Fog&>(obj); in Fog_writeLocalData()
112 case(Fog::FOG_COORDINATE): in Fog_writeLocalData()
115 case(Fog::FRAGMENT_DEPTH): in Fog_writeLocalData()
136 const char* Fog_getModeStr(Fog::Mode mode) in Fog_getModeStr()
141 case(Fog::EXP): return "EXP"; in Fog_getModeStr()
[all …]
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgWrappers/deprecated-dotosg/osg/
H A DFog.cpp21 const char* Fog_getModeStr(Fog::Mode mode);
24 REGISTER_DOTOSGWRAPPER(Fog)
26 new osg::Fog,
38 Fog& fog = static_cast<Fog&>(obj); in Fog_readLocalData()
40 Fog::Mode mode; in Fog_readLocalData()
103 const Fog& fog = static_cast<const Fog&>(obj); in Fog_writeLocalData()
112 case(Fog::FOG_COORDINATE): in Fog_writeLocalData()
115 case(Fog::FRAGMENT_DEPTH): in Fog_writeLocalData()
136 const char* Fog_getModeStr(Fog::Mode mode) in Fog_getModeStr()
141 case(Fog::EXP): return "EXP"; in Fog_getModeStr()
[all …]
/dports/science/apbs/apbs-pdb2pqr-apbs-1.5-102-g500c1473/apbs/externals/fetk/sg/src/gl/
H A Dfog.c41 ctx->Fog.Mode = m; in gl_Fogfv()
62 ctx->Fog.Start = *params; in gl_Fogfv()
71 ctx->Fog.End = *params; in gl_Fogfv()
111 d = 1.0F / (ctx->Fog.End - ctx->Fog.Start); in gl_fog_color_vertices()
133 d = -(ctx->Fog.Density*ctx->Fog.Density); in gl_fog_color_vertices()
164 GLfloat d = 1.0F / (ctx->Fog.End - ctx->Fog.Start); in gl_fog_index_vertices()
191 GLfloat d = -(ctx->Fog.Density*ctx->Fog.Density); in gl_fog_index_vertices()
238 GLfloat fogScale = 1.0F / (ctx->Fog.End - ctx->Fog.Start); in gl_fog_color_pixels()
271 GLfloat negDensitySquared = -ctx->Fog.Density * ctx->Fog.Density; in gl_fog_color_pixels()
316 GLfloat fogScale = 1.0F / (ctx->Fog.End - ctx->Fog.Start); in gl_fog_index_pixels()
[all …]
/dports/x11/plasma5-plasma-workspace/plasma-workspace-5.23.5/dataengines/weather/ions/data/
H A Dnoaa_i18n.dat14 weather condition|Drizzle Fog
15 weather condition|Drizzle Fog/Mist
27 weather condition|Fog
28 weather condition|Fog in Vicinity
29 weather condition|Fog/Mist
34 weather condition|Freezing Fog
181 weather condition|Rain Fog
212 weather condition|Snow Fog
330 weather forecast|Ice Fog
335 weather forecast|Dense Fog
[all …]
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/mesa/swrast/
H A Ds_fog.c43 switch (ctx->Fog.Mode) { in _swrast_z_to_fogfactor()
45 if (ctx->Fog.Start == ctx->Fog.End) in _swrast_z_to_fogfactor()
48 d = 1.0F / (ctx->Fog.End - ctx->Fog.Start); in _swrast_z_to_fogfactor()
49 f = (ctx->Fog.End - z) * d; in _swrast_z_to_fogfactor()
52 d = ctx->Fog.Density; in _swrast_z_to_fogfactor()
57 d = ctx->Fog.Density; in _swrast_z_to_fogfactor()
153 rFog = ctx->Fog.Color[RCOMP]; in _swrast_fog_rgba_span()
162 switch (ctx->Fog.Mode) { in _swrast_fog_rgba_span()
166 const GLfloat fogScale = (ctx->Fog.Start == ctx->Fog.End) in _swrast_fog_rgba_span()
167 ? 1.0F : 1.0F / (ctx->Fog.End - ctx->Fog.Start); in _swrast_fog_rgba_span()
[all …]
/dports/lang/clover/mesa-21.3.6/src/mesa/swrast/
H A Ds_fog.c43 switch (ctx->Fog.Mode) { in _swrast_z_to_fogfactor()
45 if (ctx->Fog.Start == ctx->Fog.End) in _swrast_z_to_fogfactor()
48 d = 1.0F / (ctx->Fog.End - ctx->Fog.Start); in _swrast_z_to_fogfactor()
49 f = (ctx->Fog.End - z) * d; in _swrast_z_to_fogfactor()
52 d = ctx->Fog.Density; in _swrast_z_to_fogfactor()
57 d = ctx->Fog.Density; in _swrast_z_to_fogfactor()
153 rFog = ctx->Fog.Color[RCOMP]; in _swrast_fog_rgba_span()
162 switch (ctx->Fog.Mode) { in _swrast_fog_rgba_span()
166 const GLfloat fogScale = (ctx->Fog.Start == ctx->Fog.End) in _swrast_fog_rgba_span()
167 ? 1.0F : 1.0F / (ctx->Fog.End - ctx->Fog.Start); in _swrast_fog_rgba_span()
[all …]
/dports/graphics/libosmesa/mesa-21.3.6/src/mesa/swrast/
H A Ds_fog.c43 switch (ctx->Fog.Mode) { in _swrast_z_to_fogfactor()
45 if (ctx->Fog.Start == ctx->Fog.End) in _swrast_z_to_fogfactor()
48 d = 1.0F / (ctx->Fog.End - ctx->Fog.Start); in _swrast_z_to_fogfactor()
49 f = (ctx->Fog.End - z) * d; in _swrast_z_to_fogfactor()
52 d = ctx->Fog.Density; in _swrast_z_to_fogfactor()
57 d = ctx->Fog.Density; in _swrast_z_to_fogfactor()
153 rFog = ctx->Fog.Color[RCOMP]; in _swrast_fog_rgba_span()
162 switch (ctx->Fog.Mode) { in _swrast_fog_rgba_span()
166 const GLfloat fogScale = (ctx->Fog.Start == ctx->Fog.End) in _swrast_fog_rgba_span()
167 ? 1.0F : 1.0F / (ctx->Fog.End - ctx->Fog.Start); in _swrast_fog_rgba_span()
[all …]
/dports/graphics/mesa-libs/mesa-21.3.6/src/mesa/swrast/
H A Ds_fog.c43 switch (ctx->Fog.Mode) { in _swrast_z_to_fogfactor()
45 if (ctx->Fog.Start == ctx->Fog.End) in _swrast_z_to_fogfactor()
48 d = 1.0F / (ctx->Fog.End - ctx->Fog.Start); in _swrast_z_to_fogfactor()
49 f = (ctx->Fog.End - z) * d; in _swrast_z_to_fogfactor()
52 d = ctx->Fog.Density; in _swrast_z_to_fogfactor()
57 d = ctx->Fog.Density; in _swrast_z_to_fogfactor()
153 rFog = ctx->Fog.Color[RCOMP]; in _swrast_fog_rgba_span()
162 switch (ctx->Fog.Mode) { in _swrast_fog_rgba_span()
166 const GLfloat fogScale = (ctx->Fog.Start == ctx->Fog.End) in _swrast_fog_rgba_span()
167 ? 1.0F : 1.0F / (ctx->Fog.End - ctx->Fog.Start); in _swrast_fog_rgba_span()
[all …]
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/mesa/swrast/
H A Ds_fog.c43 switch (ctx->Fog.Mode) { in _swrast_z_to_fogfactor()
45 if (ctx->Fog.Start == ctx->Fog.End) in _swrast_z_to_fogfactor()
48 d = 1.0F / (ctx->Fog.End - ctx->Fog.Start); in _swrast_z_to_fogfactor()
49 f = (ctx->Fog.End - z) * d; in _swrast_z_to_fogfactor()
52 d = ctx->Fog.Density; in _swrast_z_to_fogfactor()
57 d = ctx->Fog.Density; in _swrast_z_to_fogfactor()
153 rFog = ctx->Fog.Color[RCOMP]; in _swrast_fog_rgba_span()
162 switch (ctx->Fog.Mode) { in _swrast_fog_rgba_span()
166 const GLfloat fogScale = (ctx->Fog.Start == ctx->Fog.End) in _swrast_fog_rgba_span()
167 ? 1.0F : 1.0F / (ctx->Fog.End - ctx->Fog.Start); in _swrast_fog_rgba_span()
[all …]
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/mesa/swrast/
H A Ds_fog.c43 switch (ctx->Fog.Mode) { in _swrast_z_to_fogfactor()
45 if (ctx->Fog.Start == ctx->Fog.End) in _swrast_z_to_fogfactor()
48 d = 1.0F / (ctx->Fog.End - ctx->Fog.Start); in _swrast_z_to_fogfactor()
49 f = (ctx->Fog.End - z) * d; in _swrast_z_to_fogfactor()
52 d = ctx->Fog.Density; in _swrast_z_to_fogfactor()
57 d = ctx->Fog.Density; in _swrast_z_to_fogfactor()
153 rFog = ctx->Fog.Color[RCOMP]; in _swrast_fog_rgba_span()
162 switch (ctx->Fog.Mode) { in _swrast_fog_rgba_span()
166 const GLfloat fogScale = (ctx->Fog.Start == ctx->Fog.End) in _swrast_fog_rgba_span()
167 ? 1.0F : 1.0F / (ctx->Fog.End - ctx->Fog.Start); in _swrast_fog_rgba_span()
[all …]
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/mesa/swrast/
H A Ds_fog.c43 switch (ctx->Fog.Mode) { in _swrast_z_to_fogfactor()
45 if (ctx->Fog.Start == ctx->Fog.End) in _swrast_z_to_fogfactor()
48 d = 1.0F / (ctx->Fog.End - ctx->Fog.Start); in _swrast_z_to_fogfactor()
49 f = (ctx->Fog.End - z) * d; in _swrast_z_to_fogfactor()
52 d = ctx->Fog.Density; in _swrast_z_to_fogfactor()
57 d = ctx->Fog.Density; in _swrast_z_to_fogfactor()
153 rFog = ctx->Fog.Color[RCOMP]; in _swrast_fog_rgba_span()
162 switch (ctx->Fog.Mode) { in _swrast_fog_rgba_span()
166 const GLfloat fogScale = (ctx->Fog.Start == ctx->Fog.End) in _swrast_fog_rgba_span()
167 ? 1.0F : 1.0F / (ctx->Fog.End - ctx->Fog.Start); in _swrast_fog_rgba_span()
[all …]
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/mesa/swrast/
H A Ds_fog.c43 switch (ctx->Fog.Mode) { in _swrast_z_to_fogfactor()
45 if (ctx->Fog.Start == ctx->Fog.End) in _swrast_z_to_fogfactor()
48 d = 1.0F / (ctx->Fog.End - ctx->Fog.Start); in _swrast_z_to_fogfactor()
49 f = (ctx->Fog.End - z) * d; in _swrast_z_to_fogfactor()
52 d = ctx->Fog.Density; in _swrast_z_to_fogfactor()
57 d = ctx->Fog.Density; in _swrast_z_to_fogfactor()
153 rFog = ctx->Fog.Color[RCOMP]; in _swrast_fog_rgba_span()
162 switch (ctx->Fog.Mode) { in _swrast_fog_rgba_span()
166 const GLfloat fogScale = (ctx->Fog.Start == ctx->Fog.End) in _swrast_fog_rgba_span()
167 ? 1.0F : 1.0F / (ctx->Fog.End - ctx->Fog.Start); in _swrast_fog_rgba_span()
[all …]
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/mesa/swrast/
H A Ds_fog.c43 switch (ctx->Fog.Mode) { in _swrast_z_to_fogfactor()
45 if (ctx->Fog.Start == ctx->Fog.End) in _swrast_z_to_fogfactor()
48 d = 1.0F / (ctx->Fog.End - ctx->Fog.Start); in _swrast_z_to_fogfactor()
49 f = (ctx->Fog.End - z) * d; in _swrast_z_to_fogfactor()
52 d = ctx->Fog.Density; in _swrast_z_to_fogfactor()
57 d = ctx->Fog.Density; in _swrast_z_to_fogfactor()
153 rFog = ctx->Fog.Color[RCOMP]; in _swrast_fog_rgba_span()
162 switch (ctx->Fog.Mode) { in _swrast_fog_rgba_span()
166 const GLfloat fogScale = (ctx->Fog.Start == ctx->Fog.End) in _swrast_fog_rgba_span()
167 ? 1.0F : 1.0F / (ctx->Fog.End - ctx->Fog.Start); in _swrast_fog_rgba_span()
[all …]
/dports/graphics/mesa-dri/mesa-21.3.6/src/mesa/swrast/
H A Ds_fog.c43 switch (ctx->Fog.Mode) { in _swrast_z_to_fogfactor()
45 if (ctx->Fog.Start == ctx->Fog.End) in _swrast_z_to_fogfactor()
48 d = 1.0F / (ctx->Fog.End - ctx->Fog.Start); in _swrast_z_to_fogfactor()
49 f = (ctx->Fog.End - z) * d; in _swrast_z_to_fogfactor()
52 d = ctx->Fog.Density; in _swrast_z_to_fogfactor()
57 d = ctx->Fog.Density; in _swrast_z_to_fogfactor()
153 rFog = ctx->Fog.Color[RCOMP]; in _swrast_fog_rgba_span()
162 switch (ctx->Fog.Mode) { in _swrast_fog_rgba_span()
166 const GLfloat fogScale = (ctx->Fog.Start == ctx->Fog.End) in _swrast_fog_rgba_span()
167 ? 1.0F : 1.0F / (ctx->Fog.End - ctx->Fog.Start); in _swrast_fog_rgba_span()
[all …]

12345678910>>...121