Home
last modified time | relevance | path

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

/third_party/mesa3d/src/amd/common/
Dac_gpu_info.h195 bool has_tmz_support; member
Dac_gpu_info.c405 has_tmz_support(amdgpu_device_handle dev, struct radeon_info *info, uint32_t ids_flags) in has_tmz_support() function
944 info->has_tmz_support = has_tmz_support(dev, info, device_info.ids_flags); in ac_query_gpu_info()
1546 fprintf(f, " has_tmz_support = %u\n", info->has_tmz_support); in ac_print_gpu_info()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_fence.c97 assert(ctx->screen->info.has_tmz_support); in si_cp_release_mem()
Dsi_get.c201 return sscreen->info.has_tmz_support; in si_get_param()
Dsi_gfx_cs.c626 assert(sscreen->info.has_tmz_support); in si_get_wait_mem_scratch_bo()
Dsi_pipe.c1134 !sscreen->info.has_tmz_support) { in radeonsi_screen_create_impl()
Dradeon_vcn_dec.c1954 assert(sscreen->info.has_tmz_support); in rvcn_dec_message_decode()
Dsi_state_shaders.cpp4094 if (sctx->screen->info.has_tmz_support) { in si_init_tess_factor_ring()
/third_party/mesa3d/src/gallium/winsys/amdgpu/drm/
Damdgpu_bo.c540 ws->info.has_tmz_support) { in amdgpu_create_bo()