Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/layers/
Ddescriptor_sets.cpp324 uint64_t total_descriptors = 0; in ValidateDescriptorSetLayoutCreateInfo() local
394 total_descriptors += binding_info.descriptorCount; in ValidateDescriptorSetLayoutCreateInfo()
531 if ((push_descriptor_set) && (total_descriptors > max_push_descriptors)) { in ValidateDescriptorSetLayoutCreateInfo()
538 total_descriptors, max_push_descriptors, undefined); in ValidateDescriptorSetLayoutCreateInfo()
2386 auto total_descriptors = dest_layout->GetTotalDescriptorCount(); in ValidateWriteUpdate() local
2387 if (update->descriptorCount > (total_descriptors - start_idx)) { in ValidateWriteUpdate()
2391 << " with " << total_descriptors - start_idx in ValidateWriteUpdate()