Searched refs:dsAllocateInfo (Results 1 – 2 of 2) sorted by relevance
301 VkDescriptorSetAllocateInfo dsAllocateInfo; in getNewDescriptorSet() local302 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()
345 VkDescriptorSetAllocateInfo dsAllocateInfo; in getNewDescriptorSet() local346 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()