Home
last modified time | relevance | path

Searched defs:y (Results 1 – 9 of 9) sorted by relevance

/TaskScheduler/ThirdParty/Squish/
H A Dsimd_sse.h37 #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 Dcolourset.cpp65 float y = ( float )rgba[4*i + 1] / 255.0f; in ColourSet() local
H A Dsquish.cpp146 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 Dmaths.h51 Vec3( float x, float y, float z ) in Vec3()
H A Dsimd_float.h50 Vec4( float x, float y, float z, float w ) in Vec4()
H A Dsimd_ve.h63 Vec4( float x, float y, float z, float w ) in Vec4()
/TaskScheduler/SchedulerTests/Tests/
H A DDxtTests.cpp127 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 DTestUnitTestPP.cpp24 int const y = 3; in TEST() local
/TaskScheduler/Scheduler/Include/Scopes/
H A DMTScopes.h507 #define SCOPE_CONCAT_IMPL(x, y) x##y argument
508 #define SCOPE_CONCAT(x, y) SCOPE_CONCAT_IMPL(x, y) argument