Searched refs:num_desc_layouts (Results 1 – 1 of 1) sorted by relevance
732 unsigned num_desc_layouts = 0; in create_pipeline() local744 …sult = CreateDescriptorSetLayout(device, &desc_layout_info, NULL, &desc_layouts[num_desc_layouts]); in create_pipeline()746 num_desc_layouts++; in create_pipeline()755 pipeline_layout_info.setLayoutCount = num_desc_layouts; in create_pipeline()