Home | History | Annotate | Download | only in swrast

Lines Matching refs:weightLut

1611 static GLfloat *weightLut = NULL;
1620 if (!weightLut) {
1621 weightLut = (GLfloat *) malloc(WEIGHT_LUT_SIZE * sizeof(GLfloat));
1627 weightLut[i] = weight;
1719 GLfloat weight = weightLut[qClamped];
1905 if (!weightLut) {