Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/tests/
Dvktestbinding.h262 … const DescriptorSet &dst_set, uint32_t dst_binding, uint32_t dst_array_element,
1001 … uint32_t dst_binding, uint32_t dst_array_element, uint32_t count) { in copy_descriptor_set() argument
1009 copy.dstArrayElement = dst_array_element; in copy_descriptor_set()
/external/vulkan-validation-layers/layers/
Ddescriptor_sets.cpp1777 auto dst_array_element = create_info.pDescriptorUpdateEntries[i].dstArrayElement; in DecodedTemplateUpdate() local
1787 if (dst_array_element >= binding_count) { in DecodedTemplateUpdate()
1788 dst_array_element = 0; in DecodedTemplateUpdate()
1796 write_entry.dstArrayElement = dst_array_element; in DecodedTemplateUpdate()
1837 dst_array_element++; in DecodedTemplateUpdate()