Searched refs:weightRangeMax (Results 1 – 1 of 1) sorted by relevance
2273 const int weightRangeMax = computeISERangeMax(blockParams.weightISEParams); in generateDefaultISEInputs() local2278 result.weight.value.plain[i] = (i*weightRangeMax + (numWeights-1)/2) / (numWeights-1); in generateDefaultISEInputs()2281 …result.weight.value.plain[i] = weightRangeMax - (i*weightRangeMax + (numWeights-1)/2) / (numWeight… in generateDefaultISEInputs()2286 result.weight.value.plain[i] = (i*weightRangeMax + (numWeights-1)/2) / (numWeights-1); in generateDefaultISEInputs()2910 const int weightRangeMax = computeISERangeMax(blockParams.weightISEParams); in generateDummyNormalBlocks() local2915 …ue.plain[weightNdx] = (deUint32)((blockNdx*numWeights + weightNdx) * weightRangeMax / (numBlocks*n… in generateDummyNormalBlocks()