Searched refs:weightISEParams (Results 1 – 1 of 1) sorted by relevance
/external/deqp/framework/common/ |
D | tcuAstcUtil.cpp | 312 ISEParams weightISEParams; member 320 , weightISEParams (ISEMODE_LAST, -1) in ASTCBlockMode() 418 ISEMode& m = blockMode.weightISEParams.mode; in getASTCBlockMode() 419 int& b = blockMode.weightISEParams.numBits; in getASTCBlockMode() 1212 const ISEParams& iseParams = blockMode.weightISEParams; in unquantizeWeights() 1324 …BitAccessStream dataStream(blockData, 127, computeNumRequiredBits(blockMode.weightISEParams, compu… in computeTexelWeights() 1325 decodeISE(&weightGrid[0], computeNumWeights(blockMode), dataStream, blockMode.weightISEParams); in computeTexelWeights() 1510 const int numWeightDataBits = computeNumRequiredBits(blockMode.weightISEParams, numWeights); in decompressBlock() 1817 ISEParams weightISEParams; member 1829 , weightISEParams (ISEMODE_LAST, -1) in NormalBlockParams() [all …]
|