Searched refs:newDim (Results 1 – 1 of 1) sorted by relevance
436 UINT_32 newDim = 1; in NextPow2() local441 newDim = 0x80000000; in NextPow2()445 while (newDim < dim) in NextPow2()447 newDim <<= 1; in NextPow2()451 return newDim; in NextPow2()