Searched refs:weightRangeMax (Results 1 – 1 of 1) sorted by relevance
2285 const int weightRangeMax = computeISERangeMax(blockParams.weightISEParams); in generateDefaultISEInputs() local2290 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() local2927 …ue.plain[weightNdx] = (deUint32)((blockNdx*numWeights + weightNdx) * weightRangeMax / (numBlocks*n… in generateDummyNormalBlocks()