Searched refs:desc_count (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/panfrost/vulkan/
H A Dpanvk_descriptor_set.c353 unsigned desc_count = pCreateInfo->pPoolSizes[i].descriptorCount; local in function:panvk_CreateDescriptorPool
357 pool->max.samplers += desc_count;
360 pool->max.combined_image_samplers += desc_count;
363 pool->max.sampled_images += desc_count;
366 pool->max.storage_images += desc_count;
369 pool->max.uniform_texel_bufs += desc_count;
372 pool->max.storage_texel_bufs += desc_count;
375 pool->max.input_attachments += desc_count;
378 pool->max.uniform_bufs += desc_count;
381 pool->max.storage_bufs += desc_count;
[all...]
H A Dpanvk_vX_descriptor_set.c313 unsigned desc_count = pDescriptorCopy->descriptorCount; local in function:panvk_copy_descriptor_set
315 while (desc_count && src_binding < src_layout->binding_count &&
337 unsigned ndescs = MAX3(desc_count,
344 desc_count -= ndescs;
359 assert(!desc_count);
/xsrc/external/mit/MesaLib/dist/src/intel/vulkan/
H A Danv_perf.c347 uint32_t desc_count = *pCounterCount; local in function:anv_EnumeratePhysicalDeviceQueueFamilyPerformanceQueryCountersKHR
350 VK_OUTARRAY_MAKE(out_desc, pCounterDescriptions, &desc_count);
/xsrc/external/mit/MesaLib/dist/src/virtio/vulkan/
H A Dvn_instance.c365 uint32_t desc_count = 0; local in function:vn_instance_submission_get_cs
369 descs[desc_count++] = (VkCommandStreamDescriptionMESA){
378 desc_count, descs, NULL, 0, NULL, 0);
392 vn_encode_vkExecuteCommandStreamsMESA(&submit->indirect.cs, 0, desc_count,
/xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/
H A Dtu_query.c1422 uint32_t desc_count = *pCounterCount; local in function:tu_EnumeratePhysicalDeviceQueueFamilyPerformanceQueryCountersKHR
1428 VK_OUTARRAY_MAKE(out_desc, pCounterDescriptions, &desc_count);

Completed in 10 milliseconds