Home
last modified time | relevance | path

Searched refs:sparseEnabled (Results 1 - 2 of 2) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/
H A DvktGlobalPriorityQueueTests.cpp501 const VkBool32 sparseEnabled = devFeatures.features.sparseBinding & devFeatures.features.sparseResidencyBuffer & devFeatures.features.sparseResidencyImage2D; in checkSupport() local
502 if (m_config.enableSparseBinding && (VK_FALSE == sparseEnabled)) in checkSupport()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/
H A DvktGlobalPriorityQueueTests.cpp548 const VkBool32 sparseEnabled = devFeatures.features.sparseBinding & devFeatures.features.sparseResidencyBuffer & devFeatures.features.sparseResidencyImage2D; in checkSupport() local
549 if (m_config.enableSparseBinding && (VK_FALSE == sparseEnabled)) in checkSupport()

Completed in 5 milliseconds