Home | History | Annotate | Download | only in tests

Lines Matching refs:descriptorCount

414     binding.descriptorCount = 1;
420 m_type_counts[VK_DESCRIPTOR_TYPE_STORAGE_BUFFER] += binding.descriptorCount;
430 binding.descriptorCount = 1;
436 m_type_counts[type] += binding.descriptorCount;
447 binding.descriptorCount = 1;
453 m_type_counts[VK_DESCRIPTOR_TYPE_COMBINED_IMAGE_SAMPLER] += binding.descriptorCount;
475 poolSize.descriptorCount = it->second;