Searched refs:binding_layout (Results 1 – 2 of 2) sorted by relevance
664 const struct radv_descriptor_set_binding_layout *binding_layout = in radv_UpdateDescriptorSets() local669 ptr += binding_layout->offset / 4; in radv_UpdateDescriptorSets()670 ptr += binding_layout->size * writeset->dstArrayElement / 4; in radv_UpdateDescriptorSets()671 buffer_list += binding_layout->buffer_offset; in radv_UpdateDescriptorSets()672 buffer_list += binding_layout->buffer_count * writeset->dstArrayElement; in radv_UpdateDescriptorSets()678 idx += binding_layout->dynamic_offset_offset; in radv_UpdateDescriptorSets()702 !binding_layout->immutable_samplers); in radv_UpdateDescriptorSets()705 assert(!binding_layout->immutable_samplers); in radv_UpdateDescriptorSets()713 ptr += binding_layout->size / 4; in radv_UpdateDescriptorSets()714 buffer_list += binding_layout->buffer_count; in radv_UpdateDescriptorSets()
1508 const auto &binding_layout = layout->GetDescriptorSetLayoutBindingPtrFromIndex(j); in ValidateAllocateDescriptorSets() local1509 uint32_t typeIndex = static_cast<uint32_t>(binding_layout->descriptorType); in ValidateAllocateDescriptorSets()1510 ds_data->required_descriptors_by_type[typeIndex] += binding_layout->descriptorCount; in ValidateAllocateDescriptorSets()