gallium: Use common CONCAT/PASTE macros

Signed-off-by: Matt Coster <matt.coster@imgtec.com>
Reviewed-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/16945>
This commit is contained in:
Matt Coster
2022-06-08 11:44:49 +01:00
committed by Marge Bot
parent f3c6ed77be
commit c411e2df70
2 changed files with 1 additions and 6 deletions
@@ -23,6 +23,7 @@
* DEALINGS IN THE SOFTWARE.
*/
#include "util/macros.h"
#include "util/u_math.h"
#include "util/u_memory.h"
@@ -23,9 +23,6 @@
* DEALINGS IN THE SOFTWARE.
*/
#define PASTE2(name, elt_type) name ## elt_type
#define CONCAT2(name, elt_type) PASTE2(name, elt_type)
#ifdef ELT_TYPE
/**
@@ -304,8 +301,5 @@ vsplit_segment_fan_linear(struct vsplit_frontend *vsplit, unsigned flags,
#include "draw_split_tmp.h"
#undef PASTE2
#undef CONCAT2
#undef ELT_TYPE
#undef ADD_CACHE