Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/compiler/tests/
Dhelpers.cpp732 unsigned num_desc_layouts = 0; in create_pipeline() local
744 …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()