Searched refs:weightISEParams (Results 1 – 2 of 2) sorted by relevance
/external/deqp/modules/gles3/functional/ |
D | es3fASTCDecompressionCases.cpp | 370 ISEParams weightISEParams; member 382 , weightISEParams (ISEMODE_LAST, -1) in NormalBlockParams() 415 …const int numWeightBits = computeNumRequiredBits(params.weightISEParams, computeNumWeights(param… in computeNumBitsForColorEndpoints() 444 const int numWeightBits = computeNumRequiredBits(params.weightISEParams, numWeights); in isValidBlockParams() 470 switch (computeISERangeMax(blockParams.weightISEParams)) in writeBlockMode() 838 const int numWeightBits = computeNumRequiredBits(blockParams.weightISEParams, numWeights); in generateNormalBlock() 859 writeWeightData(block, blockParams.weightISEParams, iseInputs.weight, numWeights); in generateNormalBlock() 882 const int weightRangeMax = computeISERangeMax(blockParams.weightISEParams); in generateDefaultISEInputs() 1026 blockParams.weightISEParams = weightISEParamsCandidates[iseParamsNdx]; in generateBlockCaseTestData() 1050 blockParams.weightISEParams = iseParams; in generateBlockCaseTestData() [all …]
|
/external/deqp/framework/common/ |
D | tcuCompressedTexture.cpp | 1212 ISEParams weightISEParams; member 1220 , weightISEParams (ISEMODE_LAST, -1) in ASTCBlockMode() 1318 ISEMode& m = blockMode.weightISEParams.mode; in getASTCBlockMode() 1319 int& b = blockMode.weightISEParams.numBits; in getASTCBlockMode() 2146 const ISEParams& iseParams = blockMode.weightISEParams; in unquantizeWeights() 2239 …BitAccessStream dataStream(blockData, 127, computeNumRequiredBits(blockMode.weightISEParams, compu… in computeTexelWeights() 2240 decodeISE(&weightGrid[0], computeNumWeights(blockMode), dataStream, blockMode.weightISEParams); in computeTexelWeights() 2406 const int numWeightDataBits = computeNumRequiredBits(blockMode.weightISEParams, numWeights); in decompressASTCBlock()
|