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

/external/deqp/modules/gles3/functional/
H A Des3fASTCDecompressionCases.cpp369 ISEParams weightISEParams; member in struct:deqp::gles3::Functional::ASTCDecompressionCaseInternal::ASTCBlockGeneratorInternal::NormalBlockParams
381 , weightISEParams (ISEMODE_LAST, -1)
414 const int numWeightBits = computeNumRequiredBits(params.weightISEParams, computeNumWeights(params));
443 const int numWeightBits = computeNumRequiredBits(params.weightISEParams, numWeights);
469 switch (computeISERangeMax(blockParams.weightISEParams))
837 const int numWeightBits = computeNumRequiredBits(blockParams.weightISEParams, numWeights);
858 writeWeightData(block, blockParams.weightISEParams, iseInputs.weight, numWeights);
881 const int weightRangeMax = computeISERangeMax(blockParams.weightISEParams);
1025 blockParams.weightISEParams = weightISEParamsCandidates[iseParamsNdx];
1049 blockParams.weightISEParams
[all...]
/external/deqp/framework/common/
H A DtcuCompressedTexture.cpp1322 ISEParams weightISEParams; member in struct:tcu::ASTCDecompressInternal::ASTCBlockMode
1330 , weightISEParams (ISEMODE_LAST, -1)
1428 ISEMode& m = blockMode.weightISEParams.mode;
1429 int& b = blockMode.weightISEParams.numBits;
2256 const ISEParams& iseParams = blockMode.weightISEParams;
2349 BitAccessStream dataStream(blockData, 127, computeNumRequiredBits(blockMode.weightISEParams, computeNumWeights(blockMode)), false);
2350 decodeISE(&weightGrid[0], computeNumWeights(blockMode), dataStream, blockMode.weightISEParams);
2516 const int numWeightDataBits = computeNumRequiredBits(blockMode.weightISEParams, numWeights);

Completed in 1391 milliseconds