Searched defs:y (Results 1 – 9 of 9) sorted by relevance
| /TaskScheduler/ThirdParty/Squish/ |
| H A D | simd_sse.h | 37 #define SQUISH_SSE_SHUF( x, y, z, w ) \ argument 63 Vec4( float x, float y, float z, float w ) : m_v( _mm_setr_ps( x, y, z, w ) ) {} in Vec4()
|
| H A D | colourset.cpp | 65 float y = ( float )rgba[4*i + 1] / 255.0f; in ColourSet() local
|
| H A D | squish.cpp | 146 for( int y = 0; y < height; y += 4 ) in CompressImage() local 200 for( int y = 0; y < height; y += 4 ) in DecompressImage() local
|
| H A D | maths.h | 51 Vec3( float x, float y, float z ) in Vec3()
|
| H A D | simd_float.h | 50 Vec4( float x, float y, float z, float w ) in Vec4()
|
| H A D | simd_ve.h | 63 Vec4( float x, float y, float z, float w ) in Vec4()
|
| /TaskScheduler/SchedulerTests/Tests/ |
| H A D | DxtTests.cpp | 127 for (int y = 0; y < 4; y++) in SUITE() local 282 for (int y = 0; y < 4; y++) in SUITE() local
|
| /TaskScheduler/ThirdParty/UnitTest++/tests/ |
| H A D | TestUnitTestPP.cpp | 24 int const y = 3; in TEST() local
|
| /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
|