Home
last modified time | relevance | path

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

/external/deqp/framework/common/
DtcuAstcUtil.cpp1379 const int shB = numPartitions == 3 ? 6 : 5; in computeTexelPartition() local
1380 const int sh1 = (seed & 1) != 0 ? shA : shB; in computeTexelPartition()
1381 const int sh2 = (seed & 1) != 0 ? shB : shA; in computeTexelPartition()