Searched refs:vs_rel_patch_id (Results 1 – 7 of 7) sorted by relevance
/third_party/mesa3d/src/amd/common/ |
D | ac_shader_args.h | 83 struct ac_arg vs_rel_patch_id; member
|
/third_party/mesa3d/src/amd/vulkan/ |
D | radv_nir_to_llvm.c | 61 LLVMValueRef vs_rel_patch_id; member 1301 ctx->vs_rel_patch_id = in ac_nir_fixup_ls_hs_input_vgprs() 1303 ctx->vs_rel_patch_id, ""); in ac_nir_fixup_ls_hs_input_vgprs() 1399 if (args->ac.vs_rel_patch_id.used) in ac_translate_nir_to_llvm() 1400 ctx.vs_rel_patch_id = ac_get_arg(&ctx.ac, args->ac.vs_rel_patch_id); in ac_translate_nir_to_llvm()
|
D | radv_shader_args.c | 314 ac_add_arg(&args->ac, AC_ARG_VGPR, 1, AC_ARG_INT, &args->ac.vs_rel_patch_id); in declare_vs_input_vgprs() 318 ac_add_arg(&args->ac, AC_ARG_VGPR, 1, AC_ARG_INT, &args->ac.vs_rel_patch_id); in declare_vs_input_vgprs()
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_shader.c | 326 ac_add_arg(&ctx->args, AC_ARG_VGPR, 1, AC_ARG_INT, &ctx->args.vs_rel_patch_id); in declare_vs_input_vgprs() 330 ac_add_arg(&ctx->args, AC_ARG_VGPR, 1, AC_ARG_INT, &ctx->args.vs_rel_patch_id); in declare_vs_input_vgprs()
|
/third_party/mesa3d/src/amd/llvm/ |
D | ac_nir_to_llvm.c | 3038 } else if (ctx->args->vs_rel_patch_id.used) { in visit_load_local_invocation_index() 3039 return ac_get_arg(&ctx->ac, ctx->args->vs_rel_patch_id); in visit_load_local_invocation_index()
|
/third_party/mesa3d/src/amd/compiler/ |
D | aco_instruction_selection.cpp | 8556 get_arg(ctx, ctx->args->ac.vs_rel_patch_id)); in visit_intrinsic() 11654 Temp vs_rel_patch_id = in fix_ls_vgpr_init_bug() local 11656 get_arg(ctx, ctx->args->ac.vs_rel_patch_id), ls_has_nonzero_hs_threads); in fix_ls_vgpr_init_bug() 11662 ctx->arg_temps[ctx->args->ac.vs_rel_patch_id.arg_index] = vs_rel_patch_id; in fix_ls_vgpr_init_bug()
|
/third_party/mesa3d/docs/relnotes/ |
D | 22.2.0.rst | 3921 - radeonsi/gfx11: use the new TCS WaveID SGPR to compute vs_rel_patch_id 5414 - radv,aco: use the new TCS WaveID SGPR to compute vs_rel_patch_id on GFX11
|