Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sc/
DvktCommandPoolMemoryReservationTests.cpp233 if (context.getDeviceVulkanSC10Properties().commandPoolResetCommandBuffer == VK_FALSE) in verifyCommandPoolAllocEqualsCommandBufferAlloc()
266 …ams.iterations > 1 && context.getDeviceVulkanSC10Properties().commandPoolResetCommandBuffer == VK_… in checkSupport()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sc/
DvktCommandPoolMemoryReservationTests.cpp233 if (context.getDeviceVulkanSC10Properties().commandPoolResetCommandBuffer == VK_FALSE) in verifyCommandPoolAllocEqualsCommandBufferAlloc()
266 …ams.iterations > 1 && context.getDeviceVulkanSC10Properties().commandPoolResetCommandBuffer == VK_… in checkSupport()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
DvktApiCommandBuffersTests.cpp829 if (context.getDeviceVulkanSC10Properties().commandPoolResetCommandBuffer == VK_FALSE) in resetBufferImplicitlyTest()
1423 if (context.getDeviceVulkanSC10Properties().commandPoolResetCommandBuffer == VK_FALSE) in submitSecondaryBufferTwiceTest()
1548 if (context.getDeviceVulkanSC10Properties().commandPoolResetCommandBuffer == VK_FALSE) in oneTimeSubmitFlagPrimaryBufferTest()
1625 if (context.getDeviceVulkanSC10Properties().commandPoolResetCommandBuffer == VK_FALSE) in oneTimeSubmitFlagSecondaryBufferTest()
3837 if (context.getDeviceVulkanSC10Properties().commandPoolResetCommandBuffer == VK_FALSE) in executeStateTransitionTest()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
DvktApiCommandBuffersTests.cpp829 if (context.getDeviceVulkanSC10Properties().commandPoolResetCommandBuffer == VK_FALSE) in resetBufferImplicitlyTest()
1423 if (context.getDeviceVulkanSC10Properties().commandPoolResetCommandBuffer == VK_FALSE) in submitSecondaryBufferTwiceTest()
1548 if (context.getDeviceVulkanSC10Properties().commandPoolResetCommandBuffer == VK_FALSE) in oneTimeSubmitFlagPrimaryBufferTest()
1625 if (context.getDeviceVulkanSC10Properties().commandPoolResetCommandBuffer == VK_FALSE) in oneTimeSubmitFlagSecondaryBufferTest()
3837 if (context.getDeviceVulkanSC10Properties().commandPoolResetCommandBuffer == VK_FALSE) in executeStateTransitionTest()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/
DvktTestCase.cpp1010 if (getDeviceVulkanSC10Properties().commandPoolResetCommandBuffer == VK_FALSE) { in resetCommandPoolForVKSC()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/
DvktTestCase.cpp1010 if (getDeviceVulkanSC10Properties().commandPoolResetCommandBuffer == VK_FALSE) { in resetCommandPoolForVKSC()
/third_party/vk-gl-cts/external/vulkancts/scripts/src/
Dvulkan_sc_core.h4939 VkBool32 commandPoolResetCommandBuffer; member