Searched refs:allocateHostMemory (Results 1 – 7 of 7) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
D | VkMemory.hpp | 31 void *allocateHostMemory(size_t bytes, size_t alignment, const VkAllocationCallbacks *pAllocator, 38 …return static_cast<T *>(allocateHostMemory(bytes, alignof(T), pAllocator, T::GetAllocationScope())… in allocateHostmemory()
|
D | VkObject.hpp | 51 …memory = vk::allocateHostMemory(size, REQUIRED_MEMORY_ALIGNMENT, pAllocator, T::GetAllocationScope… in Create() 58 …void *objectMemory = vk::allocateHostMemory(sizeof(T), alignof(T), pAllocator, T::GetAllocationSco… in Create()
|
D | VkMemory.cpp | 38 void *allocateHostMemory(size_t bytes, size_t alignment, const VkAllocationCallbacks *pAllocator, V… in allocateHostMemory() function
|
D | VkCommandPool.cpp | 48 …void *deviceMemory = vk::allocateHostMemory(sizeof(DispatchableCommandBuffer), REQUIRED_MEMORY_ALI… in allocateCommandBuffers()
|
D | VkSemaphore.cpp | 227 …vk::allocateHostMemory(sizeof(EXTERNAL), alignof(EXTERNAL), allocator, VK_SYSTEM_ALLOCATION_SCOPE_… in allocateExternal()
|
D | VkQueue.cpp | 72 …vk::allocateHostMemory(totalSize, vk::REQUIRED_MEMORY_ALIGNMENT, vk::NULL_ALLOCATION_CALLBACKS, vk… in DeepCopySubmitInfo()
|
/third_party/skia/third_party/externals/swiftshader/src/Device/ |
D | Renderer.cpp | 175 …return vk::allocateHostMemory(sizeof(Renderer), alignof(Renderer), vk::NULL_ALLOCATION_CALLBACKS, … in operator new()
|