Searched refs:weightGrid (Results 1 – 1 of 1) sorted by relevance
/external/deqp/framework/common/ |
D | tcuAstcUtil.cpp | 1209 void unquantizeWeights (deUint32 dst[64], const ISEDecodedResult* weightGrid, const ASTCBlockMode& … in unquantizeWeights() argument 1225 DE_ASSERT(weightGrid[i].v < (rangeCase == 0 ? 3u : 5u)); in unquantizeWeights() 1226 dst[i] = map[weightGrid[i].v]; in unquantizeWeights() 1237 const deUint32 a = getBit(weightGrid[weightNdx].m, 0); in unquantizeWeights() 1238 const deUint32 b = getBit(weightGrid[weightNdx].m, 1); in unquantizeWeights() 1239 const deUint32 c = getBit(weightGrid[weightNdx].m, 2); in unquantizeWeights() 1249 dst[weightNdx] = (((weightGrid[weightNdx].tq*C + B) ^ A) >> 2) | (A & 0x20); in unquantizeWeights() 1258 dst[weightNdx] = bitReplicationScale(weightGrid[weightNdx].v, iseParams.numBits, 6); in unquantizeWeights() 1321 ISEDecodedResult weightGrid[64]; in computeTexelWeights() local 1325 decodeISE(&weightGrid[0], computeNumWeights(blockMode), dataStream, blockMode.weightISEParams); in computeTexelWeights() [all …]
|