Home
last modified time | relevance | path

Searched refs:num_queues (Results 1 - 20 of 20) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A 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()
[all...]
H A 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()
H A 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/
H A 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_PER_TYPE); in do_winsys_init()
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_wsi.c64 device->physical_device->vk_queue_to_radv[device->physical_device->num_queues++] = RADV_QUEUE_TRANSFER; in radv_wsi_get_prime_blit_queue()
67 .queueFamilyIndex = device->physical_device->num_queues - 1, in radv_wsi_get_prime_blit_queue()
H A 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()
H A Dradv_private.h335 uint32_t num_queues; member
/third_party/mesa3d/src/amd/common/
H A 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 > in ac_query_gpu_info()
[all...]
H A Dac_gpu_info.h48 uint8_t num_queues; member
/third_party/mesa3d/src/freedreno/decode/
H A 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()
H A 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/
H A 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/
H A 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()
H A Dr600_pipe.c160 if (rscreen->b.info.ip[AMD_IP_UVD].num_queues) { in r600_create_context()
/third_party/mesa3d/src/gallium/drivers/zink/
H A 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/opencl-headers/CL/
H A Dcl_ext.h86 cl_uint num_queues,
105 cl_uint num_queues,
249 cl_uint num_queues,
268 cl_uint num_queues,
/third_party/node/deps/v8/src/wasm/
H A Dmodule-compiler.cc145 int num_queues = static_cast<int>(queues_.size()); in GetQueueForTask() local
146 while (num_queues < required_queues) { in GetQueueForTask()
147 int steal_from = num_queues + 1; in GetQueueForTask()
149 ++num_queues; in GetQueueForTask()
160 int units_per_thread = num_declared_functions_ / num_queues; in GetQueueForTask()
165 int limit = min + (min * queue_id / num_queues); in GetQueueForTask()
330 int next_task_id(int task_id, size_t num_queues) const { in next_task_id()
332 return next == static_cast<int>(num_queues) ? 0 : next; in next_task_id()
/third_party/ffmpeg/libavutil/
H A Dhwcontext_vulkan.c1057 int queue_family_index, int num_queues) in create_exec_ctx()
1072 .commandBufferCount = num_queues, in create_exec_ctx()
1075 cmd->nb_queues = num_queues; in create_exec_ctx()
1086 cmd->bufs = av_mallocz(num_queues * sizeof(*cmd->bufs)); in create_exec_ctx()
1101 cmd->queues = av_mallocz(num_queues * sizeof(*cmd->queues)); in create_exec_ctx()
1105 for (int i = 0; i < num_queues; i++) { in create_exec_ctx()
1056 create_exec_ctx(AVHWFramesContext *hwfc, VulkanExecCtx *cmd, int queue_family_index, int num_queues) create_exec_ctx() argument
/third_party/mesa3d/src/intel/vulkan/
H A 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/
H A Damdgpu_cs.c1227 acs->ws->info.ip[acs->ip_type].num_queues == 1) && in is_noop_fence_dependency()

Completed in 53 milliseconds