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()352 if (VK_NULL_HANDLE == mCommandPool) { in initialize()360 mCreateCommandPool(mDevice, &commandPoolInfo, nullptr, &mCommandPool); in initialize()363 LOG_ALWAYS_FATAL_IF(mCommandPool == VK_NULL_HANDLE); in initialize()
157 VkCommandPool mCommandPool = VK_NULL_HANDLE; variable