Home
last modified time | relevance | path

Searched refs:a_log2 (Results 1 - 3 of 3) sorted by relevance

/third_party/mesa3d/src/intel/vulkan/
H A DgenX_gpu_memcpy.c44 unsigned a_log2 = ffsll(a) - 1; in gcd_pow2_u64() local
47 /* If either a or b is 0, then a_log2 or b_log2 will be UINT_MAX in which in gcd_pow2_u64()
51 return 1 << MIN2(a_log2, b_log2); in gcd_pow2_u64()
H A Danv_blorp.c787 unsigned a_log2 = ffsll(a) - 1; in gcd_pow2_u64() local
790 /* If either a or b is 0, then a_log2 or b_log2 till be UINT_MAX in which in gcd_pow2_u64()
794 return 1 << MIN2(a_log2, b_log2); in gcd_pow2_u64()
/third_party/mesa3d/src/intel/blorp/
H A Dblorp_blit.c3057 unsigned a_log2 = ffsll(a) - 1; in gcd_pow2_u64() local
3060 /* If either a or b is 0, then a_log2 or b_log2 till be UINT_MAX in which in gcd_pow2_u64()
3064 return 1 << MIN2(a_log2, b_log2); in gcd_pow2_u64()

Completed in 9 milliseconds