summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimur Kristóf <timur.kristof@gmail.com>2022-05-25 10:41:28 +0200
committerMarge Bot <emma+marge@anholt.net>2022-05-25 12:29:30 +0000
commitabcd0aa9e59eac86b6bf0f8cfc54dacf5fbf0560 (patch)
treec3c3601b438c3ee614b01f90a659581c3b5a5d35
parent5e0615c51284656333d2a8065ef2c0fe9b896227 (diff)
downloadmesa-abcd0aa9e59eac86b6bf0f8cfc54dacf5fbf0560.tar.gz
aco: Remove trailing whitespace.
Signed-off-by: Timur Kristóf <timur.kristof@gmail.com> Acked-by: Martin Roukala <martin.roukala@mupuf.org> Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl> Reviewed-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/16702>
-rw-r--r--src/amd/compiler/aco_opcodes.py2
-rw-r--r--src/amd/compiler/aco_opcodes_cpp.py2
-rw-r--r--src/amd/compiler/aco_opcodes_h.py2
3 files changed, 3 insertions, 3 deletions
diff --git a/src/amd/compiler/aco_opcodes.py b/src/amd/compiler/aco_opcodes.py
index d93d0d3c092..3a4caee884e 100644
--- a/src/amd/compiler/aco_opcodes.py
+++ b/src/amd/compiler/aco_opcodes.py
@@ -972,7 +972,7 @@ opcode("v_dot4_i32_i8", -1, 0x28, 0x16, Format.VOP3P, InstrClass.Valu32)
opcode("v_dot4_u32_u8", -1, 0x29, 0x17, Format.VOP3P, InstrClass.Valu32)
-# VINTERP instructions:
+# VINTERP instructions:
VINTRP = {
(0x00, "v_interp_p1_f32"),
(0x01, "v_interp_p2_f32"),
diff --git a/src/amd/compiler/aco_opcodes_cpp.py b/src/amd/compiler/aco_opcodes_cpp.py
index 8735a1345ea..f6bc4e3c34c 100644
--- a/src/amd/compiler/aco_opcodes_cpp.py
+++ b/src/amd/compiler/aco_opcodes_cpp.py
@@ -1,6 +1,6 @@
template = """\
-/*
+/*
* Copyright (c) 2018 Valve Corporation
*
* Permission is hereby granted, free of charge, to any person obtaining a
diff --git a/src/amd/compiler/aco_opcodes_h.py b/src/amd/compiler/aco_opcodes_h.py
index d40cfd21520..2bd77768acf 100644
--- a/src/amd/compiler/aco_opcodes_h.py
+++ b/src/amd/compiler/aco_opcodes_h.py
@@ -1,6 +1,6 @@
template = """\
-/*
+/*
* Copyright (c) 2018 Valve Corporation
*
* Permission is hereby granted, free of charge, to any person obtaining a