Lines Matching refs:value_float_4

158    GLfloat value_float_4[4];  member
1534 v->value_float_4[0] = ctx->Current.RasterTexCoords[unit][0]; in find_custom_value()
1535 v->value_float_4[1] = ctx->Current.RasterTexCoords[unit][1]; in find_custom_value()
1536 v->value_float_4[2] = ctx->Current.RasterTexCoords[unit][2]; in find_custom_value()
1537 v->value_float_4[3] = ctx->Current.RasterTexCoords[unit][3]; in find_custom_value()
1542 v->value_float_4[0] = ctx->Current.Attrib[VERT_ATTRIB_TEX0 + unit][0]; in find_custom_value()
1543 v->value_float_4[1] = ctx->Current.Attrib[VERT_ATTRIB_TEX0 + unit][1]; in find_custom_value()
1544 v->value_float_4[2] = ctx->Current.Attrib[VERT_ATTRIB_TEX0 + unit][2]; in find_custom_value()
1545 v->value_float_4[3] = ctx->Current.Attrib[VERT_ATTRIB_TEX0 + unit][3]; in find_custom_value()
1564 v->value_float_4[0] = ctx->Eval.MapGrid2u1; in find_custom_value()
1565 v->value_float_4[1] = ctx->Eval.MapGrid2u2; in find_custom_value()
1566 v->value_float_4[2] = ctx->Eval.MapGrid2v1; in find_custom_value()
1567 v->value_float_4[3] = ctx->Eval.MapGrid2v2; in find_custom_value()
1780 COPY_4FV(v->value_float_4, ctx->Fog.Color); in find_custom_value()
1782 COPY_4FV(v->value_float_4, ctx->Fog.ColorUnclamped); in find_custom_value()
1786 v->value_float_4[0] = CLAMP(ctx->Color.ClearColor.f[0], 0.0F, 1.0F); in find_custom_value()
1787 v->value_float_4[1] = CLAMP(ctx->Color.ClearColor.f[1], 0.0F, 1.0F); in find_custom_value()
1788 v->value_float_4[2] = CLAMP(ctx->Color.ClearColor.f[2], 0.0F, 1.0F); in find_custom_value()
1789 v->value_float_4[3] = CLAMP(ctx->Color.ClearColor.f[3], 0.0F, 1.0F); in find_custom_value()
1791 COPY_4FV(v->value_float_4, ctx->Color.ClearColor.f); in find_custom_value()
1795 COPY_4FV(v->value_float_4, ctx->Color.BlendColor); in find_custom_value()
1797 COPY_4FV(v->value_float_4, ctx->Color.BlendColorUnclamped); in find_custom_value()