Home | History | Annotate | Download | only in core_validation

Lines Matching refs:descriptorCount

33         descriptor_count_ += p_create_info->pBindings[i].descriptorCount;
41 global_index += p_create_info->pBindings[i].descriptorCount ? p_create_info->pBindings[i].descriptorCount - 1 : 0;
77 // Return descriptorCount for given binding, 0 if index is unavailable
81 return bindings_[bi_itr->second].descriptorCount;
85 // Return descriptorCount for given index, 0 if index is unavailable
89 return bindings_[index].descriptorCount;
110 global_offset += binding.descriptorCount;
178 if (binding.descriptorCount != rh_ds_layout->GetDescriptorCountFromBinding(binding.binding)) {
180 error_str << "Binding " << binding.binding << " for DescriptorSetLayout " << layout_ << " has a descriptorCount of "
181 << binding.descriptorCount << " but binding " << binding.binding << " for DescriptorSetLayout "
182 << rh_ds_layout->GetDescriptorSetLayout() << " has a descriptorCount of "
472 for (uint32_t di = 0; di < update->descriptorCount; ++di) {
475 if (update->descriptorCount)
506 if ((src_start_idx + update->descriptorCount) > src_set->GetTotalDescriptorCount()) {
511 << " plus update array offset of " << update->srcArrayElement << " and update of " << update->descriptorCount
517 if ((dst_start_idx + update->descriptorCount) > p_layout_->GetTotalDescriptorCount()) {
522 << " plus update array offset of " << update->dstArrayElement << " and update of " << update->descriptorCount
539 if ((!src_set->GetLayout()->VerifyUpdateConsistency(update->srcBinding, update->srcArrayElement, update->descriptorCount,
541 (!p_layout_->VerifyUpdateConsistency(update->dstBinding, update->dstArrayElement, update->descriptorCount, "copy update to",
546 for (uint32_t i = 0; i < update->descriptorCount; ++i) {
567 for (uint32_t di = 0; di < update->descriptorCount; ++di) {
570 if (update->descriptorCount)
929 if ((start_idx + update->descriptorCount) > p_layout_->GetTotalDescriptorCount()) {
932 << p_layout_->GetTotalDescriptorCount() << " total descriptors but update of " << update->descriptorCount
941 if (!p_layout_->VerifyUpdateConsistency(update->dstBinding, update->dstArrayElement, update->descriptorCount,
961 for (uint32_t di = 0; di < update->descriptorCount; ++di) {
976 for (uint32_t di = 0; di < update->descriptorCount; ++di) {
994 for (uint32_t di = 0; di < update->descriptorCount; ++di) {
1009 for (uint32_t di = 0; di < update->descriptorCount; ++di) {
1024 for (uint32_t di = 0; di < update->descriptorCount; ++di) {
1047 for (uint32_t di = 0; di < update->descriptorCount; ++di) {
1063 for (uint32_t di = 0; di < update->descriptorCount; ++di) {
1090 for (uint32_t di = 0; di < update->descriptorCount; ++di) {
1105 for (uint32_t di = 0; di < update->descriptorCount; ++di) {
1117 for (uint32_t di = 0; di < update->descriptorCount; ++di) {