mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-31 12:11:31 +08:00
Add event profiling for copy commandLists
Change-Id: I9f13e48b4139b3ce3c802c2d38b0ce054e64562c Signed-off-by: Maciej Plewka <maciej.plewka@intel.com>
This commit is contained in:
committed by
sys_ocldev
parent
cb24b95833
commit
008af5b6e4
@@ -150,6 +150,11 @@ struct EncodeStoreMMIO {
|
||||
static void encode(LinearStream &csr, uint32_t offset, uint64_t address);
|
||||
static void remapOffset(MI_STORE_REGISTER_MEM *pStoreRegMem);
|
||||
};
|
||||
template <typename GfxFamily>
|
||||
struct AppendStoreMMIO {
|
||||
using MI_STORE_REGISTER_MEM = typename GfxFamily::MI_STORE_REGISTER_MEM;
|
||||
static void appendRemap(MI_STORE_REGISTER_MEM *cmd);
|
||||
};
|
||||
|
||||
template <typename GfxFamily>
|
||||
struct EncodeSurfaceState {
|
||||
|
||||
Reference in New Issue
Block a user