Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationBasicFenceTests.cpp125 if (context.getDeviceVulkanSC10Properties().commandBufferSimultaneousUse == VK_FALSE) in checkCommandBufferSimultaneousUseSupport()
DvktSynchronizationBasicSemaphoreTests.cpp766 if (context.getDeviceVulkanSC10Properties().commandBufferSimultaneousUse == VK_FALSE) in checkCommandBufferSimultaneousUseSupport()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/
DvktSynchronizationBasicFenceTests.cpp125 if (context.getDeviceVulkanSC10Properties().commandBufferSimultaneousUse == VK_FALSE) in checkCommandBufferSimultaneousUseSupport()
DvktSynchronizationBasicSemaphoreTests.cpp766 if (context.getDeviceVulkanSC10Properties().commandBufferSimultaneousUse == VK_FALSE) in checkCommandBufferSimultaneousUseSupport()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
DvktApiCommandBuffersTests.cpp4035 if(context.getDeviceVulkanSC10Properties().commandBufferSimultaneousUse == VK_FALSE) in checkCommandBufferSimultaneousUseSupport()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
DvktApiCommandBuffersTests.cpp4035 if(context.getDeviceVulkanSC10Properties().commandBufferSimultaneousUse == VK_FALSE) in checkCommandBufferSimultaneousUseSupport()
/third_party/vk-gl-cts/external/vulkancts/scripts/src/
Dvulkan_sc_core.h4940 VkBool32 commandBufferSimultaneousUse; member