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

/xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/
H A DgenX_gpu_memcpy.c40 gcd_pow2_u64(uint64_t a, uint64_t b) function in typeref:typename:uint64_t
64 unsigned bs = gcd_pow2_u64(16, size);
H A Danv_blorp.c641 gcd_pow2_u64(uint64_t a, uint64_t b) function in typeref:typename:uint64_t
780 bs = gcd_pow2_u64(bs, dstOffset);
781 bs = gcd_pow2_u64(bs, fillSize);
/xsrc/external/mit/MesaLib/dist/src/intel/vulkan/
H A DgenX_gpu_memcpy.c40 gcd_pow2_u64(uint64_t a, uint64_t b) function in typeref:typename:uint64_t
64 unsigned bs = gcd_pow2_u64(16, size);
H A Danv_blorp.c814 gcd_pow2_u64(uint64_t a, uint64_t b) function in typeref:typename:uint64_t
968 bs = gcd_pow2_u64(bs, dstOffset);
969 bs = gcd_pow2_u64(bs, fillSize);
/xsrc/external/mit/MesaLib.old/dist/src/intel/blorp/
H A Dblorp_blit.c2699 gcd_pow2_u64(uint64_t a, uint64_t b) function in typeref:typename:uint64_t
2771 bs = gcd_pow2_u64(bs, src.offset);
2772 bs = gcd_pow2_u64(bs, dst.offset);
2773 bs = gcd_pow2_u64(bs, size);
/xsrc/external/mit/MesaLib/dist/src/intel/blorp/
H A Dblorp_blit.c2936 gcd_pow2_u64(uint64_t a, uint64_t b) function in typeref:typename:uint64_t
3008 bs = gcd_pow2_u64(bs, src.offset);
3009 bs = gcd_pow2_u64(bs, dst.offset);
3010 bs = gcd_pow2_u64(bs, size);

Completed in 17 milliseconds