Home
last modified time | relevance | path

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

/third_party/mesa3d/src/freedreno/vulkan/
H A Dtu_descriptor_set.c811 const VkDescriptorSetVariableDescriptorCountAllocateInfo *variable_counts = in tu_AllocateDescriptorSets() local
821 if (variable_counts) { in tu_AllocateDescriptorSets()
822 if (i < variable_counts->descriptorSetCount) in tu_AllocateDescriptorSets()
823 variable_count = variable_counts->pDescriptorCounts + i; in tu_AllocateDescriptorSets()
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_descriptor_set.c957 const VkDescriptorSetVariableDescriptorCountAllocateInfo *variable_counts = vk_find_struct_const( in radv_AllocateDescriptorSets() local
966 if (layout->has_variable_descriptors && variable_counts) { in radv_AllocateDescriptorSets()
967 if (i < variable_counts->descriptorSetCount) in radv_AllocateDescriptorSets()
968 variable_count = variable_counts->pDescriptorCounts + i; in radv_AllocateDescriptorSets()

Completed in 5 milliseconds