Home
last modified time | relevance | path

Searched refs:PERMANENCE_PERMANENT (Results 1 – 8 of 8) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/util/
DvktExternalMemoryUtil.cpp438 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()
DvktExternalMemoryUtil.hpp171 PERMANENCE_PERMANENT = 0, enumerator
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/util/
DvktExternalMemoryUtil.cpp438 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()
DvktExternalMemoryUtil.hpp171 PERMANENCE_PERMANENT = 0, enumerator
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
DvktApiExternalMemoryTests.cpp1565 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()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
DvktApiExternalMemoryTests.cpp1565 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()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/
DvktSynchronizationCrossInstanceSharingTests.cpp1176 …eImportFlags flags = isSupportedPermanence(m_semaphoreHandleType, PERMANENCE_PERMANENT) ? (vk::VkS… in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationCrossInstanceSharingTests.cpp1176 …eImportFlags flags = isSupportedPermanence(m_semaphoreHandleType, PERMANENCE_PERMANENT) ? (vk::VkS… in iterate()