Searched refs:iseInputs (Results 1 – 1 of 1) sorted by relevance
/external/deqp/framework/common/ |
D | tcuAstcUtil.cpp | 2233 …alBlockParams& blockParams, int blockWidth, int blockHeight, const NormalBlockISEInputs& iseInputs) in generateNormalBlock() argument 2262 writeWeightData(block, blockParams.weightISEParams, iseInputs.weight, numWeights); in generateNormalBlock() 2270 …writeColorEndpointData(block, colorEndpointISEParams, iseInputs.endpoint, numColorEndpointValues, … in generateNormalBlock() 2381 NormalBlockISEInputs iseInputs; in generateRandomBlock() local 2389 ISEInput& iseInput = setWeights ? iseInputs.weight : iseInputs.endpoint; in generateRandomBlock() 2417 generateNormalBlock(blockParams, blockSize.x(), blockSize.y(), iseInputs).assignToMemory(dst); in generateRandomBlock() 2490 NormalBlockISEInputs iseInputs; in generateBlockCaseTestData() local 2537 NormalBlockISEInputs iseInputs = generateDefaultISEInputs(blockParams); in generateBlockCaseTestData() local 2538 iseInputs.weight.isGivenInBlockForm = false; in generateBlockCaseTestData() 2544 …iseInputs.weight.value.plain[weightNdx] = (blockNdx*numWeights + weightNdx + offset) % numWeightVa… in generateBlockCaseTestData() [all …]
|