Searched refs:iseInputs (Results 1 – 1 of 1) sorted by relevance
/external/deqp/framework/common/ |
D | tcuAstcUtil.cpp | 2207 …alBlockParams& blockParams, int blockWidth, int blockHeight, const NormalBlockISEInputs& iseInputs) in generateNormalBlock() argument 2236 writeWeightData(block, blockParams.weightISEParams, iseInputs.weight, numWeights); in generateNormalBlock() 2244 …writeColorEndpointData(block, colorEndpointISEParams, iseInputs.endpoint, numColorEndpointValues, … in generateNormalBlock() 2355 NormalBlockISEInputs iseInputs; in generateRandomBlock() local 2363 ISEInput& iseInput = setWeights ? iseInputs.weight : iseInputs.endpoint; in generateRandomBlock() 2391 generateNormalBlock(blockParams, blockSize.x(), blockSize.y(), iseInputs).assignToMemory(dst); in generateRandomBlock() 2464 NormalBlockISEInputs iseInputs; in generateBlockCaseTestData() local 2511 NormalBlockISEInputs iseInputs = generateDefaultISEInputs(blockParams); in generateBlockCaseTestData() local 2512 iseInputs.weight.isGivenInBlockForm = false; in generateBlockCaseTestData() 2518 …iseInputs.weight.value.plain[weightNdx] = (blockNdx*numWeights + weightNdx + offset) % numWeightVa… in generateBlockCaseTestData() [all …]
|