Lines Matching refs:updated

321     // Track count of descriptors in the current_bindings that are remaining to be updated
337 << " descriptors being updated but this update oversteps the bounds of this binding and the next binding is "
342 // For sake of this check consider the bindings updated and grab count for next binding
371 some_update_ = true; // Immutable samplers are updated at creation
382 some_update_ = true; // Immutable samplers are updated at creation
436 // This includes validating that all descriptors in the given bindings are updated,
454 if (!descriptors_[i]->updated) {
457 << " is being used in draw but has not been updated.";
533 // as "invalid" (updated = false) at DestroyImageView() time and detect this error at bind time
611 if (descriptors_[start_idx + i]->updated) {
618 if (descriptors_[start_idx + i]->updated) {
629 if (descriptors_[start_idx + i]->updated) {
762 // Update parameters all look good and descriptor updated so verify update contents
776 if (src->updated) {
780 dst->updated = false;
876 updated = false;
881 updated = true;
1034 << ") of VK_DESCRIPTOR_TYPE_STORAGE_IMAGE type with a front-buffered image is being updated with "
1045 << ") of VK_DESCRIPTOR_TYPE_STORAGE_IMAGE type is being updated with layout "
1077 updated = true;
1085 updated = true;
1097 updated = false;
1106 updated = true;
1120 updated = true;
1140 updated = false;
1146 updated = true;
1155 updated = true;
1170 updated = false;
1182 updated = true;
1191 updated = true;
1203 updated = false;
1209 updated = true;
1214 updated = true;
1225 // This is a helper function that iterates over a set of Write and Copy updates, pulls the DescriptorSet* for updated
1277 // This is a helper function that iterates over a set of Write and Copy updates, pulls the DescriptorSet* for updated
1408 error_str << "DescriptorSet " << set_ << " cannot updated binding " << update->dstBinding << " that has 0 descriptors";
1520 // error_msg will have been updated by ValidateBufferUsage()
1693 if (!src_desc->updated) continue;
1712 if (!src_desc->updated) continue;
1742 if (!src_desc->updated) continue;
1758 if (!src_desc->updated) continue;
1781 if (!src_desc->updated) continue;