Home
last modified time | relevance | path

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

/external/mesa3d/src/vulkan/wsi/
Dwsi_common_queue.h42 uint32_t length_pow2 = 4; in wsi_queue_init() local
43 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()
/external/skia/src/gpu/tessellate/
DGrStrokeIndirectTessellator.cpp47 template<int Nx2> static SK_ALWAYS_INLINE vec<Nx2/2> length_pow2(vec<Nx2> v) { in length_pow2() function
314 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()