Searched refs:b_log2 (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/
H A DgenX_gpu_memcpy.c45 unsigned b_log2 = ffsll(b) - 1; local in function:gcd_pow2_u64
47 /* If either a or b is 0, then a_log2 or b_log2 will be UINT_MAX in which
51 return 1 << MIN2(a_log2, b_log2);
H A Danv_blorp.c646 unsigned b_log2 = ffsll(b) - 1; local in function:gcd_pow2_u64
648 /* If either a or b is 0, then a_log2 or b_log2 till be UINT_MAX in which
652 return 1 << MIN2(a_log2, b_log2);
/xsrc/external/mit/MesaLib/dist/src/intel/vulkan/
H A DgenX_gpu_memcpy.c45 unsigned b_log2 = ffsll(b) - 1; local in function:gcd_pow2_u64
47 /* If either a or b is 0, then a_log2 or b_log2 will be UINT_MAX in which
51 return 1 << MIN2(a_log2, b_log2);
H A Danv_blorp.c819 unsigned b_log2 = ffsll(b) - 1; local in function:gcd_pow2_u64
821 /* If either a or b is 0, then a_log2 or b_log2 till be UINT_MAX in which
825 return 1 << MIN2(a_log2, b_log2);
/xsrc/external/mit/MesaLib.old/dist/src/intel/blorp/
H A Dblorp_blit.c2704 unsigned b_log2 = ffsll(b) - 1; local in function:gcd_pow2_u64
2706 /* If either a or b is 0, then a_log2 or b_log2 till be UINT_MAX in which
2710 return 1 << MIN2(a_log2, b_log2);
/xsrc/external/mit/MesaLib/dist/src/intel/blorp/
H A Dblorp_blit.c2941 unsigned b_log2 = ffsll(b) - 1; local in function:gcd_pow2_u64
2943 /* If either a or b is 0, then a_log2 or b_log2 till be UINT_MAX in which
2947 return 1 << MIN2(a_log2, b_log2);

Completed in 16 milliseconds