From 373a4df6392ec6ac828f76919f6694ed09cdc1a4 Mon Sep 17 00:00:00 2001 From: Lionel Landwerlin Date: Tue, 24 Mar 2026 12:26:42 +0200 Subject: [PATCH] anv: remove unused defines Signed-off-by: Lionel Landwerlin Reviewed-by: Kenneth Graunke Part-of: --- src/intel/vulkan/anv_private.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/intel/vulkan/anv_private.h b/src/intel/vulkan/anv_private.h index 67d3481cf97..bbc8003cda9 100644 --- a/src/intel/vulkan/anv_private.h +++ b/src/intel/vulkan/anv_private.h @@ -250,11 +250,6 @@ get_max_vbs(const struct intel_device_info *devinfo) { #define ANV_GRAPHICS_SHADER_STAGE_COUNT (MESA_SHADER_MESH + 1) #define ANV_RT_SHADER_STAGE_COUNT (MESA_SHADER_CALLABLE - MESA_SHADER_RAYGEN + 1) -/* Defines where various values are defined in the inline parameter register. - */ -#define ANV_INLINE_PARAM_PUSH_ADDRESS_OFFSET (0) -#define ANV_INLINE_PARAM_MESH_PROVOKING_VERTEX (8) - /* RENDER_SURFACE_STATE is a bit smaller (48b) but since it is aligned to 64 * and we can't put anything else there we use 64b. */