Home
last modified time | relevance | path

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

/external/deqp/framework/common/
DtcuCompressedTexture.cpp2169 for (int weightNdx = 0; weightNdx < numWeights; weightNdx++) in unquantizeWeights() local
2171 const deUint32 a = getBit(weightGrid[weightNdx].m, 0); in unquantizeWeights()
2172 const deUint32 b = getBit(weightGrid[weightNdx].m, 1); in unquantizeWeights()
2173 const deUint32 c = getBit(weightGrid[weightNdx].m, 2); in unquantizeWeights()
2183 dst[weightNdx] = (((weightGrid[weightNdx].tq*C + B) ^ A) >> 2) | (A & 0x20); in unquantizeWeights()
2191 for (int weightNdx = 0; weightNdx < numWeights; weightNdx++) in unquantizeWeights() local
2192 dst[weightNdx] = bitReplicationScale(weightGrid[weightNdx].v, iseParams.numBits, 6); in unquantizeWeights()
2195 for (int weightNdx = 0; weightNdx < numWeights; weightNdx++) in unquantizeWeights() local
2196 dst[weightNdx] += dst[weightNdx] > 32 ? 1 : 0; in unquantizeWeights()
/external/deqp/modules/gles3/functional/
Des3fASTCDecompressionCases.cpp1074 for (int weightNdx = 0; weightNdx < numWeights; weightNdx++) in generateBlockCaseTestData() local
1075 …iseInputs.weight.value.plain[weightNdx] = (blockNdx*numWeights + weightNdx + offset) % numWeightVa… in generateBlockCaseTestData()
2019 for (int weightNdx = 0; weightNdx < numWeights; weightNdx++) in generateDefaultBlockData() local
2020 …iseInputs.weight.value.plain[weightNdx] = (blockNdx*numWeights + weightNdx) * weightRangeMax / (nu… in generateDefaultBlockData()