Searched refs:PERMANENCE_TEMPORARY (Results 1 – 6 of 6) sorted by relevance
1081 …const vk::VkSemaphoreImportFlags flags = config.permanence == PERMANENCE_TEMPORARY ? vk::VK_SE… in testSemaphoreWin32Create()1137 …const vk::VkSemaphoreImportFlags flags = config.permanence == PERMANENCE_TEMPORARY ? vk::VK_SEMAP… in testSemaphoreImportTwice()1189 …const vk::VkSemaphoreImportFlags flags = config.permanence == PERMANENCE_TEMPORARY ? vk::VK_SEMAP… in testSemaphoreImportReimport()1236 …const vk::VkSemaphoreImportFlags flags = config.permanence == PERMANENCE_TEMPORARY ? vk::VK_SEMAP… in testSemaphoreSignalExportImportWait()1256 …const vk::VkSemaphoreImportFlags flags = config.permanence == PERMANENCE_TEMPORARY ? vk::VK_SEM… in testSemaphoreExportSignalImportWait()1298 …const vk::VkSemaphoreImportFlags flags = config.permanence == PERMANENCE_TEMPORARY ? vk::VK_SEMAP… in testSemaphoreExportImportSignalWait()1332 …const vk::VkSemaphoreImportFlags flags = config.permanence == PERMANENCE_TEMPORARY ? vk::VK_SEMAP… in testSemaphoreSignalImport()1384 …const vk::VkSemaphoreImportFlags flags = config.permanence == PERMANENCE_TEMPORARY ? vk::VK_SEMAP… in testSemaphoreSignalWaitImport()1419 …const vk::VkSemaphoreImportFlags flags = config.permanence == PERMANENCE_TEMPORARY ? vk::VK_SEM… in testSemaphoreImportSyncFdSignaled()1494 …const vk::VkSemaphoreImportFlags flags = config.permanence == PERMANENCE_TEMPORARY ? vk::VK_SEMAP… in testSemaphoreMultipleImports()[all …]
438 return permanence == PERMANENCE_PERMANENT || permanence == PERMANENCE_TEMPORARY; in isSupportedPermanence()441 return permanence == PERMANENCE_PERMANENT || permanence == PERMANENCE_TEMPORARY; in isSupportedPermanence()444 return permanence == PERMANENCE_TEMPORARY; in isSupportedPermanence()447 return permanence == PERMANENCE_PERMANENT || permanence == PERMANENCE_TEMPORARY; in isSupportedPermanence()485 return permanence == PERMANENCE_PERMANENT || permanence == PERMANENCE_TEMPORARY; in isSupportedPermanence()488 return permanence == PERMANENCE_PERMANENT || permanence == PERMANENCE_TEMPORARY; in isSupportedPermanence()491 return permanence == PERMANENCE_TEMPORARY; in isSupportedPermanence()
172 PERMANENCE_TEMPORARY enumerator