Home
last modified time | relevance | path

Searched refs:vid_decode_ip (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/amd/vulkan/
Dradv_physical_device.h172 enum amd_ip_type vid_decode_ip; member
Dradv_video.c127 bool separate_queue = pdev->vid_decode_ip != AMD_IP_VCN_UNIFIED; in radv_vcn_write_event()
253 pdev->vid_decode_ip = AMD_IP_VCN_UNIFIED; in radv_init_physical_device_decoder()
255 pdev->vid_decode_ip = AMD_IP_UVD; in radv_init_physical_device_decoder()
257 pdev->vid_decode_ip = AMD_IP_VCN_DEC; in radv_init_physical_device_decoder()
1080 if (pdev->vid_decode_ip != AMD_IP_VCN_UNIFIED) { in send_cmd()
2566 if (pdev->vid_decode_ip == AMD_IP_VCN_UNIFIED) in radv_vcn_cmd_reset()
2574 if (pdev->vid_decode_ip != AMD_IP_VCN_UNIFIED) { in radv_vcn_cmd_reset()
2736 if (pdev->vid_decode_ip == AMD_IP_VCN_UNIFIED) in radv_vcn_decode_video()
2767 if (pdev->vid_decode_ip != AMD_IP_VCN_UNIFIED) { in radv_vcn_decode_video()
Dradv_physical_device.c294 if (pdev->info.ip[pdev->vid_decode_ip].num_queues > 0) { in radv_physical_device_init_queue_table()
2374 if (pdev->info.ip[pdev->vid_decode_ip].num_queues > 0) in radv_get_physical_device_queue_family_properties()
2429 if (pdev->info.ip[pdev->vid_decode_ip].num_queues > 0) { in radv_get_physical_device_queue_family_properties()
2433 .queueCount = pdev->info.ip[pdev->vid_decode_ip].num_queues, in radv_get_physical_device_queue_family_properties()
Dradv_queue.c2093 return pdev->vid_decode_ip; in radv_queue_family_to_ring()