Home
last modified time | relevance | path

Searched refs:util_logbase2_ceil64 (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/nouveau/
Dnouveau_screen.c247 const int vram_shift = util_logbase2_ceil64(dev->vram_size); in nouveau_screen_init()
/third_party/mesa3d/src/util/
Du_math.h438 util_logbase2_ceil64(uint64_t n) in util_logbase2_ceil64() function
/third_party/mesa3d/src/freedreno/vulkan/
Dtu_device.c1739 unsigned size_log2 = MAX2(util_logbase2_ceil64(size), MIN_SCRATCH_BO_SIZE_LOG2); in tu_get_scratch_bo()