| /TaskScheduler/ThirdParty/UnitTest++/UnitTest++/ |
| H A D | ExceptionMacros.h | 7 #define UT_TRY(x) try x argument 8 #define UT_THROW(x) throw x argument 12 #define UT_TRY(x) x argument 13 #define UT_THROW(x) argument
|
| H A D | Config.h | 71 #define UNIITEST_NS_QUAL_STD(x) x argument 73 #define UNIITEST_NS_QUAL_STD(x) ::std::x argument
|
| /TaskScheduler/Scheduler/Include/ |
| H A D | MTTypes.h | 28 #define MT_USED_IN_ASSERT(x) (void)(x) argument 30 #define MT_UNUSED(x) (void)(x) argument
|
| /TaskScheduler/ThirdParty/Squish/ |
| H A D | squish.cpp | 148 for( int x = 0; x < width; x += 4 ) in CompressImage() local 159 int sx = x + px; in CompressImage() 202 for( int x = 0; x < width; x += 4 ) in DecompressImage() local 215 int sx = x + px; in DecompressImage()
|
| H A D | texture_compression_s3tc.txt | 312 blocksize * (ceil(<w>/4) * floor(<y>/4) + floor(<x>/4)). 315 4x4 texel block using a relative (x,y) value of 317 (<x> modulo 4, <y> modulo 4). 342 code(x,y) = bits[2*(4*y+x)+1..2*(4*y+x)+0] 349 RGB0, if color0 > color1 and code(x,y) == 0 350 RGB1, if color0 > color1 and code(x,y) == 1 412 alpha(x,y) = bits[4*(4*y+x)+3..4*(4*y+x)+0] 418 given by alpha(x,y) / 15. 446 code(x,y) = bits[3*(4*y+x)+1..3*(4*y+x)+0] 454 alpha0, code(x,y) == 0 [all …]
|
| H A D | colourset.cpp | 64 float x = ( float )rgba[4*i] / 255.0f; in ColourSet() local 72 m_points[m_count] = Vec3( x, y, z ); in ColourSet()
|
| H A D | simd_sse.h | 37 #define SQUISH_SSE_SHUF( x, y, z, w ) \ argument 38 ( ( x ) | ( ( y ) << 2 ) | ( ( z ) << 4 ) | ( ( w ) << 6 ) ) 63 Vec4( float x, float y, float z, float w ) : m_v( _mm_setr_ps( x, y, z, w ) ) {} in Vec4() argument
|
| H A D | simd_ve.h | 63 Vec4( float x, float y, float z, float w ) in Vec4() argument 66 u.c[0] = x; in Vec4()
|
| H A D | simd_float.h | 50 Vec4( float x, float y, float z, float w ) in Vec4() argument 51 : m_x( x ), in Vec4()
|
| H A D | maths.h | 51 Vec3( float x, float y, float z ) in Vec3() argument 53 m_x = x; in Vec3()
|
| H A D | clusterfit.cpp | 112 Vec4 x = p*w; in ConstructOrdering() local 113 m_points_weights[i] = x; in ConstructOrdering() 114 m_xsum_wsum += x; in ConstructOrdering()
|
| H A D | ChangeLog | 3 * The core cluster fit is now 4x faster using contributions by Ignacio
|
| /TaskScheduler/SchedulerTests/Tests/ |
| H A D | DxtTests.cpp | 129 for (int x = 0; x < 4; x++) in SUITE() local 131 int posX = srcX + x; in SUITE() 144 pixels[y * 4 + x] = color; in SUITE() 284 for (int x = 0; x < 4; x++) in SUITE() local 288 int posX = dstX + x; in SUITE() 293 uint32 pixel = pixels[y * 4 + x]; in SUITE()
|
| /TaskScheduler/ThirdParty/UnitTest++/tests/ |
| H A D | TestUnitTestPP.cpp | 23 int const x = 3; in TEST() local 25 CHECK_EQUAL(x, y); in TEST()
|
| H A D | TestTestMacros.cpp | 62 int x; member
|
| /TaskScheduler/Scheduler/Include/Scopes/ |
| H A D | MTScopes.h | 507 #define SCOPE_CONCAT_IMPL(x, y) x##y argument 508 #define SCOPE_CONCAT(x, y) SCOPE_CONCAT_IMPL(x, y) argument
|
| /TaskScheduler/ThirdParty/UnitTest++/ |
| H A D | INSTALL | 202 is something like `gnu-as' or `x' (for the X Window System). The 208 you can use the `configure' options `--x-includes=DIR' and 209 `--x-libraries=DIR' to specify their locations.
|
| /TaskScheduler/Scheduler/Doxygen/ |
| H A D | Doxyfile | 1669 # Possible values are: a4 (210 x 297 mm), letter (8.5 x 11 inches), legal (8.5 x 1670 # 14 inches) and executive (7.25 x 10.5 inches).
|