Home
last modified time | relevance | path

Searched defs:GetAllocationScope (Results 1 - 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DVkInstance.hpp27 static constexpr VkSystemAllocationScope GetAllocationScope() { return VK_SYSTEM_ALLOCATION_SCOPE_INSTANCE; } in GetAllocationScope() function in vk::Instance
H A DVkPhysicalDevice.hpp30 static constexpr VkSystemAllocationScope GetAllocationScope() { return VK_SYSTEM_ALLOCATION_SCOPE_INSTANCE; } in GetAllocationScope() function in vk::PhysicalDevice
H A DVkCommandBuffer.hpp52 static constexpr VkSystemAllocationScope GetAllocationScope() { return VK_SYSTEM_ALLOCATION_SCOPE_OBJECT; } in GetAllocationScope() function in vk::CommandBuffer
H A DVkObject.hpp95 static constexpr VkSystemAllocationScope GetAllocationScope() { return VK_SYSTEM_ALLOCATION_SCOPE_OBJECT; } in GetAllocationScope() function in vk::ObjectBase
123 static constexpr VkSystemAllocationScope GetAllocationScope() { return T::GetAllocationScope(); } in GetAllocationScope() function in vk::DispatchableObject
H A DVkPipelineCache.hpp47 static constexpr VkSystemAllocationScope GetAllocationScope() { return VK_SYSTEM_ALLOCATION_SCOPE_CACHE; } in GetAllocationScope() function in vk::PipelineCache
H A DVkDevice.hpp52 static constexpr VkSystemAllocationScope GetAllocationScope() { return VK_SYSTEM_ALLOCATION_SCOPE_DEVICE; } in GetAllocationScope() function in vk::Device

Completed in 5 milliseconds