mesa/atifs: Rename the header guard.
authorEmma Anholt <emma@anholt.net>
Thu, 18 May 2023 21:59:06 +0000 (14:59 -0700)
committerMarge Bot <emma+marge@anholt.net>
Mon, 12 Jun 2023 17:37:55 +0000 (17:37 +0000)
Just a bit more cleanup as I grep around for "what TGSI is left in the GL
frontend?"

Reviewed-by: Alyssa Rosenzweig <alyssa@rosenzweig.io>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/23114>

src/mesa/state_tracker/st_atifs_to_nir.h

index f13a321..88d8402 100644 (file)
@@ -20,8 +20,8 @@
  * OTHER DEALINGS IN THE SOFTWARE.
  */
 
-#ifndef ST_ATIFS_TO_TGSI_H
-#define ST_ATIFS_TO_TGSI_H
+#ifndef ST_ATIFS_TO_NIR_H
+#define ST_ATIFS_TO_NIR_H
 
 #include "util/glheader.h"
 #include "pipe/p_defines.h"
@@ -47,4 +47,4 @@ bool st_nir_lower_atifs_samplers(struct nir_shader *s, const uint8_t *texture_in
 } /* extern "C" */
 #endif
 
-#endif /* ST_ATIFS_TO_TGSI_H */
+#endif /* ST_ATIFS_TO_NIR_H */