Searched refs:FRAG_ATTRIB_FOGC (Results 1 – 13 of 13) sorted by relevance
175 zoomed.attrStart[FRAG_ATTRIB_FOGC][0] = span->attrStart[FRAG_ATTRIB_FOGC][0]; in zoom_span()176 zoomed.attrStepX[FRAG_ATTRIB_FOGC][0] = span->attrStepX[FRAG_ATTRIB_FOGC][0]; in zoom_span()177 zoomed.attrStepY[FRAG_ATTRIB_FOGC][0] = span->attrStepY[FRAG_ATTRIB_FOGC][0]; in zoom_span()
93 const GLfloat fogCoord = span->array->attribs[FRAG_ATTRIB_FOGC][i][0]; \105 const GLfloat fogStep = span->attrStepX[FRAG_ATTRIB_FOGC][0]; \106 GLfloat fogCoord = span->attrStart[FRAG_ATTRIB_FOGC][0]; \
132 span->attrStart[FRAG_ATTRIB_FOGC][0] = fogVal; in _swrast_span_default_attribs()133 span->attrStepX[FRAG_ATTRIB_FOGC][0] = 0.0; in _swrast_span_default_attribs()134 span->attrStepY[FRAG_ATTRIB_FOGC][0] = 0.0; in _swrast_span_default_attribs()
949 _mesa_debug(ctx, "fog %f\n", v->attrib[FRAG_ATTRIB_FOGC][0]); in _swrast_print_vertex()
143 EMIT_ATTR( _TNL_ATTRIB_FOG, emit, attrib[FRAG_ATTRIB_FOGC]); in setup_vertex_format()296 dest->attrib[FRAG_ATTRIB_FOGC][0] = tmp[0]; in _swsetup_Translate()
326 inst->SrcReg[0].Index = FRAG_ATTRIB_FOGC; in _mesa_append_fog_code()351 inst->SrcReg[1].Index = FRAG_ATTRIB_FOGC; in _mesa_append_fog_code()
1203 $$ = FRAG_ATTRIB_FOGC;
138 dst->attrib[FRAG_ATTRIB_FOGC][0] = UBYTE_TO_FLOAT(src->v.specular.alpha); in TAG()
324 FRAG_ATTRIB_FOGC = 3, enumerator390 #define FRAG_BIT_FOGC (1 << FRAG_ATTRIB_FOGC)
426 case FRAG_ATTRIB_FOGC: in emit_interp()
71 { ir_var_in, FRAG_ATTRIB_FOGC, "float", "gl_FogFragCoord" },
562 case FRAG_ATTRIB_FOGC: in st_translate_fragment_program()
110 case FRAG_ATTRIB_FOGC: in src_vector()