Home
last modified time | relevance | path

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

/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/common/heap_manager/
H A Dheap_manager.cpp135 m_currHeapSize = MOS_ALIGN_CEIL(size, m_heapAlignment); in SetInitialHeapSize()
157 m_extendHeapSize = MOS_ALIGN_CEIL(size, m_heapAlignment); in SetExtendHeapSize()
H A Dmemory_block_manager.cpp249 size = MOS_ALIGN_CEIL(size, m_heapAlignment); in RegisterHeap()
/aosp_15_r20/external/intel-media-driver/media_common/agnostic/common/heap_manager/
H A Dheap_manager.h222 static const uint32_t m_heapAlignment = MOS_PAGE_SIZE; variable
H A Dmemory_block_manager.h411 static const uint16_t m_heapAlignment = MOS_PAGE_SIZE; variable