amd/common: do not rely on the pipeline for the push constants logic
[mesa.git] / src / amd / common / ac_shader_info.h
index 437859f8910ddbcc3e9da94a5dee4e7de021a0ce..9c9a8473a4c3897683b97ee69f28988c87aa3cd8 100644 (file)
@@ -28,7 +28,7 @@ struct nir_shader;
 struct ac_nir_compiler_options;
 
 struct ac_shader_info {
-       bool needs_push_constants;
+       bool loads_push_constants;
        uint32_t desc_set_used_mask;
        bool needs_multiview_view_index;
        bool uses_invocation_id;