/third_party/mesa3d/src/panfrost/vulkan/ |
H A D | panvk_descriptor_set.c | 222 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/mesa3d/src/microsoft/vulkan/ |
H A D | dzn_descriptor_set.c | 269 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 in dzn_descriptor_set_layout_create() 800 dzn_descriptor_heap_init(struct dzn_descriptor_heap *heap, struct dzn_device *device, D3D12_DESCRIPTOR_HEAP_TYPE type, uint32_t desc_count, bool shader_visible) dzn_descriptor_heap_init() argument 969 dzn_descriptor_heap_copy(struct dzn_descriptor_heap *dst_heap, uint32_t dst_offset, const struct dzn_descriptor_heap *src_heap, uint32_t src_offset, uint32_t desc_count) dzn_descriptor_heap_copy() argument 1001 uint32_t desc_count = dzn_descriptor_set_ptr_validate() local 1028 uint32_t desc_count = dzn_descriptor_set_ptr_move() local 1517 dzn_descriptor_heap_pool_alloc_slots(struct dzn_descriptor_heap_pool *pool, struct dzn_device *device, uint32_t desc_count, struct dzn_descriptor_heap **heap, uint32_t *first_slot) dzn_descriptor_heap_pool_alloc_slots() argument 1686 uint32_t desc_count = pDescriptorWrite->descriptorCount; dzn_descriptor_set_write() local 1928 uint32_t desc_count = info->pDescriptorUpdateEntries[e].descriptorCount; dzn_descriptor_update_template_create() local 1963 uint32_t desc_count = info->pDescriptorUpdateEntries[e].descriptorCount; dzn_descriptor_update_template_create() local [all...] |
H A D | dzn_private.h | 362 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
|
H A D | dzn_cmd_buffer.c | 2299 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() 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() 3214 desc_count += util_bitcount(info->pRegions[r].srcSubresource.aspectMask); in dzn_CmdResolveImage2() 3220 desc_count, in dzn_CmdResolveImage2() [all...] |
H A D | dzn_pipeline.c | 1523 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()
|
/third_party/node/deps/v8/src/diagnostics/ |
H A D | system-jit-metadata-win.h | 217 ULONG desc_count) { in LogEvent() 220 NULL /* RelatedActivityId */, desc_count, in LogEvent() 214 LogEvent(uint64_t regHandle, const EVENT_DESCRIPTOR* event_descriptor, EVENT_DATA_DESCRIPTOR* data_descriptor, ULONG desc_count) LogEvent() argument
|
/third_party/mesa3d/src/virtio/vulkan/ |
H A D | vn_instance.c | 375 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/ |
H A D | anv_perf.c | 344 uint32_t desc_count = *pCounterCount; in anv_EnumeratePhysicalDeviceQueueFamilyPerformanceQueryCountersKHR() local 348 pCounterDescriptions, &desc_count); in anv_EnumeratePhysicalDeviceQueueFamilyPerformanceQueryCountersKHR()
|
/third_party/mesa3d/src/broadcom/vulkan/ |
H A D | v3dv_query.c | 722 uint32_t desc_count = *pCounterCount; in v3dv_EnumeratePhysicalDeviceQueueFamilyPerformanceQueryCountersKHR() local 727 out_desc, pCounterDescriptions, &desc_count); in v3dv_EnumeratePhysicalDeviceQueueFamilyPerformanceQueryCountersKHR()
|
/third_party/ffmpeg/libavformat/ |
H A D | asfdec_f.c | 552 int desc_count, i, ret; in asf_read_ext_content_desc() local 554 desc_count = avio_rl16(pb); in asf_read_ext_content_desc() 555 for (i = 0; i < desc_count; i++) { in asf_read_ext_content_desc()
|
/third_party/mesa3d/src/freedreno/vulkan/ |
H A D | tu_query.c | 1647 uint32_t desc_count = *pCounterCount; in tu_EnumeratePhysicalDeviceQueueFamilyPerformanceQueryCountersKHR() local 1654 pCounterDescriptions, &desc_count); in tu_EnumeratePhysicalDeviceQueueFamilyPerformanceQueryCountersKHR()
|