Lines Matching +defs:bit +defs:dst

323 inline deUint32 getBit (deUint64 src, int bit)  in getBit()
828 void decompressETC1 (const PixelBufferAccess& dst, const deUint8* src) in decompressETC1()
838 void decompressETC2 (const PixelBufferAccess& dst, const deUint8* src) in decompressETC2()
848 void decompressETC2_EAC_RGBA8 (const PixelBufferAccess& dst, const deUint8* src) in decompressETC2_EAC_RGBA8()
883 void decompressETC2_RGB8_PUNCHTHROUGH_ALPHA1 (const PixelBufferAccess& dst, const deUint8* src) in decompressETC2_RGB8_PUNCHTHROUGH_ALPHA1()
916 void decompressEAC_R11 (const PixelBufferAccess& dst, const deUint8* src, bool signedMode) in decompressEAC_R11()
955 void decompressEAC_RG11 (const PixelBufferAccess& dst, const deUint8* src, bool signedMode) in decompressEAC_RG11()
1041 deUint32 dst = 0; in bitReplicationScale() local
1356 inline void setASTCErrorColorBlock (void* dst, int blockWidth, int blockHeight, bool isSRGB) in setASTCErrorColorBlock()
1384 void decodeVoidExtentBlock (void* dst, const Block128& blockData, int blockWidth, int blockHeight, … in decodeVoidExtentBlock()
1485 void decodeISETritBlock (ISEDecodedResult* dst, int numValues, BitAccessStream& data, int numBits) in decodeISETritBlock()
1546 void decodeISEQuintBlock (ISEDecodedResult* dst, int numValues, BitAccessStream& data, int numBits) in decodeISEQuintBlock()
1593 inline void decodeISEBitBlock (ISEDecodedResult* dst, BitAccessStream& data, int numBits) in decodeISEBitBlock()
1599 void decodeISE (ISEDecodedResult* dst, int numValues, BitAccessStream& data, const ISEParams& param… in decodeISE()
1667 void unquantizeColorEndpoints (deUint32* dst, const ISEDecodedResult* iseResults, int numEndpoints,… in unquantizeColorEndpoints()
1939 void decodeColorEndpoints (ColorEndpointPair* dst, const deUint32* unquantizedEndpoints, const deUi… in decodeColorEndpoints()
2126 void computeColorEndpoints (ColorEndpointPair* dst, const Block128& blockData, const deUint32* endp… in computeColorEndpoints()
2143 void unquantizeWeights (deUint32* dst, const ISEDecodedResult* weightGrid, const ASTCBlockMode& blo… in unquantizeWeights()
2199 void interpolateWeights (TexelWeightPair* dst, const deUint32* unquantizedWeights, int blockWidth, … in interpolateWeights()
2234 void computeTexelWeights (TexelWeightPair* dst, const Block128& blockData, int blockWidth, int bloc… in computeTexelWeights()
2306 void setTexelColors (void* dst, ColorEndpointPair* colorEndpoints, TexelWeightPair* texelWeights, i… in setTexelColors()
2379 void decompressASTCBlock (void* dst, const Block128& blockData, int blockWidth, int blockHeight, bo… in decompressASTCBlock()
2469 void decompressASTC (const PixelBufferAccess& dst, const deUint8* data, bool isSRGB, bool isLDR) in decompressASTC()
2512 void decompressBlock (CompressedTexFormat format, const PixelBufferAccess& dst, const deUint8* src,… in decompressBlock()
2581 void decompress (const PixelBufferAccess& dst, CompressedTexFormat fmt, const deUint8* src, const T… in decompress()
2662 void CompressedTexture::decompress (const PixelBufferAccess& dst, const TexDecompressionParams& par… in decompress() argument