Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/vulkan/
DVkDecoderGlobalState.cpp99 #define __ALIGN(x, a) __ALIGN_MASK(x, (__typeof__(x))(a)-1) macro
4463 VkDeviceSize alignedSize = __ALIGN(localAllocInfo.allocationSize, kPageSizeforBlob); in on_vkAllocateMemory()
4496 VkDeviceSize alignedSize = __ALIGN(localAllocInfo.allocationSize, kPageSizeforBlob); in on_vkAllocateMemory()