Home
last modified time | relevance | path

Searched refs:hostVisible (Results 1 – 3 of 3) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiExternalMemoryTests.cpp2790 , hostVisible (hostVisible_) in MemoryTestConfig()
2796 bool hostVisible; member
2826 … compatibleMemTypes = vk::getCompatibleMemoryTypes(memoryProps, config.hostVisible ? vk::MemoryReq… in testMemoryWin32Create()
2861 if (config.hostVisible) in testMemoryWin32Create()
2869 if (config.hostVisible) in testMemoryWin32Create()
2913 …hysicalDevice, vkd, *device, requirements, config.externalType, config.hostVisible, config.dedicat… in testMemoryImportTwice()
2916 if (config.hostVisible) in testMemoryImportTwice()
2932 if (config.hostVisible) in testMemoryImportTwice()
2970 …hysicalDevice, vkd, *device, requirements, config.externalType, config.hostVisible, config.dedicat… in testMemoryMultimpleImports()
3006 …hysicalDevice, vkd, *device, requirements, config.externalType, config.hostVisible, config.dedicat… in testMemoryMultimpleExports()
[all …]
/external/deqp/external/vulkancts/modules/vulkan/util/
DvktExternalMemoryUtil.hpp274 bool hostVisible,
DvktExternalMemoryUtil.cpp906 bool hostVisible, in allocateExportableMemory() argument
915 …es[memoryTypeIndex].propertyFlags & vk::VK_MEMORY_PROPERTY_HOST_VISIBLE_BIT) != 0) == hostVisible)) in allocateExportableMemory()