Home
last modified time | relevance | path

Searched refs:GFX11 (Results 1 – 25 of 70) sorted by relevance

123

/third_party/mesa3d/src/intel/compiler/
Dbrw_gfx_ver_enum.h40 GFX11 = (1 << 9), enumerator
62 case 110: return GFX11; in gfx_ver_from_devinfo()
Dbrw_eu.c624 { 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/
Dsi_cmd_buffer.c109 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 …]
Dradv_shader_args.c309 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()
Dradv_device.c589 .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/
Dsi_state.c114 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 …]
Dsi_compute.c158 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()
Dsi_state_draw.cpp46 #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 …]
Dsi_clear.c109 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()
Dsi_gfx_cs.c119 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()
Dsi_get.c180 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()
Dsi_state_shaders.cpp718 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 …]
Dsi_shader_llvm_resources.c75 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()
Dsi_shader_llvm_gs.c61 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()
Dsi_shader_llvm_ps.c88 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/
Dac_surface_test_common.h143 info->gfx_level = GFX11; in init_gfx11()
209 case GFX11: in get_radeon_info()
Dac_shader_util.c96 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()
Dgfx10_format_table.h50 if (info->gfx_level >= GFX11) in ac_get_gfx10_format_table()
Dac_shadowed_regs.c1258 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()
Damd_family.h154 GFX11, enumerator
Dac_binary.c97 if (info->gfx_level >= GFX11) in ac_parse_shader_binary_config()
Dac_gpu_info.c850 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()
Dac_surface_meta_address_test.c332 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/
Dtest_to_hw_instr.cpp226 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/
Daco_ir.cpp91 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()

123