Home
last modified time | relevance | path

Searched refs:numWeights (Results 1 – 3 of 3) sorted by relevance

/external/deqp/framework/common/
DtcuAstcUtil.cpp1211 const int numWeights = computeNumWeights(blockMode); in unquantizeWeights() local
1223 for (int i = 0; i < numWeights; i++) in unquantizeWeights()
1235 for (int weightNdx = 0; weightNdx < numWeights; weightNdx++) in unquantizeWeights()
1257 for (int weightNdx = 0; weightNdx < numWeights; weightNdx++) in unquantizeWeights()
1261 for (int weightNdx = 0; weightNdx < numWeights; weightNdx++) in unquantizeWeights()
1265 for (int weightNdx = numWeights; weightNdx < 64; weightNdx++) in unquantizeWeights()
1509 const int numWeights = computeNumWeights(blockMode); in decompressBlock() local
1510 const int numWeightDataBits = computeNumRequiredBits(blockMode.weightISEParams, numWeights); in decompressBlock()
1515 if (numWeights > 64 || in decompressBlock()
1884 const int numWeights = computeNumWeights(params); in isValidBlockParams() local
[all …]
/external/skia/modules/canvaskit/
Dinterface.js64 var numWeights = (weights && weights.length) || 0;
66 verbsPtr, verbs.length, pointsPtr, pts.length, weightsPtr, numWeights);
160 var numWeights = (weights && weights.length) || 0;
162 weightsPtr, numWeights);
/external/skia/src/core/
DSkPath.cpp1383 if (int numWeights = src->fPathRef->countWeights()) { in addPath() local
1384 memcpy(newWeights, src->fPathRef->conicWeights(), numWeights * sizeof(newWeights[0])); in addPath()