Home
last modified time | relevance | path

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

/external/deqp/framework/common/
DtcuAstcUtil.cpp2535 const int numWeightValues = (int)computeISERangeMax(iseParams) + 1; in generateBlockCaseTestData() local
2536 const int numBlocks = deDivRoundUp32(numWeightValues, numWeights); in generateBlockCaseTestData()
2544 …nputs.weight.value.plain[weightNdx] = (blockNdx*numWeights + weightNdx + offset) % numWeightValues; in generateBlockCaseTestData()