ac/llvm,radeonsi: lower nir_load_user_clip_plane in abi

Reviewed-by: Pierre-Eric Pelloux-Prayer <pierre-eric.pelloux-prayer@amd.com>
Reviewed-by: Marek Olšák <marek.olsak@amd.com>
Signed-off-by: Qiang Yu <yuq825@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/18010>
This commit is contained in:
Qiang Yu
2022-08-10 23:28:11 +08:00
committed by Marge Bot
parent 84abc307a5
commit daf5d30b59
4 changed files with 6 additions and 17 deletions

View File

@@ -116,8 +116,6 @@ struct ac_shader_abi {
LLVMValueRef (*load_sample_position)(struct ac_shader_abi *abi, LLVMValueRef sample_id);
LLVMValueRef (*load_user_clip_plane)(struct ac_shader_abi *abi, unsigned ucp_id);
LLVMValueRef (*load_streamout_buffer)(struct ac_shader_abi *abi, unsigned buffer);
LLVMValueRef (*emit_fbfetch)(struct ac_shader_abi *abi);