Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/layers/
Ddescriptor_sets.cpp2259 …const auto *variable_count_info = lvl_find_in_chain<VkDescriptorSetVariableDescriptorCountAllocate… in PerformAllocateDescriptorSets() local
2260 …bool variable_count_valid = variable_count_info && variable_count_info->descriptorSetCount == p_al… in PerformAllocateDescriptorSets()
2264 … uint32_t variable_count = variable_count_valid ? variable_count_info->pDescriptorCounts[i] : 0; in PerformAllocateDescriptorSets()