mirror of
https://github.com/intel/compute-runtime.git
synced 2025-09-15 13:01:45 +08:00
fix types used
- value32 is 32 not 64bits - DDI should be bool Change-Id: Ic077bc2882974639f1e6e4592971a614b3d4c88c
This commit is contained in:
@ -131,7 +131,7 @@ typedef struct {
|
||||
typedef struct {
|
||||
uint32_t offset;
|
||||
union {
|
||||
uint64_t value32;
|
||||
uint32_t value32;
|
||||
uint64_t value64;
|
||||
};
|
||||
uint32_t bitSize;
|
||||
@ -169,7 +169,7 @@ typedef struct {
|
||||
void *hAdapter;
|
||||
void *hDevice;
|
||||
void *pfnEscapeCb;
|
||||
int DDI;
|
||||
bool DDI;
|
||||
} InstrEscCbData;
|
||||
|
||||
int instrAutoSamplingStart(
|
||||
|
Reference in New Issue
Block a user