mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-21 21:32:56 +00:00
lib: add missing includes to headers
Signed-off-by: Thomas Wood <thomas.wood@intel.com> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
This commit is contained in:
committed by
Daniel Vetter
parent
5874daddc4
commit
d96490af99
@@ -1,6 +1,8 @@
|
||||
#ifndef GEN7_RENDER_H
|
||||
#define GEN7_RENDER_H
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
#define INTEL_MASK(high, low) (((1 << ((high) - (low) + 1)) - 1) << (low))
|
||||
|
||||
#define GEN7_3D(Pipeline,Opcode,Subopcode) ((3 << 29) | \
|
||||
|
||||
Reference in New Issue
Block a user