Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory/
DvktMemoryRequirementsTests.cpp461 bool hostVisibleCoherentMemoryFound = false; in verifyMemoryRequirements() local
477 hostVisibleCoherentMemoryFound = true; in verifyMemoryRequirements()
507 …result.check((bufferFlags & VK_BUFFER_CREATE_SPARSE_BINDING_BIT) || hostVisibleCoherentMemoryFound, in verifyMemoryRequirements()
954 bool hostVisibleCoherentMemoryFound = false; in verifyMemoryRequirements() local
970 hostVisibleCoherentMemoryFound = true; in verifyMemoryRequirements()
985 …t.check(m_currentTestImageInfo.tiling == VK_IMAGE_TILING_OPTIMAL || hostVisibleCoherentMemoryFound, in verifyMemoryRequirements()