/third_party/mesa3d/src/intel/compiler/ |
D | brw_gfx_ver_enum.h | 40 GFX11 = (1 << 9), enumerator 62 case 110: return GFX11; in gfx_ver_from_devinfo()
|
D | brw_eu.c | 624 { BRW_OPCODE_ROR, 14, "ror", 2, 1, GFX11 }, 626 { BRW_OPCODE_ROL, 15, "rol", 2, 1, GFX11 }, 693 { BRW_OPCODE_DP4, 84, "dp4", 2, 1, GFX_LT(GFX11) }, 694 { BRW_OPCODE_DPH, 85, "dph", 2, 1, GFX_LT(GFX11) }, 695 { BRW_OPCODE_DP3, 86, "dp3", 2, 1, GFX_LT(GFX11) }, 696 { BRW_OPCODE_DP2, 87, "dp2", 2, 1, GFX_LT(GFX11) },
|
/third_party/mesa3d/src/amd/vulkan/ |
D | si_cmd_buffer.c | 109 device->physical_device->rad_info.gfx_level < GFX11) { in si_emit_compute() 155 if (device->physical_device->rad_info.gfx_level >= GFX11) { in si_emit_compute() 227 if (physical_device->rad_info.gfx_level < GFX11) { in si_emit_graphics() 236 if (!has_clear_state && physical_device->rad_info.gfx_level < GFX11) in si_emit_graphics() 293 if (physical_device->rad_info.gfx_level < GFX11) { in si_emit_graphics() 334 if (device->physical_device->rad_info.gfx_level < GFX11) in si_emit_graphics() 353 physical_device->rad_info.gfx_level < GFX11) { in si_emit_graphics() 391 S_00B01C_LDS_GROUP_SIZE(physical_device->rad_info.gfx_level >= GFX11), in si_emit_graphics() 410 uint32_t max_deallocs_in_wave = physical_device->rad_info.gfx_level >= GFX11 ? 16 : 512; in si_emit_graphics() 414 if (physical_device->rad_info.gfx_level < GFX11) in si_emit_graphics() [all …]
|
D | radv_shader_args.c | 309 if (gfx_level >= GFX11) { in declare_vs_input_vgprs() 611 if (args->explicit_scratch_args && gfx_level < GFX11) { in radv_declare_shader_args() 615 if (gfx_level >= GFX11) in radv_declare_shader_args() 657 if (gfx_level >= GFX11) { in radv_declare_shader_args() 728 if (gfx_level < GFX11) { in radv_declare_shader_args() 802 if (args->explicit_scratch_args && gfx_level < GFX11) { in radv_declare_shader_args() 909 if (gfx_level < GFX11) in radv_declare_ps_epilog_args()
|
D | radv_device.c | 589 .EXT_transform_feedback = device->rad_info.gfx_level < GFX11, in radv_physical_device_get_supported_extensions() 606 .AMD_shader_fragment_mask = device->rad_info.gfx_level < GFX11, in radv_physical_device_get_supported_extensions() 764 if (device->rad_info.gfx_level >= GFX11) { in radv_physical_device_try_create() 823 device->rad_info.gfx_level >= GFX11; in radv_physical_device_try_create() 1487 features->transformFeedback = pdevice->rad_info.gfx_level < GFX11; in radv_GetPhysicalDeviceFeatures2() 1488 … features->geometryStreams = !pdevice->use_ngg_streamout && pdevice->rad_info.gfx_level < GFX11; in radv_GetPhysicalDeviceFeatures2() 1646 pdevice->rad_info.gfx_level < GFX11; /* TODO: VRS no longer uses HTILE. */ in radv_GetPhysicalDeviceFeatures2() 3873 if (device->physical_device->rad_info.gfx_level >= GFX11) in radv_fill_shader_rings() 3878 if (device->physical_device->rad_info.gfx_level >= GFX11) { in radv_fill_shader_rings() 3902 if (device->physical_device->rad_info.gfx_level >= GFX11) { in radv_fill_shader_rings() [all …]
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_state.c | 114 if (sctx->gfx_level >= GFX11) { in si_emit_cb_render_state() 124 S_028424_DISABLE_CONSTANT_ENCODE_REG(sctx->gfx_level < GFX11 && in si_emit_cb_render_state() 153 format = sctx->gfx_level >= GFX11 ? G_028C70_FORMAT_GFX11(surf->cb_color_info): in si_emit_cb_render_state() 160 … has_alpha = !(sctx->gfx_level >= GFX11 ? G_028C74_FORCE_DST_ALPHA_1_GFX11(surf->cb_color_attrib): in si_emit_cb_render_state() 316 return gfx_level >= GFX11 ? V_028780_BLEND_CONSTANT_COLOR_GFX11: in si_translate_blend_factor() 319 return gfx_level >= GFX11 ? V_028780_BLEND_CONSTANT_ALPHA_GFX11 : in si_translate_blend_factor() 332 return gfx_level >= GFX11 ? V_028780_BLEND_ONE_MINUS_CONSTANT_COLOR_GFX11: in si_translate_blend_factor() 335 return gfx_level >= GFX11 ? V_028780_BLEND_ONE_MINUS_CONSTANT_ALPHA_GFX11: in si_translate_blend_factor() 338 return gfx_level >= GFX11 ? V_028780_BLEND_SRC1_COLOR_GFX11: in si_translate_blend_factor() 341 return gfx_level >= GFX11 ? V_028780_BLEND_SRC1_ALPHA_GFX11: in si_translate_blend_factor() [all …]
|
D | si_compute.c | 158 if (sscreen->info.gfx_level < GFX11) in si_create_compute_state_async() 426 if (sctx->gfx_level >= GFX9 && sctx->gfx_level < GFX11 && in si_emit_initial_compute_regs() 449 if (sctx->gfx_level < GFX11) in si_emit_initial_compute_regs() 453 if (sctx->gfx_level >= GFX11) { in si_emit_initial_compute_regs() 489 if (sctx->gfx_level < GFX11) { in si_setup_compute_scratch_buffer() 568 if (sctx->gfx_level >= GFX11) { in si_switch_compute_shader() 573 if (sctx->gfx_level >= GFX11 && shader->scratch_bo) { in si_switch_compute_shader() 611 if (sctx->gfx_level >= GFX11) in setup_scratch_rsrc_user_sgprs()
|
D | si_state_draw.cpp | 46 #define GFX(name) name##GFX11 180 } else if (GFX_VERSION < GFX11) { in si_update_shaders() 204 if (GFX_VERSION < GFX11) { in si_update_shaders() 293 (GFX_VERSION == GFX11 && sctx->screen->info.has_export_conflict_bug)) in si_update_shaders() 416 if (GFX_VERSION >= GFX11) in si_cp_dma_prefetch_inline() 473 case GFX11: in si_cp_dma_prefetch() 474 si_cp_dma_prefetch_inline<GFX11>(sctx, buf, offset, size); in si_cp_dma_prefetch() 511 if (GFX_VERSION >= GFX11) { in si_prefetch_shaders() 1174 if (GFX_VERSION >= GFX11) in si_emit_rasterizer_prim_state() 1318 if (GFX_VERSION >= GFX11) { in gfx10_emit_ge_cntl() [all …]
|
D | si_clear.c | 109 assert(sscreen->info.gfx_level < GFX11); in si_alloc_separate_cmask() 433 if (sctx->gfx_level < GFX11 && tex->buffer.b.b.nr_storage_samples >= 4) in vi_dcc_get_clear_info() 734 if (sctx->gfx_level >= GFX11) { in si_fast_clear() 782 assert(sctx->gfx_level < GFX11); /* no FMASK/CMASK on GFX11 */ in si_fast_clear() 791 if (sctx->gfx_level >= GFX11) in si_fast_clear() 878 assert(sctx->gfx_level < GFX11); /* no decompression needed on GFX11 */ in si_fast_clear() 893 assert(sctx->gfx_level < GFX11); in si_fast_clear()
|
D | si_gfx_cs.c | 119 if (ctx->gfx_level == GFX11 && ctx->tess_rings) { in si_flush_gfx_cs() 309 if (ctx->gfx_level >= GFX11) in si_set_tracked_regs_to_clear_state() 621 assert(ctx->gfx_level < GFX11); in si_get_wait_mem_scratch_bo() 710 if (ctx->gfx_level != GFX11 && flags & SI_CONTEXT_FLUSH_AND_INV_DB) { in gfx10_emit_cache_flush() 725 if (ctx->gfx_level == GFX11) in gfx10_emit_cache_flush() 755 if (ctx->gfx_level >= GFX11) { in gfx10_emit_cache_flush()
|
D | si_get.c | 180 return sscreen->info.gfx_level < GFX11; in si_get_param() 638 if (sscreen->info.gfx_level >= GFX11) in si_get_video_param() 643 if (sscreen->info.gfx_level >= GFX11) in si_get_video_param() 655 if (sscreen->info.gfx_level >= GFX11) in si_get_video_param()
|
D | si_state_shaders.cpp | 718 if (sscreen->info.gfx_level >= GFX11) { in si_shader_hs() 1029 assert(sscreen->info.gfx_level < GFX11); /* gfx11 doesn't have the legacy pipeline */ in si_shader_gs() 1130 … (sscreen->info.gfx_level >= GFX11 ? S_00B204_CU_EN_GFX11(1) : S_00B204_CU_EN_GFX10(0xffff)) | in si_shader_gs() 1195 if (sctx->gfx_level < GFX11) { in gfx10_emit_shader_ngg_tail() 1439 if (sscreen->info.gfx_level >= GFX11) { in gfx10_shader_ngg() 1515 if (sscreen->info.gfx_level >= GFX11) { in gfx10_shader_ngg() 1640 assert(sscreen->info.gfx_level < GFX11); in si_shader_vs() 1992 if ((sscreen->info.gfx_level == GFX11 && !num_interp && shader->config.lds_size) || in si_shader_ps() 2025 if (sscreen->info.gfx_level >= GFX11) { in si_shader_ps() 2285 key->ps.part.epilog.dual_src_blend_swizzle = sctx->gfx_level >= GFX11 && in si_ps_key_update_framebuffer_blend() [all …]
|
D | si_shader_llvm_resources.c | 75 if (ctx->screen->info.gfx_level >= GFX11) in load_const_buffer_desc_fast_path() 225 assert(ctx->screen->info.gfx_level < GFX11); in si_load_sampler_desc()
|
D | si_shader_llvm_gs.c | 61 if (ctx->screen->info.gfx_level >= GFX11) in si_set_es_return_value_for_gs() 71 if (ctx->screen->info.gfx_level >= GFX11) in si_set_es_return_value_for_gs() 304 if (ctx->ac.gfx_level >= GFX11) in si_preload_gs_rings()
|
D | si_shader_llvm_ps.c | 88 if (ctx->screen->info.gfx_level < GFX11 && in si_nir_emit_fbfetch() 286 assert(ctx->ac.gfx_level >= GFX11); in si_llvm_init_ps_export_args() 387 if (ctx->screen->info.gfx_level >= GFX11) in si_llvm_init_ps_export_args() 917 assert(ctx->ac.gfx_level >= GFX11); in si_llvm_build_ps_epilog()
|
/third_party/mesa3d/src/amd/common/ |
D | ac_surface_test_common.h | 143 info->gfx_level = GFX11; in init_gfx11() 209 case GFX11: in get_radeon_info()
|
D | ac_shader_util.c | 96 assert (gfx_level < GFX11); in ac_vgt_gs_mode() 123 if (gfx_level >= GFX11) { in ac_get_tbuffer_format() 828 const unsigned size_shift = info->gfx_level >= GFX11 ? 8 : 10; in ac_get_scratch_tmpring_size() 844 if (info->gfx_level >= GFX11) in ac_get_scratch_tmpring_size()
|
D | gfx10_format_table.h | 50 if (info->gfx_level >= GFX11) in ac_get_gfx10_format_table()
|
D | ac_shadowed_regs.c | 1258 if (gfx_level == GFX11) in ac_get_reg_ranges() 1268 if (gfx_level == GFX11) in ac_get_reg_ranges() 1278 if (gfx_level == GFX11) in ac_get_reg_ranges() 1288 if (gfx_level == GFX11) in ac_get_reg_ranges() 1298 if (gfx_level == GFX11) in ac_get_reg_ranges() 4034 if (info->gfx_level >= GFX11) { in ac_emulate_clear_state()
|
D | amd_family.h | 154 GFX11, enumerator
|
D | ac_binary.c | 97 if (info->gfx_level >= GFX11) in ac_parse_shader_binary_config()
|
D | ac_gpu_info.c | 850 info->gfx_level = GFX11; in ac_query_gpu_info() 937 info->has_eqaa_surface_allocator = info->gfx_level < GFX11; in ac_query_gpu_info() 1137 info->has_export_conflict_bug = info->gfx_level == GFX11; in ac_query_gpu_info() 1143 if (info->gfx_level >= GFX11) { in ac_query_gpu_info() 1222 if (info->gfx_level >= GFX11) { in ac_query_gpu_info() 1292 info->never_send_perfcounter_stop = info->gfx_level == GFX11; in ac_query_gpu_info() 1909 if (info->gfx_level >= GFX11) { in ac_get_hs_info() 1950 if (info->gfx_level >= GFX11) { in ac_get_hs_info()
|
D | ac_surface_meta_address_test.c | 332 case GFX11: in run_dcc_address_test() 510 case GFX11: in run_htile_address_test() 679 if (info->gfx_level >= GFX11) in run_cmask_address_test()
|
/third_party/mesa3d/src/amd/compiler/tests/ |
D | test_to_hw_instr.cpp | 226 for (amd_gfx_level lvl : {GFX8, GFX9, GFX11}) { 421 for (amd_gfx_level lvl : {GFX9, GFX10, GFX11}) { 604 for (amd_gfx_level lvl : {GFX7, GFX8, GFX9, GFX11}) { 703 for (amd_gfx_level lvl : {GFX7, GFX8, GFX9, GFX11}) {
|
/third_party/mesa3d/src/amd/compiler/ |
D | aco_ir.cpp | 91 program->dev.lds_encoding_granule = gfx_level >= GFX11 && stage == fragment_fs ? 1024 : in init_program() 158 if (program->gfx_level >= GFX11) { in init_program() 208 if (gfx_level < GFX8 || gfx_level >= GFX11 || instr->isDPP() || instr->isVOP3P()) in can_use_SDWA() 834 case GFX11: in pack()
|