Home
last modified time | relevance | path

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

/hardware/google/gfxstream/common/end2end/
DGfxstreamEnd2EndVkSnapshotPipelineTests.cpp459 .flags = vkhpp::CommandPoolCreateFlagBits::eResetCommandBuffer, in TEST_P()
598 .flags = vkhpp::CommandPoolCreateFlagBits::eResetCommandBuffer, in TEST_P()
775 .flags = vkhpp::CommandPoolCreateFlagBits::eResetCommandBuffer, in TEST_P()
999 .flags = vkhpp::CommandPoolCreateFlagBits::eResetCommandBuffer, in TEST_P()
1168 .flags = vkhpp::CommandPoolCreateFlagBits::eResetCommandBuffer, in TEST_P()
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_enums.hpp2362 eResetCommandBuffer = VK_COMMAND_POOL_CREATE_RESET_COMMAND_BUFFER_BIT, enumerator
2374 | CommandPoolCreateFlagBits::eResetCommandBuffer
Dvulkansc_to_string.hpp599 if ( value & CommandPoolCreateFlagBits::eResetCommandBuffer ) result += "ResetCommandBuffer | "; in to_string()
3127 case CommandPoolCreateFlagBits::eResetCommandBuffer : return "ResetCommandBuffer"; in to_string()
Dvulkan_enums.hpp3639 eResetCommandBuffer = VK_COMMAND_POOL_CREATE_RESET_COMMAND_BUFFER_BIT, enumerator
3651 | CommandPoolCreateFlagBits::eResetCommandBuffer
Dvulkan_to_string.hpp813 if ( value & CommandPoolCreateFlagBits::eResetCommandBuffer ) result += "ResetCommandBuffer | "; in to_string()
5406 case CommandPoolCreateFlagBits::eResetCommandBuffer : return "ResetCommandBuffer"; in to_string()