Home
last modified time | relevance | path

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

/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()
397 return permanence == PERMANENCE_PERMANENT || permanence == PERMANENCE_TEMPORARY; in isSupportedPermanence()
400 return permanence == PERMANENCE_PERMANENT || permanence == PERMANENCE_TEMPORARY; in isSupportedPermanence()
DvktExternalMemoryUtil.hpp159 PERMANENCE_PERMANENT = 0, enumerator
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiExternalMemoryTests.cpp1238 if (config.permanence == PERMANENCE_PERMANENT) in testSemaphoreTransference()
2059 else if (config.permanence == PERMANENCE_PERMANENT) in testFenceReset()
2244 if (config.permanence == PERMANENCE_PERMANENT) in testFenceTransference()
3770 { "permanent", PERMANENCE_PERMANENT } in createFenceTests()
4134 { "permanent", PERMANENCE_PERMANENT } in createSemaphoreTests()