Lines Matching refs:descriptorCount
1441 const uint32_t descriptorCount = ref.binding.descriptorCount;
1442 // skip, array bindings which are bound from first index, they have also descriptorCount 0
1443 if (descriptorCount == 0) {
1447 PLUGIN_ASSERT((arrayOffset + descriptorCount - 1) <= buffers.size());
1448 for (uint32_t idx = 0; idx < descriptorCount; ++idx) {
1457 const uint32_t descriptorCount = ref.binding.descriptorCount;
1458 // skip, array bindings which are bound from first index, they have also descriptorCount 0
1459 if (descriptorCount == 0) {
1463 PLUGIN_ASSERT((arrayOffset + descriptorCount - 1) <= images.size());
1464 for (uint32_t idx = 0; idx < descriptorCount; ++idx) {