brw: move primitive_id_index field in fs_msaa
Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com> Reviewed-by: Ivan Briano <ivan.briano@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/35103>
This commit is contained in:
committed by
Marge Bot
parent
6336cf0ea2
commit
8fabcd754f
@@ -30,7 +30,7 @@ intel_sometimes_invert(enum intel_sometimes x)
|
||||
return (enum intel_sometimes)((int)INTEL_ALWAYS - (int)x);
|
||||
}
|
||||
|
||||
#define INTEL_MSAA_FLAG_PRIMITIVE_ID_INDEX_OFFSET (20)
|
||||
#define INTEL_MSAA_FLAG_PRIMITIVE_ID_INDEX_OFFSET (25)
|
||||
#define INTEL_MSAA_FLAG_PRIMITIVE_ID_INDEX_SIZE (6)
|
||||
#define INTEL_MSAA_FLAG_PRIMITIVE_ID_INDEX_MESH (32)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user