Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/tests/
Dvktestbinding.cpp58 template <class T, class S> std::vector<T> make_handles(const std::vector<S> &v) { in make_handles() function
372 const std::vector<VkFence> fence_handles = make_handles<VkFence>(fences); in wait()
385 const std::vector<VkCommandBuffer> cmd_handles = make_handles<VkCommandBuffer>(cmds); in submit()
637 …const std::vector<VkDescriptorSetLayout> layout_handles = make_handles<VkDescriptorSetLayout>(layo… in NON_DISPATCHABLE_HANDLE_DTOR()
666 …const std::vector<VkDescriptorSetLayout> layout_handles = make_handles<VkDescriptorSetLayout>(layo… in alloc_sets()