| /TaskScheduler/ThirdParty/Squish/ |
| H A D | alpha.h | 33 void CompressAlphaDxt3( u8 const* rgba, int mask, void* block ); 34 void CompressAlphaDxt5( u8 const* rgba, int mask, void* block ); 36 void DecompressAlphaDxt3( u8* rgba, void const* block ); 37 void DecompressAlphaDxt5( u8* rgba, void const* block );
|
| H A D | colourfit.cpp | 37 void ColourFit::Compress( void* block ) in Compress() argument 42 Compress3( block ); in Compress() 44 Compress4( block ); in Compress() 47 Compress4( block ); in Compress()
|
| H A D | alpha.cpp | 48 u8* bytes = reinterpret_cast< u8* >( block ); in CompressAlphaDxt3() 72 void DecompressAlphaDxt3( u8* rgba, void const* block ) in DecompressAlphaDxt3() argument 74 u8 const* bytes = reinterpret_cast< u8 const* >( block ); in DecompressAlphaDxt3() 144 u8* bytes = reinterpret_cast< u8* >( block ); in WriteAlphaBlock() 193 WriteAlphaBlock( alpha1, alpha0, swapped, block ); in WriteAlphaBlock5() 198 WriteAlphaBlock( alpha0, alpha1, indices, block ); in WriteAlphaBlock5() 221 WriteAlphaBlock( alpha1, alpha0, swapped, block ); in WriteAlphaBlock7() 226 WriteAlphaBlock( alpha0, alpha1, indices, block ); in WriteAlphaBlock7() 290 WriteAlphaBlock5( min5, max5, indices5, block ); in CompressAlphaDxt5() 292 WriteAlphaBlock7( min7, max7, indices7, block ); in CompressAlphaDxt5() [all …]
|
| H A D | colourfit.h | 41 void Compress( void* block ); 44 virtual void Compress3( void* block ) = 0; 45 virtual void Compress4( void* block ) = 0;
|
| H A D | squish.cpp | 57 void Compress( u8 const* rgba, void* block, int flags ) in Compress() argument 60 CompressMasked( rgba, 0xffff, block, flags ); in Compress() 63 void CompressMasked( u8 const* rgba, int mask, void* block, int flags ) in CompressMasked() argument 69 void* colourBlock = block; in CompressMasked() 70 void* alphaBock = block; in CompressMasked() 72 colourBlock = reinterpret_cast< u8* >( block ) + 8; in CompressMasked() 104 void Decompress( u8* rgba, void const* block, int flags ) in Decompress() argument 110 void const* colourBlock = block; in Decompress() 111 void const* alphaBock = block; in Decompress() 113 colourBlock = reinterpret_cast< u8 const* >( block ) + 8; in Decompress()
|
| H A D | colourblock.h | 34 void WriteColourBlock3( Vec3::Arg start, Vec3::Arg end, u8 const* indices, void* block ); 35 void WriteColourBlock4( Vec3::Arg start, Vec3::Arg end, u8 const* indices, void* block ); 37 void DecompressColour( u8* rgba, void const* block, bool isDxt1 );
|
| H A D | squish.h | 100 void Compress( u8 const* rgba, void* block, int flags ); 141 void CompressMasked( u8 const* rgba, int mask, void* block, int flags ); 160 void Decompress( u8* rgba, void const* block, int flags );
|
| H A D | colourblock.cpp | 56 static void WriteColourBlock( int a, int b, u8* indices, void* block ) in WriteColourBlock() argument 59 u8* bytes = ( u8* )block; in WriteColourBlock() 75 void WriteColourBlock3( Vec3::Arg start, Vec3::Arg end, u8 const* indices, void* block ) in WriteColourBlock3() argument 105 WriteColourBlock( a, b, remapped, block ); in WriteColourBlock3() 108 void WriteColourBlock4( Vec3::Arg start, Vec3::Arg end, u8 const* indices, void* block ) in WriteColourBlock4() argument 137 WriteColourBlock( a, b, remapped, block ); in WriteColourBlock4() 160 void DecompressColour( u8* rgba, void const* block, bool isDxt1 ) in DecompressColour() argument 163 u8 const* bytes = reinterpret_cast< u8 const* >( block ); in DecompressColour()
|
| H A D | rangefit.h | 43 virtual void Compress3( void* block ); 44 virtual void Compress4( void* block );
|
| H A D | singlecolourfit.cpp | 75 void SingleColourFit::Compress3( void* block ) in Compress3() argument 96 WriteColourBlock3( m_start, m_end, indices, block ); in Compress3() 103 void SingleColourFit::Compress4( void* block ) in Compress4() argument 124 WriteColourBlock4( m_start, m_end, indices, block ); in Compress4()
|
| H A D | singlecolourfit.h | 43 virtual void Compress3( void* block ); 44 virtual void Compress4( void* block );
|
| H A D | clusterfit.h | 45 virtual void Compress3( void* block ); 46 virtual void Compress4( void* block );
|
| H A D | rangefit.cpp | 97 void RangeFit::Compress3( void* block ) in Compress3() argument 142 WriteColourBlock3( m_start, m_end, indices, block ); in Compress3() 149 void RangeFit::Compress4( void* block ) in Compress4() argument 195 WriteColourBlock4( m_start, m_end, indices, block ); in Compress4()
|
| H A D | texture_compression_s3tc.txt | 74 RESOLVED: Allow all valid block-aligned edits. 315 4x4 texel block using a relative (x,y) value of 329 The 8 bytes of the block are decoded into three quantities: 340 is extracted for a texel at location (x,y) in the block using: 393 Each RGB image data block is encoded according to the 404 The 8 bytes of the block are decoded into one 64-bit integer: 410 is extracted for a texel at location (x,y) in the block using: 424 Each RGB image data block is encoded according to the 444 is extracted for a texel at location (x,y) in the block using: 475 fall within a single block. [all …]
|
| H A D | clusterfit.cpp | 119 void ClusterFit::Compress3( void* block ) in Compress3() argument 241 WriteColourBlock3( beststart.GetVec3(), bestend.GetVec3(), bestindices, block ); in Compress3() 248 void ClusterFit::Compress4( void* block ) in Compress4() argument 386 WriteColourBlock4( beststart.GetVec3(), bestend.GetVec3(), bestindices, block ); in Compress4()
|
| /TaskScheduler/Scheduler/Doxygen/ |
| H A D | style.css | 660 display: inline-block; 674 display: block;
|
| H A D | Doxyfile | 201 # multi-line C++ special comment block (i.e. a block of //! or /// comments) as 203 # to treat a multi-line C++ comment block as a detailed description. Set this 492 # blocks will be appended to the function's detailed documentation block. 1120 # of the possible markers and block names see the documentation. 2370 # the !include statement in a plantuml block.
|