Home
last modified time | relevance | path

Searched refs:CHIP_NAVI14 (Results 1 – 12 of 12) sorted by relevance

/third_party/mesa3d/src/amd/common/
Damd_family.c89 case CHIP_NAVI14: in ac_get_family_name()
Damd_family.h110 CHIP_NAVI14, enumerator
Dac_surface_test_common.h113 info->family = CHIP_NAVI14; in init_navi14()
Dac_shader_util.c467 if (ngg && info->family == CHIP_NAVI14) in ac_compute_late_alloc()
Dac_gpu_info.c1009 (info->drm_minor >= 34 && (info->family == CHIP_NAVI12 || info->family == CHIP_NAVI14)) || in ac_query_gpu_info()
1038 case CHIP_NAVI14: in ac_query_gpu_info()
Dac_surface.c369 … if (info->family == CHIP_NAVI12 || info->family == CHIP_NAVI14 || info->chip_class >= GFX10_3) { in ac_get_supported_modifiers()
1456 if (info->family == CHIP_NAVI12 || info->family == CHIP_NAVI14) { in is_dcc_supported_by_L2()
2166 if (info->family == CHIP_NAVI12 || info->family == CHIP_NAVI14) { in gfx9_compute_surface()
/third_party/mesa3d/src/amd/vulkan/winsys/null/
Dradv_null_winsys.c64 [CHIP_NAVI14] = {0x7340, 8, true},
/third_party/mesa3d/src/amd/llvm/
Dac_llvm_util.c174 case CHIP_NAVI14: in ac_get_llvm_processor_name()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_build_pm4.h37 #define SI_CHECK_SHADOWED_REGS(reg_offset, count) ac_check_shadowed_regs(GFX10, CHIP_NAVI14, reg_of…
Dsi_pipe.c1280 (sscreen->info.family != CHIP_NAVI14 || in radeonsi_screen_create_impl()
/third_party/mesa3d/src/gallium/drivers/radeon/
Dradeon_vcn_dec.c2443 else if (sctx->family <= CHIP_NAVI14 && stream_type == RDECODE_CODEC_VP9) in radeon_create_decoder()
2473 case CHIP_NAVI14: in radeon_create_decoder()
/third_party/mesa3d/src/amd/vulkan/
Dradv_device.c710 device->rad_info.family != CHIP_NAVI14 && in radv_physical_device_try_create()