Home
last modified time | relevance | path

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

/hardware/google/gchips/gralloc4/src/core/
Dmali_gralloc_bufferallocation.cpp45 #define GPU_BYTE_ALIGN_DEFAULT 64 macro
576 static_assert(is_power2(GPU_BYTE_ALIGN_DEFAULT), in calc_allocation_size()
582 hw_align = std::max(hw_align, static_cast<uint16_t>(GPU_BYTE_ALIGN_DEFAULT)); in calc_allocation_size()
910 align_plane_stride(plane, pidx, format_info, GPU_BYTE_ALIGN_DEFAULT); in prepare_descriptor_exynos_formats()