Home
last modified time | relevance | path

Searched refs:dsAllocateInfo (Results 1 - 1 of 1) sorted by relevance

/third_party/skia/src/gpu/vk/
H A DGrVkDescriptorSetManager.cpp339 VkDescriptorSetAllocateInfo dsAllocateInfo; in getNewDescriptorSet() local
340 memset(&dsAllocateInfo, 0, sizeof(VkDescriptorSetAllocateInfo)); in getNewDescriptorSet()
341 dsAllocateInfo.sType = VK_STRUCTURE_TYPE_DESCRIPTOR_SET_ALLOCATE_INFO; in getNewDescriptorSet()
342 dsAllocateInfo.pNext = nullptr; in getNewDescriptorSet()
343 dsAllocateInfo.descriptorPool = fPool->descPool(); in getNewDescriptorSet()
344 dsAllocateInfo.descriptorSetCount = 1; in getNewDescriptorSet()
345 dsAllocateInfo.pSetLayouts = &fDescLayout; in getNewDescriptorSet()
348 &dsAllocateInfo, in getNewDescriptorSet()

Completed in 1 milliseconds