Lines Matching defs:extra_count
175 uint32_t extra_count,
183 vk_alloc(alloc, sizeof(*merged) * (ext_count + extra_count),
193 for (uint32_t i = 0; i < extra_count; i++) {
215 uint32_t extra_count = 0;
228 extra_exts[extra_count++] =
233 extra_exts[extra_count++] =
243 extra_exts[extra_count++] =
270 extra_exts[extra_count++] =
274 extra_exts[extra_count++] =
284 extra_exts[extra_count++] =
299 assert(extra_count <= ARRAY_SIZE(extra_exts));
302 if (!extra_count && (!block_count || !dev_info->enabledExtensionCount))
308 extra_count, block_exts, block_count, alloc,