Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/tests/
Dvklayertests_descriptor_renderpass_framebuffer.cpp5431 auto push_template_ci = lvl_init_struct<VkDescriptorUpdateTemplateCreateInfoKHR>(); in TEST_F() local
5432 push_template_ci.descriptorUpdateEntryCount = 1; in TEST_F()
5433 push_template_ci.pDescriptorUpdateEntries = &update_template_entry; in TEST_F()
5434 push_template_ci.templateType = VK_DESCRIPTOR_UPDATE_TEMPLATE_TYPE_PUSH_DESCRIPTORS_KHR; in TEST_F()
5435 push_template_ci.descriptorSetLayout = VK_NULL_HANDLE; in TEST_F()
5436 push_template_ci.pipelineBindPoint = VK_PIPELINE_BIND_POINT_GRAPHICS; in TEST_F()
5437 push_template_ci.pipelineLayout = pipeline_layout->handle(); in TEST_F()
5438 push_template_ci.set = 0; in TEST_F()
5439 …auto result = vkCreateDescriptorUpdateTemplateKHR(m_device->device(), &push_template_ci, nullptr, … in TEST_F()