Home
last modified time | relevance | path

Searched refs:has_ls_vgpr_init_bug (Results 1 - 10 of 10) sorted by relevance

/third_party/mesa3d/src/amd/compiler/
H A Daco_shader_info.h191 bool has_ls_vgpr_init_bug; member
H A Daco_instruction_selection.cpp11930 if (unlikely(ctx.options->has_ls_vgpr_init_bug && ctx.stage == vertex_tess_control_hs))
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_aco_shader_info.h165 ASSIGN_FIELD(has_ls_vgpr_init_bug); in radv_aco_convert_opts()
H A Dradv_shader.h128 bool has_ls_vgpr_init_bug; member
H A Dradv_shader.c2220 options->has_ls_vgpr_init_bug = device->physical_device->rad_info.has_ls_vgpr_init_bug;
H A Dradv_nir_to_llvm.c1404 if (options->has_ls_vgpr_init_bug && in ac_translate_nir_to_llvm()
/third_party/mesa3d/src/amd/common/
H A Dac_gpu_info.h104 bool has_ls_vgpr_init_bug; member
H A Dac_gpu_info.c1096 info->has_ls_vgpr_init_bug = info->family == CHIP_VEGA10 || info->family == CHIP_RAVEN; in ac_query_gpu_info()
1473 fprintf(f, " has_ls_vgpr_init_bug = %i\n", info->has_ls_vgpr_init_bug); in ac_print_gpu_info()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_shader_llvm_vs.c915 if (key->vs_prolog.as_ls && ctx->screen->info.has_ls_vgpr_init_bug) { in si_llvm_build_vs_prolog()
H A Dsi_state_draw.cpp2207 if (GFX_VERSION == GFX9 && sctx->screen->info.has_ls_vgpr_init_bug) {

Completed in 35 milliseconds