Home | History | Annotate | Download | only in layers

Lines Matching refs:set_

280     : some_update_(false), set_(set), pool_state_(nullptr), p_layout_(layout), device_data_(dev_data) {
534 {reinterpret_cast<uint64_t &>(set_), VK_DEBUG_REPORT_OBJECT_TYPE_DESCRIPTOR_SET_EXT});
557 error_str << "Cannot call vkUpdateDescriptorSets() to perform copy update on descriptor set " << set_
565 error_str << "DescriptorSet " << set_ << " does not have copy update dest binding of " << update->dstBinding << ".";
572 error_str << "DescriptorSet " << set_ << " does not have copy update src binding of " << update->srcBinding << ".";
595 error_str << "Attempting copy update to descriptorSet " << set_ << " binding#" << update->dstBinding
610 error_str << "Attempting copy update to descriptorSet " << set_ << " binding #" << update->dstBinding << " with type "
620 set_, error_msg))) {
661 cb_node->object_bindings.insert({reinterpret_cast<uint64_t &>(set_), VK_DEBUG_REPORT_OBJECT_TYPE_DESCRIPTOR_SET_EXT});
1128 error_str << "Cannot call vkUpdateDescriptorSets() to perform write update on descriptor set " << set_
1137 error_str << "DescriptorSet " << set_ << " does not have binding " << update->dstBinding << ".";
1147 error_str << "Attempting write update to descriptor set " << set_ << " binding #" << update->dstBinding << " with type "
1155 error_str << "Attempting write update to descriptor set " << set_ << " binding #" << update->dstBinding << " with "
1165 set_, error_msg)) {
1172 error_str << "Write update to descriptor in set " << set_ << " binding #" << update->dstBinding