Searched refs:cp_state (Results 1 – 1 of 1) sorted by relevance
4841 const COMMAND_POOL_STATE *cp_state = GetCommandPoolState(commandPool); in PreCallValidateDestroyCommandPool() local4843 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() local4856 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()