Home
last modified time | relevance | path

Searched refs:uvd_decode (Results 1 – 7 of 7) sorted by relevance

/third_party/mesa3d/src/amd/common/
Dac_gpu_info.h139 bool uvd_decode; member
Dac_gpu_info.c693 info->has_video_hw.uvd_decode = uvd.available_rings != 0; in ac_query_gpu_info()
1216 fprintf(f, " uvd_decode = %u\n", info->has_video_hw.uvd_decode); in ac_print_gpu_info()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_get.c579 !(sscreen->info.has_video_hw.uvd_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()
/third_party/mesa3d/src/gallium/winsys/radeon/drm/
Dradeon_drm_winsys.c317 ws->info.has_video_hw.uvd_decode = false; in do_winsys_init()
324 ws->info.has_video_hw.uvd_decode = value; in do_winsys_init()
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_pipe_common.c1242 if (rscreen->info.has_video_hw.uvd_decode) { in r600_common_screen_init()
1290 printf("uvd_decode = %u\n", rscreen->info.has_video_hw.uvd_decode); in r600_common_screen_init()
Dr600_pipe.c161 if (rscreen->b.info.has_video_hw.uvd_decode) { in r600_create_context()