Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/tests/
Dlayer_validation_tests.cpp16216 VkDescriptorUpdateTemplateEntry update_template_entry = {}; in TEST_F() local
16217 update_template_entry.dstBinding = 0; in TEST_F()
16218 update_template_entry.dstArrayElement = 0; in TEST_F()
16219 update_template_entry.descriptorCount = 1; in TEST_F()
16220 update_template_entry.descriptorType = VK_DESCRIPTOR_TYPE_UNIFORM_BUFFER; in TEST_F()
16221 update_template_entry.offset = offsetof(SimpleTemplateData, buff_info); in TEST_F()
16222 update_template_entry.stride = sizeof(SimpleTemplateData); in TEST_F()
16226 update_template_ci.pDescriptorUpdateEntries = &update_template_entry; in TEST_F()
16256 push_template_ci.pDescriptorUpdateEntries = &update_template_entry; in TEST_F()