Home
last modified time | relevance | path

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

/external/deqp/framework/common/
DtcuAstcUtil.cpp303 struct ASTCBlockMode struct
314 ASTCBlockMode (void) in ASTCBlockMode() argument
325 inline int computeNumWeights (const ASTCBlockMode& mode) in computeNumWeights()
341 ASTCBlockMode getASTCBlockMode (deUint32 blockModeData) in getASTCBlockMode()
343 ASTCBlockMode blockMode; in getASTCBlockMode()
1197 void unquantizeWeights (deUint32 dst[64], const ISEDecodedResult* weightGrid, const ASTCBlockMode& … in unquantizeWeights()
1258 …Uint32 (&unquantizedWeights) [64], int blockWidth, int blockHeight, const ASTCBlockMode& blockMode) in interpolateWeights()
1307 …r* dst, const Block128& blockData, int blockWidth, int blockHeight, const ASTCBlockMode& blockMode) in computeTexelWeights()
1480 const ASTCBlockMode blockMode = getASTCBlockMode(blockData.getBits(0, 10)); in decompressBlock()