Searched refs:length_pow2 (Results 1 – 2 of 2) sorted by relevance
42 uint32_t length_pow2 = 4; in wsi_queue_init() local43 while (length_pow2 < length) in wsi_queue_init()44 length_pow2 *= 2; in wsi_queue_init()47 sizeof(uint32_t) * length_pow2); in wsi_queue_init()
47 template<int Nx2> static SK_ALWAYS_INLINE vec<Nx2/2> length_pow2(vec<Nx2> v) { in length_pow2() function314 auto l = length_pow2(grvx::fast_madd<N*2>(-2, p1, p2) + p0); in flushQuads()371 auto l0 = length_pow2(grvx::fast_madd<N*2>(-2, p1, p2) + p0); in flushCubics()372 auto l1 = length_pow2(grvx::fast_madd<N*2>(-2, p2, p3) + p1); in flushCubics()