mirror of
https://github.com/intel/compute-runtime.git
synced 2025-09-15 13:01:45 +08:00
Refactor getTimestampPacketAllocator method
Signed-off-by: Bartosz Dunajski <bartosz.dunajski@intel.com>
This commit is contained in:

committed by
Compute-Runtime-Automation

parent
7d64d8e00e
commit
4a2a14fd41
@ -120,6 +120,8 @@ class CommandStreamReceiverHw : public CommandStreamReceiver {
|
||||
bool initDirectSubmission(Device &device, OsContext &osContext) override;
|
||||
GraphicsAllocation *getClearColorAllocation() override;
|
||||
|
||||
TagAllocatorBase *getTimestampPacketAllocator() override;
|
||||
|
||||
protected:
|
||||
void programPreemption(LinearStream &csr, DispatchFlags &dispatchFlags);
|
||||
void programL3(LinearStream &csr, DispatchFlags &dispatchFlags, uint32_t &newL3Config);
|
||||
|
Reference in New Issue
Block a user