Home
last modified time | relevance | path

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

/external/skia/tools/viewer/sk_app/
DVulkanWindowContext.cpp292 VkCommandPoolCreateInfo commandPoolInfo; in createBuffers() local
293 memset(&commandPoolInfo, 0, sizeof(VkCommandPoolCreateInfo)); in createBuffers()
294 commandPoolInfo.sType = VK_STRUCTURE_TYPE_COMMAND_POOL_CREATE_INFO; in createBuffers()
296 commandPoolInfo.queueFamilyIndex = fBackendContext->fGraphicsQueueIndex; in createBuffers()
297 commandPoolInfo.flags = VK_COMMAND_POOL_CREATE_RESET_COMMAND_BUFFER_BIT; in createBuffers()
299 CreateCommandPool(fBackendContext->fDevice, &commandPoolInfo, in createBuffers()