Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiExternalMemoryTests.cpp801 …const vk::VkSemaphoreImportFlags flags = config.permanence == PERMANENCE_TEMPORARY ? vk::VK_SE… in testSemaphoreWin32Create()
852 …const vk::VkSemaphoreImportFlags flags = config.permanence == PERMANENCE_TEMPORARY ? vk::VK_SEMAP… in testSemaphoreImportTwice()
899 …const vk::VkSemaphoreImportFlags flags = config.permanence == PERMANENCE_TEMPORARY ? vk::VK_SEMAP… in testSemaphoreImportReimport()
942 …const vk::VkSemaphoreImportFlags flags = config.permanence == PERMANENCE_TEMPORARY ? vk::VK_SEMAP… in testSemaphoreSignalExportImportWait()
962 …const vk::VkSemaphoreImportFlags flags = config.permanence == PERMANENCE_TEMPORARY ? vk::VK_SEM… in testSemaphoreExportSignalImportWait()
1004 …const vk::VkSemaphoreImportFlags flags = config.permanence == PERMANENCE_TEMPORARY ? vk::VK_SEMAP… in testSemaphoreExportImportSignalWait()
1038 …const vk::VkSemaphoreImportFlags flags = config.permanence == PERMANENCE_TEMPORARY ? vk::VK_SEMAP… in testSemaphoreSignalImport()
1086 …const vk::VkSemaphoreImportFlags flags = config.permanence == PERMANENCE_TEMPORARY ? vk::VK_SEMAP… in testSemaphoreSignalWaitImport()
1175 …const vk::VkSemaphoreImportFlags flags = config.permanence == PERMANENCE_TEMPORARY ? vk::VK_SEMAP… in testSemaphoreMultipleImports()
1225 …const vk::VkSemaphoreImportFlags flags = config.permanence == PERMANENCE_TEMPORARY ? vk::VK_SEMAP… in testSemaphoreTransference()
[all …]
/external/deqp/external/vulkancts/modules/vulkan/util/
DvktExternalMemoryUtil.cpp356 return permanence == PERMANENCE_PERMANENT || permanence == PERMANENCE_TEMPORARY; in isSupportedPermanence()
359 return permanence == PERMANENCE_PERMANENT || permanence == PERMANENCE_TEMPORARY; in isSupportedPermanence()
362 return permanence == PERMANENCE_TEMPORARY; in isSupportedPermanence()
397 return permanence == PERMANENCE_PERMANENT || permanence == PERMANENCE_TEMPORARY; in isSupportedPermanence()
400 return permanence == PERMANENCE_PERMANENT || permanence == PERMANENCE_TEMPORARY; in isSupportedPermanence()
403 return permanence == PERMANENCE_TEMPORARY; in isSupportedPermanence()
DvktExternalMemoryUtil.hpp160 PERMANENCE_TEMPORARY enumerator