Home
last modified time | relevance | path

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

/external/swiftshader/src/Vulkan/
DVkObject.hpp51 …llocateHostMemory(size, vk::HOST_MEMORY_ALLOCATION_ALIGNMENT, pAllocator, T::GetAllocationScope()); in Create()
58 …*objectMemory = vk::allocateHostMemory(sizeof(T), alignof(T), pAllocator, T::GetAllocationScope()); in Create()
95 …static constexpr VkSystemAllocationScope GetAllocationScope() { return VK_SYSTEM_ALLOCATION_SCOPE_… in GetAllocationScope() function in vk::ObjectBase
123 static constexpr VkSystemAllocationScope GetAllocationScope() { return T::GetAllocationScope(); } in GetAllocationScope() function in vk::DispatchableObject
DVkMemory.hpp38 …return static_cast<T *>(allocateHostMemory(bytes, alignof(T), pAllocator, T::GetAllocationScope())… in allocateHostmemory()
DVkInstance.hpp27 …static constexpr VkSystemAllocationScope GetAllocationScope() { return VK_SYSTEM_ALLOCATION_SCOPE_… in GetAllocationScope() function in vk::Instance
DVkCommandPool.cpp49 … NULL_ALLOCATION_CALLBACKS, DispatchableCommandBuffer::GetAllocationScope()); in allocateCommandBuffers()
DVkPipelineCache.hpp47 …static constexpr VkSystemAllocationScope GetAllocationScope() { return VK_SYSTEM_ALLOCATION_SCOPE_… in GetAllocationScope() function in vk::PipelineCache
DVkPhysicalDevice.hpp30 …static constexpr VkSystemAllocationScope GetAllocationScope() { return VK_SYSTEM_ALLOCATION_SCOPE_… in GetAllocationScope() function in vk::PhysicalDevice
DVkDevice.hpp46 …static constexpr VkSystemAllocationScope GetAllocationScope() { return VK_SYSTEM_ALLOCATION_SCOPE_… in GetAllocationScope() function in vk::Device
DVkCommandBuffer.hpp85 …static constexpr VkSystemAllocationScope GetAllocationScope() { return VK_SYSTEM_ALLOCATION_SCOPE_… in GetAllocationScope() function in vk::CommandBuffer