Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/common/
Dac_gpu_info.h125 bool has_hw_decode; member
Dac_gpu_info.c505 info->has_hw_decode = (uvd.available_rings != 0) || (vcn_dec.available_rings != 0) || in ac_query_gpu_info()
935 fprintf(f, " has_hw_decode = %u\n", info->has_hw_decode); in ac_print_gpu_info()
/external/mesa3d/src/gallium/winsys/radeon/drm/
Dradeon_drm_winsys.c317 ws->info.has_hw_decode = false; in do_winsys_init()
323 ws->info.has_hw_decode = value; in do_winsys_init()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_pipe_common.c1279 if (rscreen->info.has_hw_decode) { in r600_common_screen_init()
1327 printf("has_hw_decode = %u\n", rscreen->info.has_hw_decode); in r600_common_screen_init()
Dr600_pipe.c162 if (rscreen->b.info.has_hw_decode) { in r600_create_context()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_get.c925 if (sscreen->info.has_hw_decode) { in si_init_screen_get_functions()
Dsi_pipe.c626 if (sscreen->info.has_hw_decode) { in si_create_context()