Searched refs:one (Results 1 – 8 of 8) sorted by relevance
| /TaskScheduler/ThirdParty/Squish/ |
| H A D | rangefit.cpp | 84 Vec3 const one( 1.0f ); in RangeFit() local 86 start = Min( one, Max( zero, start ) ); in RangeFit() 87 end = Min( one, Max( zero, end ) ); in RangeFit()
|
| H A D | clusterfit.cpp | 124 Vec4 const one = VEC4_CONST( 1.0f ); in Compress3() local 172 a = Min( one, Max( zero, a ) ); in Compress3() 173 b = Min( one, Max( zero, b ) ); in Compress3() 253 Vec4 const one = VEC4_CONST( 1.0f ); in Compress4() local 307 a = Min( one, Max( zero, a ) ); in Compress4() 308 b = Min( one, Max( zero, b ) ); in Compress4()
|
| H A D | texture_compression_s3tc.txt | 69 also) yet one format must be chosen up front. 81 is decoded as RGB (where alpha is effectively one for all texels), 100 and one transparent sample is being averaged, the result would be a 153 texture is stored using one of the several S3TC compressed texture image 157 error only if one of the following conditions occurs: 176 COMPRESSED_RGBA_S3TC_DXT5_EXT, the compressed texture is stored using one 192 texture is stored using one of the several S3TC compressed texture image 198 in an INVALID_OPERATION error only if one of the following conditions 404 The 8 bytes of the block are decoded into one 64-bit integer: 438 The 6 "bits" bytes of the block are decoded into one 48-bit integer:
|
| /TaskScheduler/Scheduler/Include/ |
| H A D | MTFiberContext.inl | 29 MT_ASSERT(taskCount < (internal::TASK_BUFFER_CAPACITY - 1), "Too many tasks per one Run."); 46 MT_ASSERT(taskCount < (internal::TASK_BUFFER_CAPACITY - 1), "Too many tasks per one Run.");
|
| H A D | MTScheduler.inl | 104 MT_ASSERT(taskCount < (internal::TASK_BUFFER_CAPACITY - 1), "Too many tasks per one Run.");
|
| /TaskScheduler/ThirdParty/UnitTest++/ |
| H A D | INSTALL | 27 It may also create one or more `.h' files containing system-dependent 114 You can compile the package for more than one kind of computer at the 122 With a non-GNU `make', it is safer to compile the package for one 124 installed the package for one architecture, use `make distclean' before 138 may have to build one architecture at a time and combine the results 165 correct locations to `configure'; however, many packages provide one or 268 where SYSTEM can have one of these forms:
|
| H A D | README.md | 104 - CHECK macros do not have side effects even if one of the parameters changes state
|
| /TaskScheduler/Scheduler/Doxygen/ |
| H A D | Doxyfile | 43 # Using the PROJECT_BRIEF tag one can provide an optional one line description 49 # With the PROJECT_LOGO tag one can specify a logo or an icon that is included 156 # Stripping is only done if one of the specified strings matches the left-hand 281 # language is one of the parsers supported by doxygen: IDL, Java, Javascript, 599 # only one candidate or it is obvious which candidate to choose by doing a 857 # EXCLUDE_PATTERNS tag to specify one or more wildcard patterns to exclude 865 # The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names 1446 # doxygen will group on one line in the generated HTML documentation. 1523 # The MATHJAX_EXTENSIONS tag can be used to specify one or more MathJax 2030 # The INCLUDE_PATH tag can be used to specify one or more directories that [all …]
|