mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-12 10:26:12 +00:00
assembler: Group the header inclusions together
Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
This commit is contained in:
parent
f0365d40b4
commit
d9afa5bfea
@ -34,6 +34,8 @@
|
|||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
|
|
||||||
#include "brw_reg.h"
|
#include "brw_reg.h"
|
||||||
|
#include "brw_defines.h"
|
||||||
|
#include "brw_structs.h"
|
||||||
|
|
||||||
extern long int gen_level;
|
extern long int gen_level;
|
||||||
extern int advanced_flag;
|
extern int advanced_flag;
|
||||||
@ -57,9 +59,6 @@ extern struct brw_compile genasm_compile;
|
|||||||
/* Predicate to match Haswell processors */
|
/* Predicate to match Haswell processors */
|
||||||
#define IS_HASWELL(x) (gen_level == 75)
|
#define IS_HASWELL(x) (gen_level == 75)
|
||||||
|
|
||||||
#include "brw_defines.h"
|
|
||||||
#include "brw_structs.h"
|
|
||||||
|
|
||||||
void yyerror (char *msg);
|
void yyerror (char *msg);
|
||||||
|
|
||||||
#define STRUCT_SIZE_ASSERT(TYPE, SIZE) \
|
#define STRUCT_SIZE_ASSERT(TYPE, SIZE) \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user