ac/llvm: implement VK_AMD_shader_explicit_vertex_parameter
[mesa.git] / src / amd / common / ac_shader_args.h
index 5aa9125dbbcaafc38c3c48ba025847327454bd8e..90798c6eabd835b5047fdfe92c4ec6824308bb9e 100644 (file)
@@ -87,6 +87,7 @@ struct ac_shader_args {
        struct ac_arg persp_sample;
        struct ac_arg persp_center;
        struct ac_arg persp_centroid;
+       struct ac_arg pull_model;
        struct ac_arg linear_sample;
        struct ac_arg linear_center;
        struct ac_arg linear_centroid;