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. */