Searched refs:shA (Results 1 – 1 of 1) sorted by relevance
2285 const int shA = (seed & 2) != 0 ? 4 : 5; in computeTexelPartition() local2287 const int sh1 = (seed & 1) != 0 ? shA : shB; in computeTexelPartition()2288 const int sh2 = (seed & 1) != 0 ? shB : shA; in computeTexelPartition()