Home
last modified time | relevance | path

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

/hardware/google/gchips/gralloc4/src/core/
Dformat_info.h42 constexpr bool is_power2(uint8_t n) in is_power2() function
Dmali_gralloc_bufferallocation.cpp641 static_assert(is_power2(YUV_BYTE_ALIGN_DEFAULT), in calc_allocation_size()
643 static_assert(is_power2(RGB_BYTE_ALIGN_DEFAULT), in calc_allocation_size()
653 static_assert(is_power2(GPU_BYTE_ALIGN_DEFAULT), in calc_allocation_size()
Dformat_info.cpp541 if (!is_power2(format->hsub) || !is_power2(format->vsub)) in sanitize_formats()
575 if (!is_power2(format->align_w) || !is_power2(format->align_h)) in sanitize_formats()
581 if (!is_power2(format->align_w_cpu)) in sanitize_formats()