Lines Matching refs:weightNdx
1223 for (int weightNdx = 0; weightNdx < numWeights; weightNdx++) in unquantizeWeights() local
1225 const deUint32 a = getBit(weightGrid[weightNdx].m, 0); in unquantizeWeights()
1226 const deUint32 b = getBit(weightGrid[weightNdx].m, 1); in unquantizeWeights()
1227 const deUint32 c = getBit(weightGrid[weightNdx].m, 2); in unquantizeWeights()
1237 dst[weightNdx] = (((weightGrid[weightNdx].tq*C + B) ^ A) >> 2) | (A & 0x20); in unquantizeWeights()
1245 for (int weightNdx = 0; weightNdx < numWeights; weightNdx++) in unquantizeWeights() local
1246 dst[weightNdx] = bitReplicationScale(weightGrid[weightNdx].v, iseParams.numBits, 6); in unquantizeWeights()
1249 for (int weightNdx = 0; weightNdx < numWeights; weightNdx++) in unquantizeWeights() local
1250 dst[weightNdx] += dst[weightNdx] > 32 ? 1 : 0; in unquantizeWeights()
1253 for (int weightNdx = numWeights; weightNdx < 64; weightNdx++) in unquantizeWeights() local
1254 dst[weightNdx] = ~0u; in unquantizeWeights()
2517 for (int weightNdx = 0; weightNdx < numWeights; weightNdx++) in generateBlockCaseTestData() local
2518 …iseInputs.weight.value.plain[weightNdx] = (blockNdx*numWeights + weightNdx + offset) % numWeightVa… in generateBlockCaseTestData()
2900 for (int weightNdx = 0; weightNdx < numWeights; weightNdx++) in generateDummyNormalBlocks() local
2901 …iseInputs.weight.value.plain[weightNdx] = (deUint32)((blockNdx*numWeights + weightNdx) * weightRan… in generateDummyNormalBlocks()