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.cpp4849 COMMAND_POOL_NODE *cp_state = GetCommandPoolNode(commandPool); in PreCallValidateDestroyCommandPool() local
4852 if (cp_state) { in PreCallValidateDestroyCommandPool()
4854 skip |= CheckCommandBuffersInFlight(device_data, cp_state, "destroy command pool with", in PreCallValidateDestroyCommandPool()
4864 COMMAND_POOL_NODE *cp_state = GetCommandPoolNode(commandPool); in PreCallRecordDestroyCommandPool() local
4867 if (cp_state) { in PreCallRecordDestroyCommandPool()
4869 …std::vector<VkCommandBuffer> cb_vec{cp_state->commandBuffers.begin(), cp_state->commandBuffers.end… in PreCallRecordDestroyCommandPool()
4870 …FreeCommandBufferStates(device_data, cp_state, static_cast<uint32_t>(cb_vec.size()), cb_vec.data()… in PreCallRecordDestroyCommandPool()