| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/i915/ |
| i915_state_derived.c | 49 bool colors[2], fog, needW, face; local 53 colors[0] = colors[1] = fog = needW = face = false; 75 fog = true; 119 /* fog coord, not fog blend factor */ 120 if (fog) {
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/ |
| r300_shader_semantics.h | 43 int fog; member in struct:r300_shader_semantics 57 info->fog = ATTR_UNUSED;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/ |
| r300_shader_semantics.h | 43 int fog; member in struct:r300_shader_semantics 57 info->fog = ATTR_UNUSED;
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/nouveau/ |
| nv04_context.h | 48 uint32_t fog; member in struct:nv04_context
|
| /xsrc/external/mit/MesaLib.old/dist/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) {
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/nouveau/ |
| nv04_context.h | 48 uint32_t fog; member in struct:nv04_context
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/ |
| opt_dead_builtin_varyings.cpp | 30 * The varyings handled here are the primary and secondary color, the fog, 76 fog(NULL), 178 /* Handle colors and fog. */ 197 this->fog = var; 261 ir_variable *fog; member in class:__anon737::varying_info_visitor 317 * fog outputs. 342 info->fog) { 410 /* Replace set-but-unused color and fog outputs with dummy variables. */ 421 if (var == this->info->fog && this->new_fog) { 464 /* Replace set-but-unused color and fog outputs with dummy variables. * [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/ |
| opt_dead_builtin_varyings.cpp | 30 * The varyings handled here are the primary and secondary color, the fog, 76 fog(NULL), 178 /* Handle colors and fog. */ 197 this->fog = var; 261 ir_variable *fog; member in class:__anon3372::varying_info_visitor 317 * fog outputs. 342 info->fog) { 410 /* Replace set-but-unused color and fog outputs with dummy variables. */ 421 if (var == this->info->fog && this->new_fog) { 464 /* Replace set-but-unused color and fog outputs with dummy variables. * [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/ |
| st_program.h | 106 GLuint fog:2; member in struct:st_fp_variant_key
|
| /xsrc/external/mit/mesa-demos/dist/src/demos/ |
| tunnel.c | 62 static int fog = 1; variable 241 fog = (!fog); 315 printstring(GLUT_BITMAP_TIMES_ROMAN_24, "f - Toggle Fog"); 401 if (fog)
|
| tunnel2.c | 58 static int fog = 1; variable 247 fog = (!fog); 341 printstring(GLUT_BITMAP_TIMES_ROMAN_24, "f - Toggle Fog"); 424 if (fog)
|
| ipers.c | 60 static int fog = 1; variable 296 fog = (!fog); 369 printstring(GLUT_BITMAP_TIMES_ROMAN_24, "f - Toggle Fog"); 584 if (fog)
|
| fire.c | 128 static int fog = 1; variable 321 printstring(GLUT_BITMAP_TIMES_ROMAN_24, "f - Toggle Fog"); 405 if (fog) 437 /* Subdivide the ground into a bunch of quads. This improves fog 590 fog = (!fog);
|
| ray.c | 92 static int fog = 1; variable 199 fog = (!fog); 276 printstring(GLUT_BITMAP_HELVETICA_12, "f - Toggle Fog"); 626 if (fog)
|
| teapot.c | 59 static int fog=1; variable 207 fog=(!fog); 267 printstring(GLUT_BITMAP_TIMES_ROMAN_24,"f - Toggle Fog"); 438 if(fog)
|
| terrain.c | 55 static int fog = 1; variable 237 printstring(GLUT_BITMAP_TIMES_ROMAN_24, "f - Toggle Fog"); 376 if (fog) 466 fog = (!fog);
|
| fbo_firecube.c | 241 static int fog = 0; variable 420 printstring(GLUT_BITMAP_TIMES_ROMAN_24, "f - Toggle Fog"); 476 if (fog) 630 fog = (!fog);
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/ |
| st_program.h | 158 GLuint fog:2; member in struct:st_fp_variant_key
|
| /xsrc/external/mit/MesaLib/dist/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...] |
| /xsrc/external/mit/MesaLib.old/dist/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...] |
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ |
| attrib.c | 39 #include "fog.h" 79 GLboolean Fog; 344 attr->Fog = ctx->Fog.Enabled; 423 (void*)&ctx->Fog)) 646 TEST_AND_UPDATE(ctx->Fog.Enabled, enable->Fog, GL_FOG); 1183 const struct gl_fog_attrib *fog; local 1184 fog = (const struct gl_fog_attrib *) attr->data; 1185 _mesa_set_enable(ctx, GL_FOG, fog->Enabled) [all...] |
| ffvertex_prog.c | 226 /* Only distinguish fog parameters if we actually need */ 229 translate_fog_distance_mode(ctx->Fog.FogCoordinateSource, 230 ctx->Fog.FogDistanceMode); 1296 struct ureg fog = register_output(p, VARYING_SLOT_FOGC); local 1305 emit_op1(p, OPCODE_RCP, fog, WRITEMASK_X, tmp); 1310 emit_op1(p, OPCODE_MOV, fog, WRITEMASK_X, input); 1314 emit_op1(p, OPCODE_ABS, fog, WRITEMASK_X, input); 1318 emit_op1(p, OPCODE_ABS, fog, WRITEMASK_X, input); 1321 assert(!"Bad fog mode in build_fog()"); 1325 emit_op1(p, OPCODE_MOV, fog, WRITEMASK_YZW, get_identity_param(p)) [all...] |
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ |
| ffvertex_prog.c | 226 /* Only distinguish fog parameters if we actually need */ 229 translate_fog_distance_mode(ctx->Fog.FogCoordinateSource, 230 ctx->Fog.FogDistanceMode); 1371 struct ureg fog = register_output(p, VARYING_SLOT_FOGC); local 1380 emit_op1(p, OPCODE_RCP, fog, WRITEMASK_X, tmp); 1385 emit_op1(p, OPCODE_MOV, fog, WRITEMASK_X, input); 1389 emit_op1(p, OPCODE_ABS, fog, WRITEMASK_X, input); 1393 emit_op1(p, OPCODE_ABS, fog, WRITEMASK_X, input); 1396 assert(!"Bad fog mode in build_fog()"); 1400 emit_op1(p, OPCODE_MOV, fog, WRITEMASK_YZW, get_identity_param(p)) [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/nine/ |
| nine_ff.c | 59 uint32_t fog : 1; member in struct:nine_ff_vs_key::__anon2151::__anon2152 112 uint32_t fog : 1; /* for vFog coming from VS */ member in struct:nine_ff_ps_key::__anon2153::__anon2154 424 if (key->fog || key->passthrough & (1 << NINE_DECLUSAGE_FOG)) { 964 /* === Process fog. 997 } else if (key->fog && !(key->passthrough & (1 << NINE_DECLUSAGE_FOG))) { 1507 /* Fog. 1526 * actually affect pixel fog (and not vertex fog) when vs ff is used, 1554 if (key->fog) { 1642 key.fog = !!context->rs[D3DRS_FOGENABLE] [all...] |
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/radeon/ |
| radeon_context.h | 254 /* Fog 324 struct radeon_state_atom fog; member in struct:r100_hw_state
|