Home
last modified time | relevance | path

Searched refs:eHostVisible (Results 1 - 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/tests/VulkanWrapper/
H A DDrawTester.cpp420 memoryAllocateInfo.memoryTypeIndex = Util::getMemoryTypeIndex(physicalDevice, memoryRequirements.memoryTypeBits, vk::MemoryPropertyFlagBits::eHostVisible | vk::MemoryPropertyFlagBits::eHostCoherent); in addVertexBuffer()
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
H A Dvulkan_enums.hpp2801 eHostVisible = VK_MEMORY_PROPERTY_HOST_VISIBLE_BIT, member in VULKAN_HPP_NAMESPACE::Result::StructureType::ObjectType::VendorId::PipelineCacheHeaderVersion::Format::FormatFeatureFlagBits::ImageCreateFlagBits::ImageTiling::ImageType::ImageUsageFlagBits::InternalAllocationType::MemoryHeapFlagBits::MemoryPropertyFlagBits
2816 case MemoryPropertyFlagBits::eHostVisible: return "HostVisible"; in to_string()
8629 allFlags = VkFlags( MemoryPropertyFlagBits::eDeviceLocal ) | VkFlags( MemoryPropertyFlagBits::eHostVisible ) |
8670 if ( value & MemoryPropertyFlagBits::eHostVisible ) in to_string()
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan_enums.hpp2002 eHostVisible = VK_MEMORY_PROPERTY_HOST_VISIBLE_BIT, member in VULKAN_HPP_NAMESPACE::Result::StructureType::PipelineCacheHeaderVersion::ObjectType::VendorId::Format::FormatFeatureFlagBits::ImageCreateFlagBits::ImageTiling::ImageType::ImageUsageFlagBits::InstanceCreateFlagBits::InternalAllocationType::MemoryHeapFlagBits::MemoryPropertyFlagBits
2019 MemoryPropertyFlagBits::eDeviceLocal | MemoryPropertyFlagBits::eHostVisible | MemoryPropertyFlagBits::eHostCoherent |
H A Dvulkan_to_string.hpp236 if ( value & MemoryPropertyFlagBits::eHostVisible ) in to_string()
5017 case MemoryPropertyFlagBits::eHostVisible: return "HostVisible"; in to_string()

Completed in 196 milliseconds