HomeSort by relevance Sort by last modified time
    Searched refs:set_handles (Results 1 - 2 of 2) sorted by null

  /external/vulkan-validation-layers/tests/
vktestbinding.cpp 679 std::vector<VkDescriptorSet> set_handles; local
680 set_handles.resize(layout_handles.size());
687 VkResult err = vkAllocateDescriptorSets(device(), &alloc_info, set_handles.data());
691 for (std::vector<VkDescriptorSet>::const_iterator it = set_handles.begin(); it != set_handles.end(); it++) {
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/
vktestbinding.cpp 668 std::vector<VkDescriptorSet> set_handles; local
669 set_handles.resize(layout_handles.size());
676 VkResult err = vkAllocateDescriptorSets(device(), &alloc_info, set_handles.data());
680 for (std::vector<VkDescriptorSet>::const_iterator it = set_handles.begin(); it != set_handles.end(); it++) {

Completed in 333 milliseconds