Home
last modified time | relevance | path

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

/external/swiftshader/src/Vulkan/
DVkObject.hpp38 memory = vk::allocate(size, REQUIRED_MEMORY_ALIGNMENT, pAllocator, T::GetAllocationScope()); in Create()
68 return vk::allocate(count, alignof(T), pAllocator, T::GetAllocationScope()); in operator new()
83 …static constexpr VkSystemAllocationScope GetAllocationScope() { return VK_SYSTEM_ALLOCATION_SCOPE_… in GetAllocationScope() function in vk::ObjectBase
107 static constexpr VkSystemAllocationScope GetAllocationScope() { return T::GetAllocationScope(); } in GetAllocationScope() function in vk::DispatchableObject
123 return vk::allocate(count, alignof(T), pAllocator, T::GetAllocationScope()); in operator new()
DVkMemory.h30 return reinterpret_cast<T*>(allocate(count, alignof(T), pAllocator, T::GetAllocationScope())); in allocate()
DVkInstance.hpp32 …static constexpr VkSystemAllocationScope GetAllocationScope() { return VK_SYSTEM_ALLOCATION_SCOPE_… in GetAllocationScope() function in vk::Instance
DVkDevice.hpp34 …static constexpr VkSystemAllocationScope GetAllocationScope() { return VK_SYSTEM_ALLOCATION_SCOPE_… in GetAllocationScope() function in vk::Device
DVkPhysicalDevice.hpp26 …static constexpr VkSystemAllocationScope GetAllocationScope() { return VK_SYSTEM_ALLOCATION_SCOPE_… in GetAllocationScope() function in vk::PhysicalDevice
DVkCommandBuffer.hpp38 …static constexpr VkSystemAllocationScope GetAllocationScope() { return VK_SYSTEM_ALLOCATION_SCOPE_… in GetAllocationScope() function in vk::CommandBuffer