Home
last modified time | relevance | path

Searched refs:commandPoolInfo (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/libs/hwui/renderthread/
DVulkanManager.cpp94 VkCommandPoolCreateInfo commandPoolInfo; in initialize() local
95 memset(&commandPoolInfo, 0, sizeof(VkCommandPoolCreateInfo)); in initialize()
96 commandPoolInfo.sType = VK_STRUCTURE_TYPE_COMMAND_POOL_CREATE_INFO; in initialize()
98 commandPoolInfo.queueFamilyIndex = mBackendContext->fGraphicsQueueIndex; in initialize()
99 commandPoolInfo.flags = VK_COMMAND_POOL_CREATE_RESET_COMMAND_BUFFER_BIT; in initialize()
101 &commandPoolInfo, nullptr, &mCommandPool); in initialize()