HomeSort by relevance Sort by last modified time
    Searched refs:fog (Results 1 - 25 of 67) sorted by null

1 2 3

  /external/mesa3d/src/gallium/drivers/r300/
r300_shader_semantics.h 43 int fog; member in struct:r300_shader_semantics
57 info->fog = ATTR_UNUSED;
r300_vs.c 80 vs_outputs->fog = i;
164 /* Fog coordinates. */
165 if (outputs->fog != ATTR_UNUSED) {
166 c->code->outputs[outputs->fog] = reg++;
r300_state_derived.c 111 /* Fog coordinates. */
112 if (gen_count < 8 && vs_outputs->fog != ATTR_UNUSED) {
113 r300_draw_emit_attrib(r300, EMIT_4F, vs_outputs->fog);
436 * (number of generic varyings + fog + wpos > 8) */
439 vs_outputs->num_generic + (vs_outputs->fog != ATTR_UNUSED) +
541 /* Rasterize fog coordinates. */
542 if (vs_outputs->fog != ATTR_UNUSED && tex_count < 8) {
543 /* Set up the fog coordinates in VAP. */
552 if (fs_inputs->fog != ATTR_UNUSED) {
556 DBG(r300, DBG_RS, "r300: Rasterized fog written to FS.\n")
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nv04_context.h 48 uint32_t fog; member in struct:nv04_context
nv04_state_raster.c 223 /* Fog. */
224 if (ctx->Fog.Enabled) {
226 nv04->fog = pack_rgba_f(MESA_FORMAT_B8G8R8A8_UNORM, ctx->Fog.Color);
nv04_render.c 109 PUSH_DATA (push, nv04->fog);
138 PUSH_DATA (push, nv04->fog);
  /external/mesa3d/src/gallium/drivers/i915/
i915_state_derived.c 61 boolean texCoords[I915_TEX_UNITS], colors[2], fog, needW, face; local
66 colors[0] = colors[1] = fog = needW = face = FALSE;
94 fog = TRUE;
136 /* fog coord, not fog blend factor */
137 if (fog) {
  /prebuilts/go/darwin-x86/src/cmd/link/
link_test.go 13 fog int `
16 Fog everywhere. Fog up the river, where it flows among green aits and meadows; fog down the river, where it rolls defiled among the tiers of shipping and the waterside pollutions of a great (and dirty) city. Fog on the Essex marshes, fog on the Kentish heights. Fog creeping into the cabooses of collier-brigs; fog lying out on the yards and hovering in the rigging of great ships; fog drooping on the gunwales of barges and small boats. Fog in the eyes and throats of ancient Greenwich pensioners, wheezing by the firesides of their wards; (…)
    [all...]
  /prebuilts/go/linux-x86/src/cmd/link/
link_test.go 13 fog int `
16 Fog everywhere. Fog up the river, where it flows among green aits and meadows; fog down the river, where it rolls defiled among the tiers of shipping and the waterside pollutions of a great (and dirty) city. Fog on the Essex marshes, fog on the Kentish heights. Fog creeping into the cabooses of collier-brigs; fog lying out on the yards and hovering in the rigging of great ships; fog drooping on the gunwales of barges and small boats. Fog in the eyes and throats of ancient Greenwich pensioners, wheezing by the firesides of their wards; (…)
    [all...]
  /frameworks/native/opengl/libagl/
light.cpp 96 c->fog.mode = GL_EXP;
97 c->fog.fog = fog_exp;
98 c->fog.density = 0x10000;
99 c->fog.end = 0x10000;
100 c->fog.invEndMinusStart = 0x10000;
121 return clampF(gglMulx((c->fog.end - ((z<0)?-z:z)), c->fog.invEndMinusStart));
125 const float e = fixedToFloat(gglMulx(c->fog.density, ((z<0)?-z:z)));
130 const float e = fixedToFloat(gglMulx(c->fog.density, z))
    [all...]
primitives.cpp 129 // The fog versions...
136 v->fog = c->fog.fog(c, v->eye.z);
147 v->fog = c->fog.fog(c, v->eye.z);
154 v->fog = c->fog.fog(c, v->eye.z)
    [all...]
  /external/swiftshader/src/Renderer/
SetupProcessor.cpp 117 state.fog.attribute = Unused;
118 state.fog.flat = false;
119 state.fog.wrap = false;
217 state.fog.attribute = Fog;
218 state.fog.flat = point;
PixelProcessor.cpp 882 fog.color4[0][0] = fogR;
883 fog.color4[0][1] = fogR;
884 fog.color4[0][2] = fogR;
885 fog.color4[0][3] = fogR;
887 fog.color4[1][0] = fogG;
888 fog.color4[1][1] = fogG;
889 fog.color4[1][2] = fogG;
890 fog.color4[1][3] = fogG;
892 fog.color4[2][0] = fogB;
893 fog.color4[2][1] = fogB
    [all...]
SetupProcessor.hpp 70 Gradient fog; member in struct:sw::SetupProcessor::States::__anon35688::__anon35689
PixelProcessor.hpp 106 Interpolant fog; member in struct:sw::PixelProcessor::States::__anon35679::__anon35680
164 struct Fog
319 Fog fog; member in class:sw::PixelProcessor
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_maos_vbtmp.h 45 GLfloat (*fog)[4];
146 fog = VB->AttribPtr[_TNL_ATTRIB_FOG]->data;
149 fog = (GLfloat (*)[4])ctx->Current.Attrib[VERT_ATTRIB_FOG];
170 STRIDE_4F(fog, start * fog_stride);
211 UNCLAMPED_FLOAT_TO_UBYTE(v[0].rgba.alpha, radeonComputeFogBlendFactor(ctx, fog[0][0]));
212 STRIDE_4F(fog, fog_stride);
  /prebuilts/go/darwin-x86/src/crypto/md5/
example_test.go 17 io.WriteString(h, "The fog is getting thicker!")
  /prebuilts/go/linux-x86/src/crypto/md5/
example_test.go 17 io.WriteString(h, "The fog is getting thicker!")
  /external/mesa3d/src/compiler/glsl/
opt_dead_builtin_varyings.cpp 30 * The varyings handled here are the primary and secondary color, the fog,
75 fog(NULL),
177 /* Handle colors and fog. */
196 this->fog = var;
260 ir_variable *fog; member in class:__anon29236::varying_info_visitor
316 * fog outputs.
341 info->fog) {
409 /* Replace set-but-unused color and fog outputs with dummy variables. */
420 if (var == this->info->fog && this->new_fog) {
463 /* Replace set-but-unused color and fog outputs with dummy variables. *
    [all...]
  /external/swiftshader/src/Shader/
PixelRoutine.hpp 48 virtual void rasterOperation(Float4 &fog, Pointer<Byte> cBuffer[4], Int &x, Int sMask[4], Int zMask[4], Int cMask[4]) = 0;
54 void fogBlend(Vector4f &c0, Float4 &fog);
PixelPipeline.hpp 33 virtual void rasterOperation(Float4 &fog, Pointer<Byte> cBuffer[4], Int &x, Int sMask[4], Int zMask[4], Int cMask[4]);
59 void fogBlend(Vector4s &current, Float4 &fog);
  /external/mesa3d/src/gallium/state_trackers/wgl/
stw_nopfuncs.c 95 nop_glFogCoordhNV(GLhalfNV fog)
101 nop_glFogCoordhvNV(const GLhalfNV *fog)
  /external/mesa3d/src/mesa/main/
ffvertex_prog.c 223 if (ctx->Fog.FogCoordinateSource == GL_FRAGMENT_DEPTH_EXT) {
225 key->fog_distance_mode = translate_fog_distance_mode(ctx->Fog.FogDistanceMode);
1301 struct ureg fog = register_output(p, VARYING_SLOT_FOGC); local
    [all...]
attrib.c 39 #include "fog.h"
78 GLboolean Fog;
332 attr->Fog = ctx->Fog.Enabled;
408 (void*)&ctx->Fog))
609 TEST_AND_UPDATE(ctx->Fog.Enabled, enable->Fog, GL_FOG);
1116 const struct gl_fog_attrib *fog; local
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_state.c 375 * Fog
386 c.i = rmesa->hw.fog.cmd[FOG_C];
387 d.i = rmesa->hw.fog.cmd[FOG_D];
391 if (!ctx->Fog.Enabled)
395 switch (ctx->Fog.Mode) {
398 if (ctx->Fog.Start == ctx->Fog.End) {
403 c.f = ctx->Fog.End/(ctx->Fog.End-ctx->Fog.Start)
456 GLuint fog = rmesa->hw.ctx.cmd[CTX_PP_FOG_COLOR]; local
    [all...]

Completed in 210 milliseconds

1 2 3