Home
last modified time | relevance | path

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

/third_party/mesa3d/src/microsoft/vulkan/
Ddzn_private.h677 struct dzn_descriptor_update_template_entry { struct
698 const struct dzn_descriptor_update_template_entry *entries; argument
Ddzn_descriptor_set.c1946 VK_MULTIALLOC_DECL(&ma, struct dzn_descriptor_update_template_entry, entries, entry_count); in dzn_descriptor_update_template_create()
1956 struct dzn_descriptor_update_template_entry *entry = entries; in dzn_descriptor_update_template_create()
2054 const struct dzn_descriptor_update_template_entry *entry = &templ->entries[e]; in dzn_UpdateDescriptorSetWithTemplate()