Searched refs:kPageSizeforBlob (Results 1 – 1 of 1) sorted by relevance
180 static constexpr uint64_t kPageSizeforBlob = 4096; variable4463 VkDeviceSize alignedSize = __ALIGN(localAllocInfo.allocationSize, kPageSizeforBlob); in on_vkAllocateMemory()4480 int mappedPtrAlignment = reinterpret_cast<uintptr_t>(mappedPtr) % kPageSizeforBlob; in on_vkAllocateMemory()4496 VkDeviceSize alignedSize = __ALIGN(localAllocInfo.allocationSize, kPageSizeforBlob); in on_vkAllocateMemory()4499 std::make_shared<PrivateMemory>(kPageSizeforBlob, localAllocInfo.allocationSize); in on_vkAllocateMemory()5016 kPageSizeforBlob * ((size + kPageSizeforBlob - 1) / kPageSizeforBlob); in vkGetBlobInternal()5023 kPageSizeforBlob, hva, alignedHva); in vkGetBlobInternal()