Home
last modified time | relevance | path

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

/third_party/mesa3d/src/amd/compiler/tests/
Dhelpers.cpp819 VkDescriptorSetLayoutCreateInfo desc_layout_info; in create_pipeline() local
820 desc_layout_info.sType = VK_STRUCTURE_TYPE_DESCRIPTOR_SET_LAYOUT_CREATE_INFO; in create_pipeline()
821 desc_layout_info.pNext = NULL; in create_pipeline()
822 desc_layout_info.flags = 0; in create_pipeline()
823 desc_layout_info.bindingCount = num_desc_bindings[i]; in create_pipeline()
824 desc_layout_info.pBindings = desc_bindings[i]; in create_pipeline()
826 …ASSERTED VkResult result = CreateDescriptorSetLayout(device, &desc_layout_info, NULL, &desc_layout… in create_pipeline()