Searched refs:w (Results 1 – 8 of 8) sorted by relevance
| /TaskScheduler/ThirdParty/Squish/ |
| H A D | colourset.cpp | 69 float w = ( float )( rgba[4*i + 3] + 1 ) / 256.0f; in ColourSet() local 73 m_weights[m_count] = ( weightByAlpha ? w : 1.0f ); in ColourSet() 94 float w = ( float )( rgba[4*i + 3] + 1 ) / 256.0f; in ColourSet() local 97 m_weights[index] += ( weightByAlpha ? w : 1.0f ); 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 69 u.c[3] = w; in Vec4()
|
| H A D | simd_float.h | 50 Vec4( float x, float y, float z, float w ) in Vec4() argument 54 m_w( w ) in Vec4()
|
| H A D | clusterfit.cpp | 111 Vec4 w( weights[j] ); in ConstructOrdering() local 112 Vec4 x = p*w; in ConstructOrdering()
|
| H A D | texture_compression_s3tc.txt | 275 DELETE: less than w+b, <yoffset> + <height> is less than h+b, or <zoffset> 277 DELETE: TEXTURE_BORDER, w is the value of TEXTURE_WIDTH, h is the value of 302 When an S3TC image with a width of <w>, height of <h>, and block size of 306 ceil(<w>/4) * ceil(<h>/4) * blocksize. 312 blocksize * (ceil(<w>/4) * floor(<y>/4) + floor(<x>/4)).
|
| /TaskScheduler/Scheduler/Doxygen/ |
| H A D | style.css | 843 #powerTip.w:after, #powerTip.w:before, 852 #powerTip.w:after, #powerTip.e:after, 858 #powerTip.w:before, #powerTip.e:before, 910 #powerTip.w:after, #powerTip.w:before { 913 #powerTip.w:after { 916 #powerTip.w:before {
|
| H A D | Doxyfile | 1113 # doxygen -w html new_header.html new_footer.html new_stylesheet.css
|