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.h140 bool vcn_decode; member
Dac_gpu_info.c694 info->has_video_hw.vcn_decode = vcn_dec.available_rings != 0; in ac_query_gpu_info()
1217 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.c580 sscreen->info.has_video_hw.vcn_decode)) in si_get_video_param()
982 if (sscreen->info.has_video_hw.uvd_decode || sscreen->info.has_video_hw.vcn_decode || in si_init_screen_get_functions()
Dsi_pipe.c640 if (sscreen->info.has_video_hw.uvd_decode || sscreen->info.has_video_hw.vcn_decode || in si_create_context()