radeonsi: remove unused SI_OP_IS_NESTED

Reviewed-by: Pierre-Eric Pelloux-Prayer <pierre-eric.pelloux-prayer@amd.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/31193>
This commit is contained in:
Marek Olšák
2024-08-22 17:34:17 -04:00
committed by Marge Bot
parent c2d8cba0b4
commit 0923bd1c5f
-1
View File
@@ -1466,7 +1466,6 @@ void si_destroy_compute(struct si_compute *program);
/* gap */
/* Only for si_compute_blit: */
#define SI_OP_FAIL_IF_SLOW (1 << 9)
#define SI_OP_IS_NESTED (1 << 10)
void si_barrier_before_internal_op(struct si_context *sctx, unsigned flags,
unsigned num_buffers,