Lines Matching refs:set_

355       set_(set),
641 core_validation::invalidateCommandBuffers(device_data_, cb_bindings, {HandleToUint64(set_), kVulkanObjectTypeDescriptorSet});
676 HandleToUint64(set_), HandleToUint64(p_layout_->GetDescriptorSetLayout()));
687 HandleToUint64(set_), HandleToUint64(src_set->set_), HandleToUint64(src_set->p_layout_->GetDescriptorSetLayout()));
696 error_str << "Cannot call vkUpdateDescriptorSets() to perform copy update on descriptor set " << set_
704 error_str << "DescriptorSet " << set_ << " does not have copy update dest binding of " << update->dstBinding;
711 error_str << "DescriptorSet " << set_ << " does not have copy update src binding of " << update->srcBinding;
734 error_str << "Attempting copy update to descriptorSet " << set_ << " binding#" << update->dstBinding
749 error_str << "Attempting copy update to descriptorSet " << set_ << " binding #" << update->dstBinding << " with type "
759 set_, error_msg))) {
795 cb_node->object_bindings.insert({HandleToUint64(set_), kVulkanObjectTypeDescriptorSet});
1383 HandleToUint64(set_), HandleToUint64(p_layout_->GetDescriptorSetLayout()));
1391 error_str << "Cannot call vkUpdateDescriptorSets() to perform write update on descriptor set " << set_
1400 error_str << "DescriptorSet " << set_ << " does not have binding " << update->dstBinding;
1408 error_str << "DescriptorSet " << set_ << " cannot updated binding " << update->dstBinding << " that has 0 descriptors";
1419 error_str << "Attempting write update to descriptor set " << set_ << " binding #" << update->dstBinding << " with type "
1427 error_str << "Attempting write update to descriptor set " << set_ << " binding #" << update->dstBinding << " with "
1437 set_, error_msg)) {
1445 error_str << "Write update to descriptor in set " << set_ << " binding #" << update->dstBinding