Searched refs:PERMANENCE_PERMANENT (Results 1 – 8 of 8) sorted by relevance
438 return permanence == PERMANENCE_PERMANENT || permanence == PERMANENCE_TEMPORARY; in isSupportedPermanence()441 return permanence == PERMANENCE_PERMANENT || 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()
171 PERMANENCE_PERMANENT = 0, enumerator
1565 if (config.permanence == PERMANENCE_PERMANENT) in testSemaphoreTransference()2447 else if (config.permanence == PERMANENCE_PERMANENT) in testFenceReset()2634 if (config.permanence == PERMANENCE_PERMANENT) in testFenceTransference()4268 { "permanent", PERMANENCE_PERMANENT } in createFenceTests()4742 { "permanent", PERMANENCE_PERMANENT } in createSemaphoreTests()
1176 …eImportFlags flags = isSupportedPermanence(m_semaphoreHandleType, PERMANENCE_PERMANENT) ? (vk::VkS… in iterate()