Searched refs:count_alloc_info (Results 1 – 1 of 1) sorted by relevance
6630 … auto count_alloc_info = lvl_init_struct<VkDescriptorSetVariableDescriptorCountAllocateInfoEXT>(); in TEST_F() local6631 count_alloc_info.descriptorSetCount = 1; in TEST_F()6634 count_alloc_info.pDescriptorCounts = &variable_count; in TEST_F()6636 ds_alloc_info = lvl_init_struct<VkDescriptorSetAllocateInfo>(&count_alloc_info); in TEST_F()