Home
last modified time | relevance | path

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

/third_party/mesa3d/src/intel/tools/
Di965_gram.y88 isPowerofTwo(unsigned int x) in isPowerofTwo() function
2018 if ($2 != 0 && ($2 > 4 || !isPowerofTwo($2)))
2037 if ($2 != 0 && ($2 > 32 || !isPowerofTwo($2)))
2045 if ($2 != 0 && ($2 > 32 || !isPowerofTwo($2)))
2048 if ($4 > 16 || !isPowerofTwo($4))
2051 if ($6 != 0 && ($6 > 4 || !isPowerofTwo($6)))
2059 if ($2 != 0 && ($2 > 32 || !isPowerofTwo($2)))
2062 if ($4 > 16 || !isPowerofTwo($4))
2065 if ($6 != 0 && ($6 > 4 || !isPowerofTwo($6)))
2073 if ($4 > 16 || !isPowerofTwo($4))
[all …]