Home
last modified time | relevance | path

Searched refs:desc_count (Results 1 – 11 of 11) sorted by relevance

/third_party/mesa3d/src/microsoft/vulkan/
Ddzn_descriptor_set.c269 uint32_t desc_count = ordered_bindings[i].descriptorCount; in dzn_descriptor_set_layout_create() local
274 bool has_static_sampler = has_immutable_samplers && desc_count == 1; in dzn_descriptor_set_layout_create()
285 assert(base_register + desc_count >= base_register); in dzn_descriptor_set_layout_create()
286 base_register += desc_count; in dzn_descriptor_set_layout_create()
317 for (uint32_t s = 0; s < desc_count; s++) { in dzn_descriptor_set_layout_create()
326 for (uint32_t d = 0; d < desc_count; d++) in dzn_descriptor_set_layout_create()
328 dynamic_buffer_idx += desc_count; in dzn_descriptor_set_layout_create()
363 range->NumDescriptors = desc_count; in dzn_descriptor_set_layout_create()
371 set_layout->dynamic_buffers.desc_count; in dzn_descriptor_set_layout_create()
373 set_layout->dynamic_buffers.desc_count += range->NumDescriptors; in dzn_descriptor_set_layout_create()
[all …]
Ddzn_private.h362 uint32_t desc_count; member
388 uint32_t desc_count);
596 uint32_t desc_count[NUM_POOL_TYPES]; member
631 uint32_t desc_count; member
663 uint32_t desc_count[NUM_POOL_TYPES]; member
679 uint32_t desc_count; member
752 uint32_t desc_count[NUM_POOL_TYPES]; member
Ddzn_pipeline.c1523 STATIC_ASSERT(sizeof(layout->desc_count) == sizeof(pipeline->desc_count)); in dzn_pipeline_init()
1524 memcpy(pipeline->desc_count, layout->desc_count, sizeof(pipeline->desc_count)); in dzn_pipeline_init()
Ddzn_cmd_buffer.c2299 uint32_t desc_count = pipeline->desc_count[type]; in dzn_cmd_buffer_update_heaps() local
2300 if (!desc_count) in dzn_cmd_buffer_update_heaps()
2309 dzn_descriptor_heap_pool_alloc_slots(pool, device, desc_count, in dzn_cmd_buffer_update_heaps()
3168 uint32_t desc_count = 0; in dzn_CmdBlitImage2() local
3170 desc_count += util_bitcount(info->pRegions[r].srcSubresource.aspectMask); in dzn_CmdBlitImage2()
3176 desc_count, &heap, &heap_slot); in dzn_CmdBlitImage2()
3212 uint32_t desc_count = 0; in dzn_CmdResolveImage2() local
3214 desc_count += util_bitcount(info->pRegions[r].srcSubresource.aspectMask); in dzn_CmdResolveImage2()
3220 desc_count, &heap, &heap_slot); in dzn_CmdResolveImage2()
/third_party/mesa3d/src/panfrost/vulkan/
Dpanvk_descriptor_set.c222 unsigned desc_count = pCreateInfo->pPoolSizes[i].descriptorCount; in panvk_CreateDescriptorPool() local
226 pool->max.samplers += desc_count; in panvk_CreateDescriptorPool()
229 pool->max.combined_image_samplers += desc_count; in panvk_CreateDescriptorPool()
232 pool->max.sampled_images += desc_count; in panvk_CreateDescriptorPool()
235 pool->max.storage_images += desc_count; in panvk_CreateDescriptorPool()
238 pool->max.uniform_texel_bufs += desc_count; in panvk_CreateDescriptorPool()
241 pool->max.storage_texel_bufs += desc_count; in panvk_CreateDescriptorPool()
244 pool->max.input_attachments += desc_count; in panvk_CreateDescriptorPool()
247 pool->max.uniform_bufs += desc_count; in panvk_CreateDescriptorPool()
250 pool->max.storage_bufs += desc_count; in panvk_CreateDescriptorPool()
[all …]
/third_party/gstreamer/gstplugins_bad/sys/mediafoundation/
Dmediacapturewrapper.cpp319 UINT32 desc_count = 0; in Fill() local
378 hr = desc_list->get_Size (&desc_count); in Fill()
382 if (desc_count == 0) { in Fill()
391 desc_count); in Fill()
393 for (UINT32 j = 0; j < desc_count; j++) { in Fill()
/third_party/mesa3d/src/virtio/vulkan/
Dvn_instance.c375 uint32_t desc_count = 0; in vn_instance_submission_get_cs() local
379 descs[desc_count++] = (VkCommandStreamDescriptionMESA){ in vn_instance_submission_get_cs()
388 desc_count, descs, NULL, 0, NULL, 0); in vn_instance_submission_get_cs()
402 vn_encode_vkExecuteCommandStreamsMESA(&submit->indirect.cs, 0, desc_count, in vn_instance_submission_get_cs()
/third_party/mesa3d/src/intel/vulkan/
Danv_perf.c344 uint32_t desc_count = *pCounterCount; in anv_EnumeratePhysicalDeviceQueueFamilyPerformanceQueryCountersKHR() local
348 pCounterDescriptions, &desc_count); in anv_EnumeratePhysicalDeviceQueueFamilyPerformanceQueryCountersKHR()
/third_party/mesa3d/src/broadcom/vulkan/
Dv3dv_query.c722 uint32_t desc_count = *pCounterCount; in v3dv_EnumeratePhysicalDeviceQueueFamilyPerformanceQueryCountersKHR() local
727 out_desc, pCounterDescriptions, &desc_count); in v3dv_EnumeratePhysicalDeviceQueueFamilyPerformanceQueryCountersKHR()
/third_party/ffmpeg/libavformat/
Dasfdec_f.c656 int desc_count, i, ret; in asf_read_ext_content_desc() local
658 desc_count = avio_rl16(pb); in asf_read_ext_content_desc()
659 for (i = 0; i < desc_count; i++) { in asf_read_ext_content_desc()
/third_party/mesa3d/src/freedreno/vulkan/
Dtu_query.c1647 uint32_t desc_count = *pCounterCount; in tu_EnumeratePhysicalDeviceQueueFamilyPerformanceQueryCountersKHR() local
1654 pCounterDescriptions, &desc_count); in tu_EnumeratePhysicalDeviceQueueFamilyPerformanceQueryCountersKHR()