Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/layers/
Dcore_validation.cpp4877 auto command_pool_state = GetCommandPoolNode(commandPool); in PreCallValidateResetCommandPool() local
4878 return CheckCommandBuffersInFlight(device_data, command_pool_state, "reset command pool with", in PreCallValidateResetCommandPool()
4887 auto command_pool_state = GetCommandPoolNode(commandPool); in PostCallRecordResetCommandPool() local
4888 for (auto cmdBuffer : command_pool_state->commandBuffers) { in PostCallRecordResetCommandPool()