| /TaskScheduler/ThirdParty/Squish/ |
| H A D | squish.cpp | 146 for( int y = 0; y < height; y += 4 ) in CompressImage() local 160 int sy = y + py; in CompressImage() 200 for( int y = 0; y < height; y += 4 ) in DecompressImage() local 216 int sy = y + py; 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 | 65 float y = ( float )rgba[4*i + 1] / 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 67 u.c[1] = y; in Vec4()
|
| H A D | simd_float.h | 50 Vec4( float x, float y, float z, float w ) in Vec4() argument 52 m_y( y ), in Vec4()
|
| H A D | maths.h | 51 Vec3( float x, float y, float z ) in Vec3() argument 54 m_y = y; in Vec3()
|
| /TaskScheduler/SchedulerTests/Tests/ |
| H A D | DxtTests.cpp | 127 for (int y = 0; y < 4; y++) in SUITE() local 132 int posY = srcY + y; in SUITE() 144 pixels[y * 4 + x] = color; in SUITE() 282 for (int y = 0; y < 4; y++) in SUITE() local 289 int posY = dstY + y; in SUITE() 293 uint32 pixel = pixels[y * 4 + x]; in SUITE()
|
| /TaskScheduler/ThirdParty/UnitTest++/tests/ |
| H A D | TestUnitTestPP.cpp | 24 int const y = 3; in TEST() local 25 CHECK_EQUAL(x, y); in TEST()
|
| /TaskScheduler/ |
| H A D | .travis.yml | 15 …- if [ "$TRAVIS_OS_NAME" = "linux" ]; then sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y;… 22 …- if [ "$TRAVIS_OS_NAME" = "linux" ]; then sudo apt-get --force-yes -y install gcc-4.9-multilib g…
|
| /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
|