Searched refs:total_descriptors (Results 1 – 1 of 1) sorted by relevance
324 uint64_t total_descriptors = 0; in ValidateDescriptorSetLayoutCreateInfo() local394 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() local2387 if (update->descriptorCount > (total_descriptors - start_idx)) { in ValidateWriteUpdate()2391 << " with " << total_descriptors - start_idx in ValidateWriteUpdate()