Home
last modified time | relevance | path

Searched refs:num_queues (Results 1 – 21 of 21) sorted by relevance

/third_party/flutter/engine/flutter/fml/
Dmessage_loop_task_queues_unittests.cc181 const int num_queues = 100; in TEST() local
182 std::atomic_bool created[num_queues * 3]; in TEST()
183 std::atomic_int num_tasks[num_queues * 3]; in TEST()
184 std::mutex task_count_mutex[num_queues * 3]; in TEST()
187 for (int i = 0; i < num_queues * 3; i++) { in TEST()
193 for (int i = 0; i < num_queues; i++) { in TEST()
216 for (int i = 0; i < num_queues * 3; i++) { in TEST()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_get.c575 if (!(sscreen->info.ip[AMD_IP_VCE].num_queues || in si_get_video_param()
576 sscreen->info.ip[AMD_IP_UVD_ENC].num_queues || in si_get_video_param()
577 sscreen->info.ip[AMD_IP_VCN_ENC].num_queues)) in si_get_video_param()
632 !(sscreen->info.ip[AMD_IP_UVD].num_queues || in si_get_video_param()
669 if (!sscreen->info.ip[AMD_IP_VCN_JPEG].num_queues) in si_get_video_param()
1044 if (sscreen->info.ip[AMD_IP_UVD].num_queues || sscreen->info.has_video_hw.vcn_decode || in si_init_screen_get_functions()
1045 sscreen->info.ip[AMD_IP_VCN_JPEG].num_queues || sscreen->info.ip[AMD_IP_VCE].num_queues || in si_init_screen_get_functions()
1046 sscreen->info.ip[AMD_IP_UVD_ENC].num_queues || sscreen->info.ip[AMD_IP_VCN_ENC].num_queues) { in si_init_screen_get_functions()
Dsi_pipe.c687 if (sscreen->info.ip[AMD_IP_UVD].num_queues || sscreen->info.has_video_hw.vcn_decode || in si_create_context()
688 sscreen->info.ip[AMD_IP_VCN_JPEG].num_queues || sscreen->info.ip[AMD_IP_VCE].num_queues || in si_create_context()
689 sscreen->info.ip[AMD_IP_UVD_ENC].num_queues || sscreen->info.ip[AMD_IP_VCN_ENC].num_queues) { in si_create_context()
Dradeon_uvd_enc.c354 return sscreen->info.ip[AMD_IP_UVD_ENC].num_queues; in si_radeon_uvd_enc_supported()
/third_party/mesa3d/src/amd/vulkan/winsys/amdgpu/
Dradv_amdgpu_winsys.c59 …ws->info.ip[AMD_IP_SDMA].num_queues = MIN2(ws->info.ip[AMD_IP_SDMA].num_queues, MAX_RINGS_PER_TYPE… in do_winsys_init()
60 …ws->info.ip[AMD_IP_COMPUTE].num_queues = MIN2(ws->info.ip[AMD_IP_COMPUTE].num_queues, MAX_RINGS_PE… in do_winsys_init()
/third_party/mesa3d/src/amd/vulkan/
Dradv_wsi.c64 …device->physical_device->vk_queue_to_radv[device->physical_device->num_queues++] = RADV_QUEUE_TRAN… in radv_wsi_get_prime_blit_queue()
67 .queueFamilyIndex = device->physical_device->num_queues - 1, in radv_wsi_get_prime_blit_queue()
Dradv_device.c650 if (pdevice->rad_info.ip[AMD_IP_COMPUTE].num_queues > 0 && in radv_physical_device_init_queue_table()
655 pdevice->num_queues = idx; in radv_physical_device_init_queue_table()
2600 if (pdevice->rad_info.ip[AMD_IP_COMPUTE].num_queues > 0 && in radv_get_physical_device_queue_family_properties()
2624 if (pdevice->rad_info.ip[AMD_IP_COMPUTE].num_queues > 0 && in radv_get_physical_device_queue_family_properties()
2630 .queueCount = pdevice->rad_info.ip[AMD_IP_COMPUTE].num_queues, in radv_get_physical_device_queue_family_properties()
Dradv_private.h335 uint32_t num_queues; member
/third_party/mesa3d/src/amd/common/
Dac_gpu_info.c671 info->ip[ip_type].num_queues = util_bitcount(ip_info.available_rings); in ac_query_gpu_info()
677 if (!info->ip[AMD_IP_GFX].num_queues && !info->ip[AMD_IP_COMPUTE].num_queues) { in ac_query_gpu_info()
682 assert(util_is_power_of_two_or_zero(info->ip[AMD_IP_COMPUTE].num_queues)); in ac_query_gpu_info()
683 assert(util_is_power_of_two_or_zero(info->ip[AMD_IP_SDMA].num_queues)); in ac_query_gpu_info()
906 info->uvd_fw_version = info->ip[AMD_IP_UVD].num_queues ? uvd_version : 0; in ac_query_gpu_info()
907 info->vce_fw_version = info->ip[AMD_IP_VCE].num_queues ? vce_version : 0; in ac_query_gpu_info()
929 ? info->ip[AMD_IP_VCN_UNIFIED].num_queues != 0 in ac_query_gpu_info()
930 : info->ip[AMD_IP_VCN_DEC].num_queues != 0; in ac_query_gpu_info()
946 info->has_graphics = info->ip[AMD_IP_GFX].num_queues > 0; in ac_query_gpu_info()
1442 if (info->ip[i].num_queues) { in ac_print_gpu_info()
[all …]
Dac_gpu_info.h48 uint8_t num_queues; member
/third_party/mesa3d/src/freedreno/decode/
Dcrashdec-mempool.c129 const unsigned num_queues = 6; in dump_cp_mem_pool() local
249 for (int queue = 0; queue < num_queues; queue++) { in dump_cp_mem_pool()
Dcrashdec-hfi.c65 uint32_t num_queues; /* Number of total queues */ member
499 printf("\tnum_queues: %u\n", table->num_queues); in dump_gmu_hfi()
502 for (unsigned i = 0; i < table->num_queues; i++) { in dump_gmu_hfi()
/third_party/mesa3d/src/gallium/winsys/radeon/drm/
Dradeon_drm_winsys.c307 ws->info.ip[AMD_IP_GFX].num_queues = 1; in do_winsys_init()
309 ws->info.ip[AMD_IP_SDMA].num_queues = 0; in do_winsys_init()
312 ws->info.ip[AMD_IP_SDMA].num_queues = 1; in do_winsys_init()
321 ws->info.ip[AMD_IP_UVD].num_queues = 1; in do_winsys_init()
331 ws->info.ip[AMD_IP_VCE].num_queues = 1; in do_winsys_init()
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_pipe_common.c639 if (rscreen->info.ip[AMD_IP_SDMA].num_queues && !(rscreen->debug_flags & DBG_NO_ASYNC_DMA)) { in r600_common_context_init()
1250 if (rscreen->info.ip[AMD_IP_UVD].num_queues) { in r600_common_screen_init()
1298 printf("ip[AMD_IP_UVD] = %u\n", rscreen->info.ip[AMD_IP_UVD].num_queues); in r600_common_screen_init()
1299 printf("ip[AMD_IP_SDMA] = %i\n", rscreen->info.ip[AMD_IP_SDMA].num_queues); in r600_common_screen_init()
1300 printf("ip[AMD_IP_COMPUTE] = %u\n", rscreen->info.ip[AMD_IP_COMPUTE].num_queues); in r600_common_screen_init()
Dr600_pipe.c160 if (rscreen->b.info.ip[AMD_IP_UVD].num_queues) { in r600_create_context()
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_screen.c1392 uint32_t num_queues; in update_queue_props() local
1393 VKSCR(GetPhysicalDeviceQueueFamilyProperties)(screen->pdev, &num_queues, NULL); in update_queue_props()
1394 assert(num_queues > 0); in update_queue_props()
1396 VkQueueFamilyProperties *props = malloc(sizeof(*props) * num_queues); in update_queue_props()
1397 VKSCR(GetPhysicalDeviceQueueFamilyProperties)(screen->pdev, &num_queues, props); in update_queue_props()
1402 for (uint32_t i = 0; i < num_queues; i++) { in update_queue_props()
/third_party/ffmpeg/libavutil/
Dhwcontext_vulkan.c778 int queue_family_index, int num_queues) in create_exec_ctx() argument
791 .commandBufferCount = num_queues, in create_exec_ctx()
794 cmd->nb_queues = num_queues; in create_exec_ctx()
805 cmd->bufs = av_mallocz(num_queues * sizeof(*cmd->bufs)); in create_exec_ctx()
820 cmd->queues = av_mallocz(num_queues * sizeof(*cmd->queues)); in create_exec_ctx()
824 for (int i = 0; i < num_queues; i++) { in create_exec_ctx()
/third_party/mesa3d/src/intel/vulkan/
Danv_device.c3175 uint32_t num_queues = 0; in anv_CreateDevice() local
3177 num_queues += pCreateInfo->pQueueCreateInfos[i].queueCount; in anv_CreateDevice()
3181 assert(num_queues <= 64); in anv_CreateDevice()
3201 assert(num_queues == 1); in anv_CreateDevice()
3219 vk_zalloc(&device->vk.alloc, num_queues * sizeof(*device->queues), 8, in anv_CreateDevice()
/third_party/mesa3d/src/gallium/winsys/amdgpu/drm/
Damdgpu_cs.c1227 acs->ws->info.ip[acs->ip_type].num_queues == 1) && in is_noop_fence_dependency()
/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h65090 __le16 num_queues; member
68495 __virtio16 num_queues; member
72302 unsigned int num_queues; member
/third_party/mesa3d/docs/relnotes/
D22.2.0.rst3948 - amd: replace num_rings[type] with ip[type].num_queues