Searched refs:weightGrid (Results 1 – 1 of 1) sorted by relevance
/external/deqp/framework/common/ |
D | tcuAstcUtil.cpp | 1197 void unquantizeWeights (deUint32 dst[64], const ISEDecodedResult* weightGrid, const ASTCBlockMode& … in unquantizeWeights() argument 1213 DE_ASSERT(weightGrid[i].v < (rangeCase == 0 ? 3u : 5u)); in unquantizeWeights() 1214 dst[i] = map[weightGrid[i].v]; in unquantizeWeights() 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() 1246 dst[weightNdx] = bitReplicationScale(weightGrid[weightNdx].v, iseParams.numBits, 6); in unquantizeWeights() 1309 ISEDecodedResult weightGrid[64]; in computeTexelWeights() local 1313 decodeISE(&weightGrid[0], computeNumWeights(blockMode), dataStream, blockMode.weightISEParams); in computeTexelWeights() [all …]
|