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.cpp845 …const vk::VkSemaphoreImportFlags flags = config.permanence == PERMANENCE_TEMPORARY ? vk::VK_SE… in testSemaphoreWin32Create()
896 …const vk::VkSemaphoreImportFlags flags = config.permanence == PERMANENCE_TEMPORARY ? vk::VK_SEMAP… in testSemaphoreImportTwice()
943 …const vk::VkSemaphoreImportFlags flags = config.permanence == PERMANENCE_TEMPORARY ? vk::VK_SEMAP… in testSemaphoreImportReimport()
986 …const vk::VkSemaphoreImportFlags flags = config.permanence == PERMANENCE_TEMPORARY ? vk::VK_SEMAP… in testSemaphoreSignalExportImportWait()
1006 …const vk::VkSemaphoreImportFlags flags = config.permanence == PERMANENCE_TEMPORARY ? vk::VK_SEM… in testSemaphoreExportSignalImportWait()
1048 …const vk::VkSemaphoreImportFlags flags = config.permanence == PERMANENCE_TEMPORARY ? vk::VK_SEMAP… in testSemaphoreExportImportSignalWait()
1082 …const vk::VkSemaphoreImportFlags flags = config.permanence == PERMANENCE_TEMPORARY ? vk::VK_SEMAP… in testSemaphoreSignalImport()
1130 …const vk::VkSemaphoreImportFlags flags = config.permanence == PERMANENCE_TEMPORARY ? vk::VK_SEMAP… in testSemaphoreSignalWaitImport()
1175 …const vk::VkSemaphoreImportFlags flags = config.permanence == PERMANENCE_TEMPORARY ? vk::VK_SEM… in testSemaphoreImportSyncFdSignaled()
1244 …const vk::VkSemaphoreImportFlags flags = config.permanence == PERMANENCE_TEMPORARY ? vk::VK_SEMAP… in testSemaphoreMultipleImports()
[all …]
/external/deqp/external/vulkancts/modules/vulkan/util/
DvktExternalMemoryUtil.cpp373 return permanence == PERMANENCE_PERMANENT || permanence == PERMANENCE_TEMPORARY; in isSupportedPermanence()
376 return permanence == PERMANENCE_PERMANENT || permanence == PERMANENCE_TEMPORARY; in isSupportedPermanence()
379 return permanence == PERMANENCE_TEMPORARY; in isSupportedPermanence()
414 return permanence == PERMANENCE_PERMANENT || permanence == PERMANENCE_TEMPORARY; in isSupportedPermanence()
417 return permanence == PERMANENCE_PERMANENT || permanence == PERMANENCE_TEMPORARY; in isSupportedPermanence()
420 return permanence == PERMANENCE_TEMPORARY; in isSupportedPermanence()
DvktExternalMemoryUtil.hpp165 PERMANENCE_TEMPORARY enumerator