genxml: Make MI_STORE_DATA_IMM have a single 64-bit data field

This is way more convenient than having two separate dword fields.

Reviewed-By: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
This commit is contained in:
Jason Ekstrand
2017-03-14 16:22:00 -07:00
parent ced61fd53e
commit 1d5f4f46da
6 changed files with 6 additions and 12 deletions

View File

@@ -283,8 +283,7 @@ void genX(CmdResetQueryPool)(
.bo = &pool->bo,
.offset = (firstQuery + i) * pool->stride,
};
sdm.DataDWord0 = 0;
sdm.DataDWord1 = 0;
sdm.ImmediateData = 0;
}
}
}