Home
last modified time | relevance | path

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

/external/skqp/src/gpu/vk/
DGrVkDescriptorSetManager.cpp301 VkDescriptorSetAllocateInfo dsAllocateInfo; in getNewDescriptorSet() local
302 memset(&dsAllocateInfo, 0, sizeof(VkDescriptorSetAllocateInfo)); in getNewDescriptorSet()
303 dsAllocateInfo.sType = VK_STRUCTURE_TYPE_DESCRIPTOR_SET_ALLOCATE_INFO; in getNewDescriptorSet()
304 dsAllocateInfo.pNext = nullptr; in getNewDescriptorSet()
305 dsAllocateInfo.descriptorPool = fPool->descPool(); in getNewDescriptorSet()
306 dsAllocateInfo.descriptorSetCount = 1; in getNewDescriptorSet()
307 dsAllocateInfo.pSetLayouts = &fDescLayout; in getNewDescriptorSet()
309 &dsAllocateInfo, in getNewDescriptorSet()
/external/skia/src/gpu/vk/
DGrVkDescriptorSetManager.cpp345 VkDescriptorSetAllocateInfo dsAllocateInfo; in getNewDescriptorSet() local
346 memset(&dsAllocateInfo, 0, sizeof(VkDescriptorSetAllocateInfo)); in getNewDescriptorSet()
347 dsAllocateInfo.sType = VK_STRUCTURE_TYPE_DESCRIPTOR_SET_ALLOCATE_INFO; in getNewDescriptorSet()
348 dsAllocateInfo.pNext = nullptr; in getNewDescriptorSet()
349 dsAllocateInfo.descriptorPool = fPool->descPool(); in getNewDescriptorSet()
350 dsAllocateInfo.descriptorSetCount = 1; in getNewDescriptorSet()
351 dsAllocateInfo.pSetLayouts = &fDescLayout; in getNewDescriptorSet()
354 &dsAllocateInfo, in getNewDescriptorSet()