mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 03:08:05 +02:00
intel: Cleanup duplicate ALIGN macro defines
Use ALIGN function instead Signed-off-by: Yonggang Luo <luoyonggang@gmail.com> Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26864>
This commit is contained in:
parent
8665ce27bc
commit
5a2aa3ff88
1 changed files with 0 additions and 4 deletions
|
|
@ -34,10 +34,6 @@
|
|||
|
||||
#include "util/u_math.h"
|
||||
|
||||
#ifndef ALIGN
|
||||
#define ALIGN(x, y) (((x) + (y)-1) & ~((y)-1))
|
||||
#endif
|
||||
|
||||
#define MI_BATCH_NON_SECURE_I965 (1 << 8)
|
||||
|
||||
#define min(a, b) ({ \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue