Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/layers/
Dcore_validation.cpp4841 const COMMAND_POOL_STATE *cp_state = GetCommandPoolState(commandPool); in PreCallValidateDestroyCommandPool() local
4843 if (cp_state) { in PreCallValidateDestroyCommandPool()
4845 …skip |= CheckCommandBuffersInFlight(cp_state, "destroy command pool with", "VUID-vkDestroyCommandP… in PreCallValidateDestroyCommandPool()
4853 COMMAND_POOL_STATE *cp_state = GetCommandPoolState(commandPool); in PreCallRecordDestroyCommandPool() local
4856 if (cp_state) { in PreCallRecordDestroyCommandPool()
4858 …std::vector<VkCommandBuffer> cb_vec{cp_state->commandBuffers.begin(), cp_state->commandBuffers.end… in PreCallRecordDestroyCommandPool()
4859 FreeCommandBufferStates(cp_state, static_cast<uint32_t>(cb_vec.size()), cb_vec.data()); in PreCallRecordDestroyCommandPool()