Searched refs:cmd_pool_state (Results 1 – 1 of 1) sorted by relevance
4803 std::unique_ptr<COMMAND_POOL_STATE> cmd_pool_state(new COMMAND_POOL_STATE{}); in PostCallRecordCreateCommandPool() local4804 cmd_pool_state->createFlags = pCreateInfo->flags; in PostCallRecordCreateCommandPool()4805 cmd_pool_state->queueFamilyIndex = pCreateInfo->queueFamilyIndex; in PostCallRecordCreateCommandPool()4806 commandPoolMap[*pCommandPool] = std::move(cmd_pool_state); in PostCallRecordCreateCommandPool()