Home
last modified time | relevance | path

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

/external/deqp/modules/gles3/functional/
Des3fASTCDecompressionCases.cpp882 const int weightRangeMax = computeISERangeMax(blockParams.weightISEParams); in generateDefaultISEInputs() local
887 result.weight.value.plain[i] = (i*weightRangeMax + (numWeights-1)/2) / (numWeights-1); in generateDefaultISEInputs()
890 …result.weight.value.plain[i] = weightRangeMax - (i*weightRangeMax + (numWeights-1)/2) / (numWeight… in generateDefaultISEInputs()
895 result.weight.value.plain[i] = (i*weightRangeMax + (numWeights-1)/2) / (numWeights-1); in generateDefaultISEInputs()
2015 const int weightRangeMax = computeISERangeMax(blockParams.weightISEParams); in generateDefaultBlockData() local
2020 …iseInputs.weight.value.plain[weightNdx] = (blockNdx*numWeights + weightNdx) * weightRangeMax / (nu… in generateDefaultBlockData()