Home
last modified time | relevance | path

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

/external/mesa3d/src/freedreno/vulkan/
Dtu_descriptor_set.c662 const VkDescriptorSetVariableDescriptorCountAllocateInfoEXT *variable_counts = in tu_AllocateDescriptorSets() local
672 if (variable_counts) { in tu_AllocateDescriptorSets()
673 if (i < variable_counts->descriptorSetCount) in tu_AllocateDescriptorSets()
674 variable_count = variable_counts->pDescriptorCounts + i; in tu_AllocateDescriptorSets()
/external/mesa3d/src/amd/vulkan/
Dradv_descriptor_set.c816 const VkDescriptorSetVariableDescriptorCountAllocateInfo *variable_counts = in radv_AllocateDescriptorSets() local
826 if (variable_counts) { in radv_AllocateDescriptorSets()
827 if (i < variable_counts->descriptorSetCount) in radv_AllocateDescriptorSets()
828 variable_count = variable_counts->pDescriptorCounts + i; in radv_AllocateDescriptorSets()