Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/sc/
H A DvktCommandPoolMemoryReservationTests.cpp235 if (context.getDeviceVulkanSC10Properties().commandPoolResetCommandBuffer == VK_FALSE) in verifyCommandPoolAllocEqualsCommandBufferAlloc()
267 …ams.iterations > 1 && context.getDeviceVulkanSC10Properties().commandPoolResetCommandBuffer == VK_… in checkSupport()
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/api/
H A DvktApiCommandBuffersTests.cpp838 if (context.getDeviceVulkanSC10Properties().commandPoolResetCommandBuffer == VK_FALSE) in resetBufferImplicitlyTest()
1407 if (context.getDeviceVulkanSC10Properties().commandPoolResetCommandBuffer == VK_FALSE) in submitSecondaryBufferTwiceTest()
1527 if (context.getDeviceVulkanSC10Properties().commandPoolResetCommandBuffer == VK_FALSE) in oneTimeSubmitFlagPrimaryBufferTest()
1602 if (context.getDeviceVulkanSC10Properties().commandPoolResetCommandBuffer == VK_FALSE) in oneTimeSubmitFlagSecondaryBufferTest()
4369 if (context.getDeviceVulkanSC10Properties().commandPoolResetCommandBuffer == VK_FALSE) in executeStateTransitionTest()
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/
H A DvktTestCase.cpp1455 if (getDeviceVulkanSC10Properties().commandPoolResetCommandBuffer == VK_FALSE) in resetCommandPoolForVKSC()
/aosp_15_r20/external/deqp/external/vulkancts/framework/vulkan/generated/vulkansc/
H A DvkStructTypes.inl4067 VkBool32 commandPoolResetCommandBuffer; member
H A DvkVulkan_c.inl4968 VkBool32 commandPoolResetCommandBuffer; member
H A DvkStrUtilImpl.inl8598 s << "\tcommandPoolResetCommandBuffer = " << value.commandPoolResetCommandBuffer << '\n';
H A Dvulkan_json_data.hpp28055 print_VkBool32(obj.commandPoolResetCommandBuffer, "commandPoolResetCommandBuffer", 1); in print_VkPhysicalDeviceVulkanSC10Properties()
28120 print_VkBool32(obj->commandPoolResetCommandBuffer, "commandPoolResetCommandBuffer", 1); in print_VkPhysicalDeviceVulkanSC10Properties()
H A Dvulkan_json_parser.hpp11042 (o.commandPoolResetCommandBuffer)); in parse_VkPhysicalDeviceVulkanSC10Properties()
/aosp_15_r20/external/deqp/external/vulkancts/scripts/src/
H A Dvulkan_sc_core.h4963 VkBool32 commandPoolResetCommandBuffer; member
/aosp_15_r20/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_structs.hpp39609 …fersRecording( commandPoolMultipleCommandBuffersRecording_ ), commandPoolResetCommandBuffer( comma…
39647 …stroyFreesMemory, commandPoolMultipleCommandBuffersRecording, commandPoolResetCommandBuffer, comma… in reflect()
39665 && ( commandPoolResetCommandBuffer == rhs.commandPoolResetCommandBuffer ) in operator ==()
39695 VULKAN_HPP_NAMESPACE::Bool32 commandPoolResetCommandBuffer = {}; member
Dvulkansc_hash.hpp5616 … VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceVulkanSC10Properties.commandPoolResetCommandBuffer ); in operator ()()