/third_party/mesa3d/src/amd/vulkan/winsys/null/ |
D | radv_null_winsys.c | 92 info->gfx_level = GFX10_3; in radv_null_winsys_query_info() 114 if (info->gfx_level >= GFX10_3) in radv_null_winsys_query_info() 135 info->gfx_level >= GFX10_3 ? 256 * 4 : info->lds_encode_granularity; in radv_null_winsys_query_info() 154 info->family == CHIP_RAVEN2 || info->family == CHIP_RENOIR || info->gfx_level >= GFX10_3); in radv_null_winsys_query_info()
|
/third_party/mesa3d/src/amd/compiler/tests/ |
D | framework.h | 49 if (cls != GFX10_3) { 50 snprintf(buf, sizeof(buf), "gfx%d%s", cls - GFX6 + 6 - (cls > GFX10_3), rest);
|
D | test_isel.cpp | 140 for (unsigned i = GFX10_3; i <= GFX10_3; i++) {
|
D | test_hard_clause.cpp | 206 for (unsigned i = GFX10; i <= GFX10_3; i++) {
|
D | test_regalloc.cpp | 39 for (amd_gfx_level cc = GFX8; cc <= GFX10_3; cc = (amd_gfx_level)((unsigned)cc + 1)) {
|
/third_party/mesa3d/src/amd/common/ |
D | ac_gpu_info.c | 852 info->gfx_level = GFX10_3; in ac_query_gpu_info() 870 info->gfx_level >= GFX10_3 && in ac_query_gpu_info() 1034 … info->lds_alloc_granularity = info->gfx_level >= GFX10_3 ? 256 * 4 : info->lds_encode_granularity; in ac_query_gpu_info() 1067 info->family == CHIP_RAVEN2 || info->family == CHIP_RENOIR || info->gfx_level >= GFX10_3); in ac_query_gpu_info() 1168 if (info->gfx_level >= GFX10_3 && info->max_se > 1) { in ac_query_gpu_info() 1212 info->gfx_level >= GFX10_3) { in ac_query_gpu_info() 1266 if (info->gfx_level >= GFX10_3) in ac_query_gpu_info() 1291 info->gfx_level == GFX10_3; in ac_query_gpu_info() 1301 info->has_sqtt_auto_flush_mode_bug = info->gfx_level == GFX10_3; in ac_query_gpu_info() 1321 info->discardable_allows_big_page = info->gfx_level >= GFX10_3 && in ac_query_gpu_info() [all …]
|
D | ac_surface_test_common.h | 127 info->gfx_level = GFX10_3; in init_gfx103() 208 case GFX10_3: in get_radeon_info()
|
D | ac_shadowed_regs.c | 1260 else if (gfx_level == GFX10_3) in ac_get_reg_ranges() 1270 else if (gfx_level == GFX10_3) in ac_get_reg_ranges() 1280 else if (gfx_level == GFX10_3 || gfx_level == GFX10) in ac_get_reg_ranges() 1290 else if (gfx_level == GFX10_3 || gfx_level == GFX10) in ac_get_reg_ranges() 1300 else if (gfx_level == GFX10_3) in ac_get_reg_ranges() 4036 } else if (info->gfx_level == GFX10_3) { in ac_emulate_clear_state()
|
D | amd_family.h | 153 GFX10_3, enumerator
|
D | ac_binary.c | 131 if (info->gfx_level == GFX10_3) { in ac_parse_shader_binary_config()
|
D | ac_surface.c | 154 (gfx_level >= GFX10_3 && /* gfx10.3 */ in ac_surface_supports_dcc_image_stores() 218 case GFX10_3: in ac_is_modifier_supported() 342 case GFX10_3: { in ac_get_supported_modifiers() 343 bool rbplus = info->gfx_level >= GFX10_3; in ac_get_supported_modifiers() 360 if (info->gfx_level >= GFX10_3) { in ac_get_supported_modifiers() 1621 case GFX10_3: in is_dcc_supported_by_DCN() 2024 if (info->gfx_level <= GFX10_3 && info->has_graphics && in gfx9_compute_miptree() 2080 if (info->gfx_level <= GFX10_3 && info->has_graphics && in gfx9_compute_miptree() 2274 if ((info->gfx_level >= GFX10_3 && info->family <= CHIP_REMBRANDT) || in gfx9_compute_surface() 2783 case GFX10_3: in ac_surface_set_umd_metadata() [all …]
|
D | ac_rgp.c | 374 case GFX10_3: in ac_gfx_level_to_sqtt_gfxip_level() 734 case GFX10_3: in ac_gfx_level_to_sqtt_version() 889 case GFX10_3: in ac_gfx_level_to_elf_gfxip_level()
|
D | ac_surface_meta_address_test.c | 329 case GFX10_3: in run_dcc_address_test() 507 case GFX10_3: in run_htile_address_test()
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_state_draw.cpp | 44 #define GFX(name) name##GFX10_3 277 if ((GFX_VERSION >= GFX10_3 || (GFX_VERSION >= GFX9 && sctx->screen->info.rbplus_allowed)) && in si_update_shaders() 470 case GFX10_3: in si_cp_dma_prefetch() 471 si_cp_dma_prefetch_inline<GFX10_3>(sctx, buf, offset, size); in si_cp_dma_prefetch() 1243 if (NGG || (GFX_VERSION >= GFX10 && GFX_VERSION <= GFX10_3)) in si_emit_vs_state() 1471 if (GFX_VERSION == GFX10_3) { in si_emit_draw_packets() 1490 (GFX_VERSION == GFX10_3 && disable_instance_packing != sctx->disable_instance_packing)) { in si_emit_draw_packets() 1518 if (GFX_VERSION == GFX10_3) in si_emit_draw_packets() 1541 if (GFX_VERSION == GFX10_3 && disable_instance_packing != sctx->disable_instance_packing) { in si_emit_draw_packets() 1872 case GFX10_3: in si_set_vertex_buffer_descriptor() [all …]
|
D | si_sqtt.c | 142 sctx->gfx_level >= GFX10_3 ? 4 : 0) | in si_emit_thread_trace_start() 251 case GFX10_3: in si_copy_thread_trace_info_regs() 610 if (sctx->gfx_level > GFX10_3) { in si_init_thread_trace()
|
D | si_get.c | 1089 .lower_ffma32 = sscreen->info.gfx_level < GFX10_3 && !force_fma32, in si_init_screen_get_functions() 1092 .fuse_ffma32 = sscreen->info.gfx_level >= GFX10_3 || force_fma32, in si_init_screen_get_functions()
|
D | si_pipe.c | 673 case GFX10_3: in si_create_context() 1206 if (sscreen->info.gfx_level < GFX10_3) in radeonsi_screen_create_impl() 1329 (sscreen->info.gfx_level >= GFX10_3 && in radeonsi_screen_create_impl()
|
D | si_state.c | 869 unsigned pa_cl_cntl = S_02881C_BYPASS_VTX_RATE_COMBINER(sctx->gfx_level >= GFX10_3 && in si_emit_clip_regs() 871 S_02881C_BYPASS_PRIM_RATE_COMBINER(sctx->gfx_level >= GFX10_3) | in si_emit_clip_regs() 1581 S_028010_CENTROID_COMPUTATION_MODE(sctx->gfx_level >= GFX10_3 ? 1 : 0)); in si_emit_db_render_state() 1608 if (sctx->gfx_level >= GFX10_3) { in si_emit_db_render_state() 1670 if (gfx_level >= GFX10_3 && in si_translate_colorformat() 3827 S_028BE0_COVERED_CENTROID_IS_CENTER(sctx->gfx_level >= GFX10_3); in si_emit_msaa_config() 5651 if (sctx->gfx_level >= GFX10_3) in si_init_cs_preamble_state() 5867 if (sctx->gfx_level >= GFX10 && sctx->gfx_level <= GFX10_3) { in si_init_cs_preamble_state() 5883 if (sctx->gfx_level >= GFX10_3) { in si_init_cs_preamble_state()
|
/third_party/mesa3d/src/amd/compiler/ |
D | aco_ir.cpp | 93 program->dev.lds_alloc_granule = gfx_level >= GFX10_3 ? 1024 : program->dev.lds_encoding_granule; in init_program() 108 if (gfx_level == GFX10_3) in init_program() 125 if (program->gfx_level >= GFX10_3) in init_program() 840 case GFX10_3: in pack()
|
D | aco_print_asm.cpp | 149 case GFX10_3: in to_clrx_device_name()
|
/third_party/mesa3d/src/amd/vulkan/ |
D | radv_spm.c | 203 {GL2C, 0, info->gfx_level >= GFX10_3 ? 0x2b : 0x23}, /* Number of GL2C misses. */ in radv_spm_init()
|
D | radv_device.c | 384 return pdev->rad_info.gfx_level == GFX10_3 && !radv_thread_trace_enabled(); in radv_perf_query_supported() 390 return pdevice->use_ngg && !pdevice->use_llvm && pdevice->rad_info.gfx_level >= GFX10_3 && in radv_taskmesh_enabled() 475 .KHR_fragment_shading_rate = device->rad_info.gfx_level >= GFX10_3, in radv_physical_device_get_supported_extensions() 826 (device->rad_info.gfx_level >= GFX10_3 || in radv_physical_device_try_create() 2095 if (pdevice->rad_info.gfx_level >= GFX10_3) { in radv_get_physical_device_properties_1_2() 3592 device->physical_device->rad_info.gfx_level > GFX10_3) { in radv_CreateDevice() 3636 if (device->physical_device->rad_info.gfx_level >= GFX10_3) { in radv_CreateDevice() 3656 device->load_grid_size_from_user_sgpr = device->physical_device->rad_info.gfx_level >= GFX10_3; in radv_CreateDevice() 4028 assert(device->physical_device->rad_info.gfx_level >= GFX10_3); in radv_fill_shader_rings() 4043 assert(device->physical_device->rad_info.gfx_level >= GFX10_3); in radv_fill_shader_rings() [all …]
|
D | radv_perfcounter.c | 259 if (pdev->rad_info.gfx_level >= GFX10_3) { in radv_query_perfcounter_descs() 285 if (pdev->rad_info.gfx_level >= GFX10_3) { in radv_query_perfcounter_descs()
|
D | radv_shader.c | 86 .lower_ffma32 = split_fma || device->rad_info.gfx_level < GFX10_3, in get_nir_options_for_stage() 774 .fragment_shading_rate = device->physical_device->rad_info.gfx_level >= GFX10_3, in radv_shader_spirv_to_nir() 1634 return chip == GFX10 || (chip >= GFX10_3 && !info->is_ngg); in radv_should_use_wgp_mode() 1731 } else if (pdevice->rad_info.gfx_level <= GFX10_3) { in radv_postprocess_config() 2673 if (gfx_level == GFX10_3)
|
/third_party/mesa3d/src/gallium/winsys/amdgpu/drm/ |
D | amdgpu_winsys.c | 71 ws->info.gfx_level = GFX10_3; in handle_env_var_force_family()
|