Home | History | Annotate | Download | only in softpipe

Lines Matching refs:weightLut

1599 static float *weightLut = NULL;
1608 if (!weightLut) {
1609 weightLut = (float *) MALLOC(WEIGHT_LUT_SIZE * sizeof(float));
1615 weightLut[i] = weight;
1730 float weight = weightLut[qClamped];
2710 if (!weightLut) {