Home
last modified time | relevance | path

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

/external/deqp/framework/common/
DtcuAstcUtil.cpp2221 …alBlockParams& blockParams, int blockWidth, int blockHeight, const NormalBlockISEInputs& iseInputs) in generateNormalBlock() argument
2250 writeWeightData(block, blockParams.weightISEParams, iseInputs.weight, numWeights); in generateNormalBlock()
2258 …writeColorEndpointData(block, colorEndpointISEParams, iseInputs.endpoint, numColorEndpointValues, … in generateNormalBlock()
2369 NormalBlockISEInputs iseInputs; in generateRandomBlock() local
2377 ISEInput& iseInput = setWeights ? iseInputs.weight : iseInputs.endpoint; in generateRandomBlock()
2405 generateNormalBlock(blockParams, blockSize.x(), blockSize.y(), iseInputs).assignToMemory(dst); in generateRandomBlock()
2478 NormalBlockISEInputs iseInputs; in generateBlockCaseTestData() local
2525 NormalBlockISEInputs iseInputs = generateDefaultISEInputs(blockParams); in generateBlockCaseTestData() local
2526 iseInputs.weight.isGivenInBlockForm = false; in generateBlockCaseTestData()
2532iseInputs.weight.value.plain[weightNdx] = (blockNdx*numWeights + weightNdx + offset) % numWeightVa… in generateBlockCaseTestData()
[all …]