Home
last modified time | relevance | path

Searched refs:lo (Results 1 – 3 of 3) sorted by relevance

/TaskScheduler/ThirdParty/UnitTest++/
H A D.gitignore3 *.lo
/TaskScheduler/ThirdParty/Squish/
H A Dalpha.cpp83 u8 lo = quant & 0x0f; in DecompressAlphaDxt3() local
87 rgba[8*i + 3] = lo | ( lo << 4 ); in DecompressAlphaDxt3()
H A Dsimd_sse.h151 __m64 lo = _mm_cvttps_pi32( input ); in Truncate() local
156 __m128 truncated = _mm_cvtpi32_ps( part, lo ); in Truncate()