mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-04 07:14:10 +08:00
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:
committed by
sys_ocldev
parent
ea8cfc1270
commit
c9e25a0faf
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user