Home
last modified time | relevance | path

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

/external/deqp/framework/common/
DtcuAstcUtil.cpp2285 const int weightRangeMax = computeISERangeMax(blockParams.weightISEParams); in generateDefaultISEInputs() local
2290 result.weight.value.plain[i] = (i*weightRangeMax + (numWeights-1)/2) / (numWeights-1); in generateDefaultISEInputs()
2293 …result.weight.value.plain[i] = weightRangeMax - (i*weightRangeMax + (numWeights-1)/2) / (numWeight… in generateDefaultISEInputs()
2298 result.weight.value.plain[i] = (i*weightRangeMax + (numWeights-1)/2) / (numWeights-1); in generateDefaultISEInputs()
2922 const int weightRangeMax = computeISERangeMax(blockParams.weightISEParams); in generateDummyNormalBlocks() local
2927 …ue.plain[weightNdx] = (deUint32)((blockNdx*numWeights + weightNdx) * weightRangeMax / (numBlocks*n… in generateDummyNormalBlocks()