Home
last modified time | relevance | path

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

/third_party/mesa3d/src/amd/vulkan/winsys/null/
Dradv_null_winsys.c56 [CHIP_VEGA10] = {0x6860, 16, true},
90 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.h100 CHIP_VEGA10, /* GFX9 (Vega) */ enumerator
Dac_surface_test_common.h37 info->family = CHIP_VEGA10; in init_vega10()
Dac_gpu_info.c639 else if (info->family >= CHIP_VEGA10) in ac_query_gpu_info()
886 info->has_gfx9_scissor_bug = info->family == CHIP_VEGA10 || info->family == CHIP_RAVEN; in ac_query_gpu_info()
892 info->family == CHIP_VEGA10 || info->family == CHIP_RAVEN; in ac_query_gpu_info()
894 info->has_ls_vgpr_init_bug = info->family == CHIP_VEGA10 || info->family == CHIP_RAVEN; in ac_query_gpu_info()
1023 case CHIP_VEGA10: in ac_query_gpu_info()
/third_party/mesa3d/src/amd/llvm/
Dac_llvm_util.c155 case CHIP_VEGA10: in ac_get_llvm_processor_name()
/third_party/mesa3d/src/amd/compiler/
Daco_print_asm.cpp83 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.c72 else if (i >= CHIP_VEGA10) in handle_env_var_force_family()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_state_viewport.c430 if ((ctx->family == CHIP_VEGA10 || ctx->family == CHIP_RAVEN) && ctx->screen->dpbb_allowed) in si_set_viewport_states()
Dsi_get.c612 if (sscreen->info.family < CHIP_CARRIZO || sscreen->info.family >= CHIP_VEGA10) in si_get_video_param()
Dsi_state.c1784 (sscreen->info.family == CHIP_STONEY || sscreen->info.family == CHIP_VEGA10 || in si_translate_texformat()
/third_party/mesa3d/src/gallium/drivers/radeon/
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()
/third_party/mesa3d/src/amd/compiler/tests/
Dhelpers.cpp292 family = CHIP_VEGA10; in get_vk_device()
/third_party/mesa3d/src/amd/vulkan/
Dradv_formats.c688 return physical_device->rad_info.family == CHIP_VEGA10 || in radv_device_supports_etc()
Dradv_device.c3528 } else if (device->physical_device->rad_info.family == CHIP_VEGA10 || in radv_get_hs_offchip_param()