Home
last modified time | relevance | path

Searched refs:CHIP_VEGA10 (Results 1 – 15 of 15) sorted by relevance

/third_party/mesa3d/src/amd/vulkan/winsys/null/
Dradv_null_winsys.c58 [CHIP_VEGA10] = {0x6860, 16, true},
95 else if (i >= CHIP_VEGA10) in radv_null_winsys_query_info()
/third_party/mesa3d/src/amd/common/
Damd_family.c69 case CHIP_VEGA10: in ac_get_family_name()
Damd_family.h111 CHIP_VEGA10, /* Vega 56, 64 */ enumerator
Dac_surface_test_common.h37 info->family = CHIP_VEGA10; in init_vega10()
Dac_gpu_info.c1088 info->has_gfx9_scissor_bug = info->family == CHIP_VEGA10 || info->family == CHIP_RAVEN; in ac_query_gpu_info()
1094 info->family == CHIP_VEGA10 || info->family == CHIP_RAVEN; in ac_query_gpu_info()
1096 info->has_ls_vgpr_init_bug = info->family == CHIP_VEGA10 || info->family == CHIP_RAVEN; in ac_query_gpu_info()
1229 case CHIP_VEGA10: in ac_query_gpu_info()
/third_party/mesa3d/src/amd/llvm/
Dac_llvm_util.c145 case CHIP_VEGA10: in ac_get_llvm_processor_name()
/third_party/mesa3d/src/amd/compiler/
Daco_print_asm.cpp137 case CHIP_VEGA10: return "vega10"; in to_clrx_device_name()
Daco_ir.cpp81 case GFX9: program->family = CHIP_VEGA10; break; in init_program()
/third_party/mesa3d/src/gallium/winsys/amdgpu/drm/
Damdgpu_winsys.c74 else if (i >= CHIP_VEGA10) in handle_env_var_force_family()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_state_viewport.c455 if ((ctx->family == CHIP_VEGA10 || ctx->family == CHIP_RAVEN) && ctx->screen->dpbb_allowed) in si_set_viewport_states()
Dradeon_uvd.c327 if (((struct si_screen *)dec->screen)->info.family < CHIP_VEGA10) in get_db_pitch_alignment()
1329 if (sctx->family >= CHIP_VEGA10) { in si_common_uvd_create_decoder()
Dsi_get.c674 if (sscreen->info.family < CHIP_CARRIZO || sscreen->info.family >= CHIP_VEGA10) in si_get_video_param()
Dsi_state.c1897 (sscreen->info.family == CHIP_STONEY || sscreen->info.family == CHIP_VEGA10 || in si_translate_texformat()
/third_party/mesa3d/src/amd/compiler/tests/
Dhelpers.cpp367 family = CHIP_VEGA10; in get_vk_device()
/third_party/mesa3d/src/amd/vulkan/
Dradv_formats.c686 return physical_device->rad_info.family == CHIP_VEGA10 || in radv_device_supports_etc()