Searched refs:numWeightsPerTexel (Results 1 – 1 of 1) sorted by relevance
2201 const int numWeightsPerTexel = blockMode.isDualPlane ? 2 : 1; in interpolateWeights() local2221 for (int texelWeightNdx = 0; texelWeightNdx < numWeightsPerTexel; texelWeightNdx++) in interpolateWeights()2223 const deUint32 p00 = unquantizedWeights[(v0) * numWeightsPerTexel + texelWeightNdx]; in interpolateWeights()2224 const deUint32 p01 = unquantizedWeights[(v0 + 1) * numWeightsPerTexel + texelWeightNdx]; in interpolateWeights()2225 …const deUint32 p10 = unquantizedWeights[(v0 + blockMode.weightGridWidth) * numWeightsPerTexel + t… in interpolateWeights()2226 …32 p11 = unquantizedWeights[(v0 + blockMode.weightGridWidth + 1) * numWeightsPerTexel + texelWeigh… in interpolateWeights()