Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/renderthread/
DVulkanManager.cpp98 VkCommandPoolCreateInfo commandPoolInfo; in initialize() local
99 memset(&commandPoolInfo, 0, sizeof(VkCommandPoolCreateInfo)); in initialize()
100 commandPoolInfo.sType = VK_STRUCTURE_TYPE_COMMAND_POOL_CREATE_INFO; in initialize()
102 commandPoolInfo.queueFamilyIndex = mBackendContext->fGraphicsQueueIndex; in initialize()
103 commandPoolInfo.flags = VK_COMMAND_POOL_CREATE_RESET_COMMAND_BUFFER_BIT; in initialize()
104 SkDEBUGCODE(VkResult res =) mCreateCommandPool(mBackendContext->fDevice, &commandPoolInfo, in initialize()