Searched refs:mCommandPool (Results 1 – 2 of 2) sorted by relevance
61 if (VK_NULL_HANDLE != mCommandPool) { in destroy()62 mDestroyCommandPool(mDevice, mCommandPool, nullptr); in destroy()63 mCommandPool = VK_NULL_HANDLE; in destroy()360 if (VK_NULL_HANDLE == mCommandPool) { in initialize()368 mCreateCommandPool(mDevice, &commandPoolInfo, nullptr, &mCommandPool); in initialize()371 LOG_ALWAYS_FATAL_IF(mCommandPool == VK_NULL_HANDLE); in initialize()
165 VkCommandPool mCommandPool = VK_NULL_HANDLE; variable