Searched refs:sorted_bindings (Results 1 – 2 of 2) sorted by relevance
42 VkDescriptorSetLayoutBinding **sorted_bindings) in vk_create_sorted_bindings() argument45 *sorted_bindings = NULL; in vk_create_sorted_bindings()49 *sorted_bindings = malloc(count * sizeof(VkDescriptorSetLayoutBinding)); in vk_create_sorted_bindings()50 if (!*sorted_bindings) in vk_create_sorted_bindings()53 memcpy(*sorted_bindings, bindings, count * sizeof(VkDescriptorSetLayoutBinding)); in vk_create_sorted_bindings()54 qsort(*sorted_bindings, count, sizeof(VkDescriptorSetLayoutBinding), binding_compare); in vk_create_sorted_bindings()
36 VkDescriptorSetLayoutBinding **sorted_bindings);