Home
last modified time | relevance | path

Searched refs:seed11 (Results 1 - 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/astc-encoder/Source/
H A Dastc_partition_tables.cpp149 uint8_t seed11 = (rnum >> 26) & 0xF; in select_partition() local
164 seed11 *= seed11; in select_partition()
191 seed11 >>= sh3; in select_partition()
194 int a = seed1 * x + seed2 * y + seed11 * z + (rnum >> 14); in select_partition()
/third_party/astc-encoder/Source/
H A Dastcenc_partition_tables.cpp172 uint8_t seed11 = (rnum >> 26) & 0xF; in select_partition() local
186 seed11 *= seed11; in select_partition()
214 seed11 >>= sh3; in select_partition()
217 int a = seed1 * x + seed2 * y + seed11 * z + (rnum >> 14); in select_partition()
/third_party/mesa3d/src/mesa/main/
H A Dtexcompress_astc.cpp293 uint8_t seed11 = (rnum >> 26) & 0xF; in select_partition() local
306 seed11 *= seed11; in select_partition()
329 seed11 >>= sh3; in select_partition()
332 int a = seed1 * x + seed2 * y + seed11 * z + (rnum >> 14); in select_partition()
/third_party/vk-gl-cts/framework/common/
H A DtcuAstcUtil.cpp1362 deUint8 seed11 = (deUint8)((rnum >> 26) & 0xf);
1375 seed11 = (deUint8)(seed11 * seed11);
1394 seed11 = (deUint8)(seed11 >> sh3);
1397 const int a = 0x3f & (seed1*x + seed2*y + seed11*z + (rnum >> 14));

Completed in 7 milliseconds