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.h122 CHIP_NAVI14, /* Radeon 5300, 5500 */ enumerator
Dac_surface_test_common.h112 info->family = CHIP_NAVI14; in init_navi14()
Dac_shader_util.c674 if (ngg && info->family == CHIP_NAVI14) in ac_compute_late_alloc()
Dac_surface.c1542 if (info->family == CHIP_NAVI12 || info->family == CHIP_NAVI14) { in is_dcc_supported_by_L2()
2268 if (info->family == CHIP_NAVI12 || info->family == CHIP_NAVI14) { in gfx9_compute_surface()
Dac_gpu_info.c1244 case CHIP_NAVI14: in ac_query_gpu_info()
/third_party/mesa3d/src/amd/vulkan/winsys/null/
Dradv_null_winsys.c66 [CHIP_NAVI14] = {0x7340, 8, true},
/third_party/mesa3d/src/amd/llvm/
Dac_llvm_util.c164 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.c1303 (sscreen->info.family != CHIP_NAVI14 || in radeonsi_screen_create_impl()
Dradeon_vcn_dec.c2875 else if (sctx->family <= CHIP_NAVI14 && stream_type == RDECODE_CODEC_VP9) in radeon_create_decoder()
2908 case CHIP_NAVI14: in radeon_create_decoder()
/third_party/mesa3d/src/amd/vulkan/
Dradv_device.c821 device->rad_info.family != CHIP_NAVI14 && in radv_physical_device_try_create()