Searched refs:a_log2 (Results 1 - 6 of 6) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/ |
| H A D | genX_gpu_memcpy.c | 44 unsigned a_log2 = ffsll(a) - 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 D | anv_blorp.c | 645 unsigned a_log2 = ffsll(a) - 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 D | genX_gpu_memcpy.c | 44 unsigned a_log2 = ffsll(a) - 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 D | anv_blorp.c | 818 unsigned a_log2 = ffsll(a) - 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 D | blorp_blit.c | 2703 unsigned a_log2 = ffsll(a) - 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 D | blorp_blit.c | 2940 unsigned a_log2 = ffsll(a) - 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 18 milliseconds