Home
last modified time | relevance | path

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

/TaskScheduler/ThirdParty/Squish/
H A Dsquish.cpp37 static int FixFlags( int flags ) in FixFlags() argument
66 flags = FixFlags( flags ); in CompressMasked()
87 RangeFit fit( &colours, flags ); in CompressMasked()
98 if( ( flags & kDxt3 ) != 0 ) in CompressMasked()
100 else if( ( flags & kDxt5 ) != 0 ) in CompressMasked()
107 flags = FixFlags( flags ); in Decompress()
119 if( ( flags & kDxt3 ) != 0 ) in Decompress()
121 else if( ( flags & kDxt5 ) != 0 ) in Decompress()
128 flags = FixFlags( flags ); in GetStorageRequirements()
139 flags = FixFlags( flags ); in CompressImage()
[all …]
H A Dsquish.h100 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 );
178 int GetStorageRequirements( int width, int height, int flags );
217 void CompressImage( u8 const* rgba, int width, int height, void* blocks, int flags );
240 void DecompressImage( u8* rgba, int width, int height, void const* blocks, int flags );
H A Dcolourfit.cpp31 ColourFit::ColourFit( ColourSet const* colours, int flags ) in ColourFit() argument
33 m_flags( flags ) in ColourFit()
H A Dcolourset.cpp30 ColourSet::ColourSet( u8 const* rgba, int mask, int flags ) in ColourSet() argument
35 bool isDxt1 = ( ( flags & kDxt1 ) != 0 ); in ColourSet()
36 bool weightByAlpha = ( ( flags & kWeightColourByAlpha ) != 0 ); in ColourSet()
H A Dcolourfit.h39 ColourFit( ColourSet const* colours, int flags );
H A Drangefit.h40 RangeFit( ColourSet const* colours, int flags );
H A Dcolourset.h39 ColourSet( u8 const* rgba, int mask, int flags );
H A Dsinglecolourfit.cpp62 SingleColourFit::SingleColourFit( ColourSet const* colours, int flags ) in SingleColourFit() argument
63 : ColourFit( colours, flags ) in SingleColourFit()
H A Dsinglecolourfit.h40 SingleColourFit( ColourSet const* colours, int flags );
H A Dclusterfit.h40 ClusterFit( ColourSet const* colours, int flags );
H A Dconfig9 # default flags
H A Drangefit.cpp33 RangeFit::RangeFit( ColourSet const* colours, int flags ) in RangeFit() argument
34 : ColourFit( colours, flags ) in RangeFit()
H A DREADME24 variables, and editing the optimisation flags passed to the C++ compiler if
H A Dclusterfit.cpp34 ClusterFit::ClusterFit( ColourSet const* colours, int flags ) in ClusterFit() argument
35 : ColourFit( colours, flags ) in ClusterFit()
/TaskScheduler/
H A Dpremake4.lua31 flags {"NoManifest", "ExtraWarnings", "StaticRuntime", "NoMinimalRebuild", "FloatFast" }
33flags {"NoManifest", "ExtraWarnings", "StaticRuntime", "NoMinimalRebuild", "FloatFast", "EnableSSE…
70 flags { "Symbols", optimization_flags }
74 flags { "Symbols" }
78 flags { "Symbols", optimization_flags }
82 flags { "Symbols" }
88 flags { "EnableSSE2" }
174 flags {"NoPCH"}
191 flags {"NoPCH"}