summaryrefslogtreecommitdiff
path: root/lib/gen9_render.h
blob: 2cd753023c1ca01ac620458d132dc57cbe8565f9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#ifndef GEN9_RENDER_H
#define GEN9_RENDER_H

#include "gen8_render.h"

#define GEN7_3DSTATE_VF				GEN6_3D(3, 0, 0x0c)

#define GEN9_SBE_ACTIVE_COMPONENT_NONE		0
#define GEN9_SBE_ACTIVE_COMPONENT_XY		1
#define GEN9_SBE_ACTIVE_COMPONENT_XYZ		2
#define GEN9_SBE_ACTIVE_COMPONENT_XYZW		3

#define GEN9_PIPELINE_SELECTION_MASK		(3 << 8)

#endif