Home
last modified time | relevance | path

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

/external/deqp/framework/common/
DtcuAstcUtil.cpp1199 const int numWeights = computeNumWeights(blockMode); in unquantizeWeights() local
1211 for (int i = 0; i < numWeights; i++) in unquantizeWeights()
1223 for (int weightNdx = 0; weightNdx < numWeights; weightNdx++) in unquantizeWeights()
1245 for (int weightNdx = 0; weightNdx < numWeights; weightNdx++) in unquantizeWeights()
1249 for (int weightNdx = 0; weightNdx < numWeights; weightNdx++) in unquantizeWeights()
1253 for (int weightNdx = numWeights; weightNdx < 64; weightNdx++) in unquantizeWeights()
1483 const int numWeights = computeNumWeights(blockMode); in decompressBlock() local
1484 const int numWeightDataBits = computeNumRequiredBits(blockMode.weightISEParams, numWeights); in decompressBlock()
1489 if (numWeights > 64 || in decompressBlock()
1858 const int numWeights = computeNumWeights(params); in isValidBlockParams() local
[all …]
/external/skia/src/utils/
DSkTextureCompressor_ASTC.cpp1132 int numWeights() const { in numWeights() function
1155 const int nWeights = this->numWeights(); in numWeightBits()
1494 SkASSERT(this->numWeights() <= 144*2); in texelWeights()
1497 for (int j = 0; j < this->numWeights(); ++j) { in texelWeights()
1949 texelValues, kMaxTexelValues, data.numWeights(), in decompress_astc_block()