| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/ |
| H A D | r300_shader_semantics.h | 43 int fog; member in struct:r300_shader_semantics 57 info->fog = ATTR_UNUSED;
|
| H A D | r300_vs.c | 80 vs_outputs->fog = i; 165 if (outputs->fog != ATTR_UNUSED) { 166 c->code->outputs[outputs->fog] = reg++;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/ |
| H A D | r300_shader_semantics.h | 43 int fog; member in struct:r300_shader_semantics 57 info->fog = ATTR_UNUSED;
|
| H A D | r300_vs.c | 80 vs_outputs->fog = i; 165 if (outputs->fog != ATTR_UNUSED) { 166 c->code->outputs[outputs->fog] = reg++;
|
| /xsrc/external/mit/mesa-demos/dist/src/samples/ |
| H A D | Makefile.am | 44 fog \
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/nouveau/ |
| H A D | nv04_context.h | 48 uint32_t fog; member in struct:nv04_context
|
| H A D | nv04_state_raster.c | 226 nv04->fog = pack_rgba_f(MESA_FORMAT_B8G8R8A8_UNORM, ctx->Fog.Color);
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/nouveau/ |
| H A D | nv04_context.h | 48 uint32_t fog; member in struct:nv04_context
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/i915/ |
| H A D | i915_state_derived.c | 61 boolean texCoords[I915_TEX_UNITS], colors[2], fog, needW, face; local in function:calculate_vertex_layout 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/dist/src/gallium/drivers/i915/ |
| H A D | i915_state_derived.c | 49 bool colors[2], fog, needW, face; local in function:calculate_vertex_layout 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.old/dist/src/mesa/drivers/dri/radeon/ |
| H A D | radeon_maos_vbtmp.h | 45 GLfloat (*fog)[4]; local in function:TAG 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);
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/radeon/ |
| H A D | radeon_maos_vbtmp.h | 45 GLfloat (*fog)[4]; local in function:TAG 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);
|
| /xsrc/external/mit/mesa-demos/dist/src/redbook/ |
| H A D | Makefile.am | 57 fog \
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/ |
| H A D | 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:__anon112a57600110::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 output [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/ |
| H A D | 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:__anon4cdfd2ed0110::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 output [all...] |
| /xsrc/external/mit/mesa-demos/dist/src/demos/ |
| H A D | tunnel.c | 62 static int fog = 1; variable in typeref:typename:int 241 fog = (!fog); 401 if (fog)
|
| H A D | tunnel2.c | 58 static int fog = 1; variable in typeref:typename:int 247 fog = (!fog); 424 if (fog)
|
| H A D | fire.c | 128 static int fog = 1; variable in typeref:typename:int 405 if (fog) 437 /* Subdivide the ground into a bunch of quads. This improves fog 590 fog = (!fog);
|
| H A D | ipers.c | 60 static int fog = 1; variable in typeref:typename:int 296 fog = (!fog); 584 if (fog)
|
| H A D | teapot.c | 59 static int fog=1; variable in typeref:typename:int 207 fog=(!fog); 438 if(fog)
|
| H A D | terrain.c | 55 static int fog = 1; variable in typeref:typename:int 376 if (fog) 466 fog = (!fog);
|
| /xsrc/external/mit/mesa-demos/dist/src/trivial/ |
| H A D | Makefile.am | 149 tri-fog \ 178 tri-unfilled-fog \
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 6.4.1.rst | 27 - fragment program fog option didn't work with glDrawPixels, glBitmap
|
| H A D | 7.0.rst | 30 - Fixed a few fog-related bugs.
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/ |
| H A D | st_atifs_to_nir.c | 426 * plus the optimized fog state. 485 if (key->fog) { 490 /* compute the 1 component fog factor f */ 492 if (key->fog == FOG_LINEAR) { 496 } else if (key->fog == FOG_EXP) { 503 } else if (key->fog == FOG_EXP2) { 595 /* we may need fog */ 598 /* we always have the ATI_fs constants, and the fog params */
|