HomeSort by relevance Sort by last modified time
    Searched refs:b_log2 (Results 1 - 3 of 3) sorted by null

  /external/mesa3d/src/intel/vulkan/
genX_gpu_memcpy.c 45 unsigned b_log2 = ffsll(b) - 1; local
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);
anv_blorp.c 589 unsigned b_log2 = ffsll(b) - 1; local
591 /* If either a or b is 0, then a_log2 or b_log2 till be UINT_MAX in which
595 return 1 << MIN2(a_log2, b_log2);
    [all...]
  /external/mesa3d/src/intel/blorp/
blorp_blit.c 2551 unsigned b_log2 = ffsll(b) - 1; local
    [all...]

Completed in 361 milliseconds