Home
last modified time | relevance | path

Searched refs:has_tmz_support (Results 1 – 8 of 8) sorted by relevance

/external/mesa3d/src/amd/common/
Dac_gpu_info.h160 bool has_tmz_support; member
Dac_gpu_info.c144 has_tmz_support(amdgpu_device_handle dev, in has_tmz_support() function
537 info->has_tmz_support = has_tmz_support(dev, info, amdinfo); in ac_query_gpu_info()
967 fprintf(f, " has_tmz_support = %u\n", info->has_tmz_support); in ac_print_gpu_info()
/external/mesa3d/src/gallium/winsys/amdgpu/drm/
Damdgpu_bo.c241 if (ws->info.has_tmz_support) in amdgpu_clean_up_buffer_managers()
522 ws->info.has_tmz_support) { in amdgpu_create_bo()
629 struct pb_slabs *bo_slabs = ((flags & RADEON_FLAG_ENCRYPTED) && ws->info.has_tmz_support) ? in get_slabs()
682 struct pb_slabs *slabs = ((flags & RADEON_FLAG_ENCRYPTED) && ws->info.has_tmz_support) ? in amdgpu_bo_slab_alloc()
1301 struct pb_slabs *slabs = ((flags & RADEON_FLAG_ENCRYPTED) && ws->info.has_tmz_support) ? in amdgpu_bo_create()
Damdgpu_winsys.c452 if (aws->info.has_tmz_support && in amdgpu_winsys_create()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_pipe.c473 if (sctx->screen->info.has_tmz_support) in si_create_context()
643 if (sscreen->info.has_tmz_support) { in si_create_context()
1012 !sscreen->info.has_tmz_support) { in radeonsi_screen_create_impl()
Dsi_get.c187 return sscreen->info.has_tmz_support; in si_get_param()
Dsi_state_shaders.c3756 if (sctx->screen->info.has_tmz_support) { in si_init_tess_factor_ring()
3820 if (sctx->screen->info.has_tmz_support) { in si_init_tess_factor_ring()
/external/mesa3d/src/gallium/drivers/radeon/
Dradeon_vcn_dec.c1053 assert(sscreen->info.has_tmz_support); in rvcn_dec_message_decode()