mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 15:58:05 +02:00
anv: remove unused defines
Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com> Reviewed-by: Kenneth Graunke <kenneth@whitecape.org> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/41047>
This commit is contained in:
parent
9ab20cc4e4
commit
373a4df639
1 changed files with 0 additions and 5 deletions
|
|
@ -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.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue