Searched refs:ISEDecodedResult (Results 1 – 1 of 1) sorted by relevance
/external/deqp/framework/common/ |
D | tcuAstcUtil.cpp | 295 struct ISEDecodedResult struct 579 void decodeISETritBlock (ISEDecodedResult* dst, int numValues, BitAccessStream& data, int numBits) in decodeISETritBlock() 648 void decodeISEQuintBlock (ISEDecodedResult* dst, int numValues, BitAccessStream& data, int numBits) in decodeISEQuintBlock() 699 inline void decodeISEBitBlock (ISEDecodedResult* dst, BitAccessStream& data, int numBits) in decodeISEBitBlock() 705 void decodeISE (ISEDecodedResult* dst, int numValues, BitAccessStream& data, const ISEParams& param… in decodeISE() 733 void unquantizeColorEndpoints (deUint32* dst, const ISEDecodedResult* iseResults, int numEndpoints,… in unquantizeColorEndpoints() 1195 ISEDecodedResult colorEndpointData[18]; in computeColorEndpoints() 1209 void unquantizeWeights (deUint32 dst[64], const ISEDecodedResult* weightGrid, const ASTCBlockMode& … in unquantizeWeights() 1321 ISEDecodedResult weightGrid[64]; in computeTexelWeights()
|