Home
last modified time | relevance | path

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

/external/deqp/framework/common/
DtcuAstcUtil.cpp1362 deUint8 seed11 = (deUint8)((rnum >> 26) & 0xf); in computeTexelPartition() local
1375 seed11 = (deUint8)(seed11 * seed11); in computeTexelPartition()
1394 seed11 = (deUint8)(seed11 >> sh3); in computeTexelPartition()
1397 const int a = 0x3f & (seed1*x + seed2*y + seed11*z + (rnum >> 14)); in computeTexelPartition()