Searched refs:variable_counts (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/
H A Dtu_descriptor_set.c737 const VkDescriptorSetVariableDescriptorCountAllocateInfoEXT *variable_counts = local in function:tu_AllocateDescriptorSets
747 if (variable_counts) {
748 if (i < variable_counts->descriptorSetCount)
749 variable_count = variable_counts->pDescriptorCounts + i;
/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dradv_descriptor_set.c893 const VkDescriptorSetVariableDescriptorCountAllocateInfo *variable_counts = vk_find_struct_const( local in function:radv_AllocateDescriptorSets
902 if (layout->has_variable_descriptors && variable_counts) {
903 if (i < variable_counts->descriptorSetCount)
904 variable_count = variable_counts->pDescriptorCounts + i;
/xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
H A Dradv_descriptor_set.c773 const VkDescriptorSetVariableDescriptorCountAllocateInfoEXT *variable_counts = local in function:radv_AllocateDescriptorSets
783 if (variable_counts) {
784 if (i < variable_counts->descriptorSetCount)
785 variable_count = variable_counts->pDescriptorCounts + i;

Completed in 8 milliseconds