Mark constant arguments as read only in kernel argument info.

Change-Id: Icf49d9da060a144bc73e580ab77245e580e4812d
Signed-off-by: Mrozek, Michal <michal.mrozek@intel.com>
This commit is contained in:
Mrozek, Michal
2019-07-31 11:27:24 +02:00
committed by sys_ocldev
parent ea8cfc1270
commit c9e25a0faf
4 changed files with 24 additions and 2 deletions

View File

@@ -36,6 +36,7 @@ struct KernelArgInfo {
bool isDeviceQueue = false;
bool isBuffer = false;
bool pureStatefulBufferAccess = false;
bool isReadOnly = false;
uint32_t samplerArgumentType = 0;
uint32_t offsetImgWidth = undefinedOffset;
uint32_t offsetImgHeight = undefinedOffset;