mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-26 15:03:02 +08:00
Use GpuAddress for TimestampPacket programming
Change-Id: I1303605c33e2e0267a1716e12a0bfcb341fcfbd7 Signed-off-by: Dunajski, Bartosz <bartosz.dunajski@intel.com>
This commit is contained in:
committed by
sys_ocldev
parent
75fe358e5d
commit
dc181defba
@@ -291,8 +291,10 @@ const char *DebugSettingsManager<DebugLevel>::getAllocationTypeString(GraphicsAl
|
||||
return "FILL_PATTERN";
|
||||
case OCLRT::GraphicsAllocation::AllocationType::PIPE:
|
||||
return "PIPE";
|
||||
case OCLRT::GraphicsAllocation::AllocationType::TIMESTAMP_TAG_BUFFER:
|
||||
return "TIMESTAMP_TAG_BUFFER";
|
||||
case OCLRT::GraphicsAllocation::AllocationType::TIMESTAMP_PACKET_TAG_BUFFER:
|
||||
return "TIMESTAMP_PACKET_TAG_BUFFER";
|
||||
case OCLRT::GraphicsAllocation::AllocationType::PROFILING_TAG_BUFFER:
|
||||
return "PROFILING_TAG_BUFFER";
|
||||
case OCLRT::GraphicsAllocation::AllocationType::COMMAND_BUFFER:
|
||||
return "COMMAND_BUFFER";
|
||||
case OCLRT::GraphicsAllocation::AllocationType::PRINTF_SURFACE:
|
||||
|
||||
Reference in New Issue
Block a user