Home
last modified time | relevance | path

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

/third_party/mesa3d/src/amd/common/
Dac_gpu_info.h161 bool vcn_decode; /* TODO: remove */ member
Dac_gpu_info.c927 info->has_video_hw.vcn_decode in ac_query_gpu_info()
1522 fprintf(f, " vcn_unified = %u\n", info->has_video_hw.vcn_decode); in ac_print_gpu_info()
1524 fprintf(f, " vcn_decode = %u\n", info->has_video_hw.vcn_decode); in ac_print_gpu_info()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_get.c633 sscreen->info.has_video_hw.vcn_decode)) 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()
Dsi_pipe.c687 if (sscreen->info.ip[AMD_IP_UVD].num_queues || sscreen->info.has_video_hw.vcn_decode || in si_create_context()