Searched refs:values (Results 1 – 6 of 6) sorted by relevance
| /TaskScheduler/ThirdParty/Squish/ |
| H A D | rangefit.cpp | 48 Vec3 const* values = m_colours->GetPoints(); in RangeFit() local 52 Sym3x3 covariance = ComputeWeightedCovariance( count, values, weights ); in RangeFit() 65 start = end = values[0]; in RangeFit() 66 min = max = Dot( values[0], principle ); in RangeFit() 69 float val = Dot( values[i], principle ); in RangeFit() 72 start = values[i]; in RangeFit() 77 end = values[i]; in RangeFit() 101 Vec3 const* values = m_colours->GetPoints(); in Compress3() local 119 float d = LengthSquared( m_metric*( values[i] - codes[j] ) ); in Compress3() 153 Vec3 const* values = m_colours->GetPoints(); in Compress4() local [all …]
|
| H A D | singlecolourfit.cpp | 66 Vec3 const* values = m_colours->GetPoints(); in SingleColourFit() local 67 m_colour[0] = ( u8 )FloatToInt( 255.0f*values->X(), 255 ); in SingleColourFit() 68 m_colour[1] = ( u8 )FloatToInt( 255.0f*values->Y(), 255 ); in SingleColourFit() 69 m_colour[2] = ( u8 )FloatToInt( 255.0f*values->Z(), 255 ); in SingleColourFit()
|
| H A D | clusterfit.cpp | 52 Vec3 const* values = m_colours->GetPoints(); in ClusterFit() local 55 Sym3x3 covariance = ComputeWeightedCovariance( count, values, m_colours->GetWeights() ); in ClusterFit() 65 Vec3 const* values = m_colours->GetPoints(); in ConstructOrdering() local 72 dps[i] = Dot( values[i], axis ); in ConstructOrdering()
|
| H A D | texture_compression_s3tc.txt | 111 opaque block encoding, regardless of the relative values of "color0" 396 treated as though color0 > color1, regardless of the actual values of 427 treated as though color0 > color1, regardless of the actual values of 488 is really done. Added enum values from the
|
| /TaskScheduler/ThirdParty/UnitTest++/ |
| H A D | INSTALL | 24 The `configure' shell script attempts to guess correct values for 26 those values to create a `Makefile' in each directory of the package. 103 You can give `configure' initial values for configuration parameters 157 options like `--bindir=DIR' to specify different values for particular 273 See the file `config.sub' for the possible values of each field. If 289 If you want to set default values for `configure' scripts to share, 291 default values for variables like `CC', `cache_file', and `prefix'. 302 configure again during the build, and the customized values of these
|
| /TaskScheduler/Scheduler/Doxygen/ |
| H A D | Doxyfile | 84 # Possible values are: Afrikaans, Arabic, Armenian, Brazilian, Catalan, Chinese, 117 # following values are used ($name is automatically replaced with the name of 1191 # gradually make the output lighter, whereas values above 100 make the output 1445 # The ENUM_VALUES_PER_LINE tag can be used to set the number of enum values that 1448 # Note that a value of 0 will completely suppress the enum values from appearing 1503 # Possible values are: HTML-CSS (which is slower, but has the best 1669 # Possible values are: a4 (210 x 297 mm), letter (8.5 x 11 inches), legal (8.5 x 1695 # string, for the replacement values of the other commands the user is referred 2318 # Possible values are: png, jpg, gif and svg.
|