Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/tests/
Dvklayertests_descriptor_renderpass_framebuffer.cpp5393 VkDescriptorUpdateTemplateEntry update_template_entry = {}; in TEST_F() local
5394 update_template_entry.dstBinding = 0; in TEST_F()
5395 update_template_entry.dstArrayElement = 0; in TEST_F()
5396 update_template_entry.descriptorCount = 1; in TEST_F()
5397 update_template_entry.descriptorType = VK_DESCRIPTOR_TYPE_UNIFORM_BUFFER; in TEST_F()
5398 update_template_entry.offset = offsetof(SimpleTemplateData, buff_info); in TEST_F()
5399 update_template_entry.stride = sizeof(SimpleTemplateData); in TEST_F()
5403 update_template_ci.pDescriptorUpdateEntries = &update_template_entry; in TEST_F()
5433 push_template_ci.pDescriptorUpdateEntries = &update_template_entry; in TEST_F()