Home
last modified time | relevance | path

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

/external/deqp/framework/common/
DtcuAstcUtil.cpp312 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()
1200 const ISEParams& iseParams = blockMode.weightISEParams; in unquantizeWeights()
1312 …BitAccessStream dataStream(blockData, 127, computeNumRequiredBits(blockMode.weightISEParams, compu… in computeTexelWeights()
1313 decodeISE(&weightGrid[0], computeNumWeights(blockMode), dataStream, blockMode.weightISEParams); in computeTexelWeights()
1498 const int numWeightDataBits = computeNumRequiredBits(blockMode.weightISEParams, numWeights); in decompressBlock()
1805 ISEParams weightISEParams; member
1817 , weightISEParams (ISEMODE_LAST, -1) in NormalBlockParams()
[all …]