Searched defs:ASTCBlockMode (Results 1 - 1 of 1) sorted by relevance

/external/deqp/framework/common/
H A DtcuCompressedTexture.cpp1203 struct ASTCBlockMode struct in namespace:tcu::__anon2964::ASTCDecompressInternal
1214 ASTCBlockMode (void) function in struct:tcu::__anon2964::ASTCDecompressInternal::ASTCBlockMode
1225 inline int computeNumWeights (const ASTCBlockMode& mode)
1241 ASTCBlockMode getASTCBlockMode (deUint32 blockModeData)
1243 ASTCBlockMode blockMode;
2143 void unquantizeWeights (deUint32* dst, const ISEDecodedResult* weightGrid, const ASTCBlockMode& blockMode)
2199 void interpolateWeights (TexelWeightPair* dst, const deUint32* unquantizedWeights, int blockWidth, int blockHeight, const ASTCBlockMode& blockMode)
2234 void computeTexelWeights (TexelWeightPair* dst, const Block128& blockData, int blockWidth, int blockHeight, const ASTCBlockMode& blockMode)
2385 const ASTCBlockMode blockMode = getASTCBlockMode(blockData.getBits(0, 10));

Completed in 120 milliseconds