Searched refs:desc_count (Results 1 - 5 of 5) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/panfrost/vulkan/ |
| H A D | panvk_descriptor_set.c | 353 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 D | panvk_vX_descriptor_set.c | 313 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 D | anv_perf.c | 347 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 D | vn_instance.c | 365 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 D | tu_query.c | 1422 uint32_t desc_count = *pCounterCount; local in function:tu_EnumeratePhysicalDeviceQueueFamilyPerformanceQueryCountersKHR 1428 VK_OUTARRAY_MAKE(out_desc, pCounterDescriptions, &desc_count);
|
Completed in 10 milliseconds