panfrost: Inline away MALI_NEGATIVE
[mesa.git] / src / panfrost / include / panfrost-job.h
index 157f05ced09ee4b6325b46c2fe91f0e1b0f93676..8af66a8a3060b2f031903d742a5458516b210ecc 100644 (file)
@@ -1151,10 +1151,6 @@ struct bifrost_payload_fused {
 
 #define MALI_POSITIVE(dim) (dim - 1)
 
-/* Opposite of MALI_POSITIVE, found in the depth_units field */
-
-#define MALI_NEGATIVE(dim) (dim + 1)
-
 /* Used with wrapping. Incomplete (this is a 4-bit field...) */
 
 enum mali_wrap_mode {