Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/tests/
Dvktestbinding.cpp668 std::vector<VkDescriptorSet> set_handles; in alloc_sets() local
669 set_handles.resize(layout_handles.size()); in alloc_sets()
676 VkResult err = vkAllocateDescriptorSets(device(), &alloc_info, set_handles.data()); in alloc_sets()
680 …for (std::vector<VkDescriptorSet>::const_iterator it = set_handles.begin(); it != set_handles.end(… in alloc_sets()