P4 to Git Change 1126570 by gandryey@gera-dev-w7 on 2015/03/02 18:19:35
ECR #304775 - In addition to CL#1126564
- Keep just tile index field from the parent
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpuresource.cpp#209 edit
[ROCm/clr commit: a8349b692f]
이 커밋은 다음에 포함됨:
@@ -1005,7 +1005,8 @@ Resource::create(MemoryType memType, CreateParams* params, bool heap)
|
||||
if ((memoryType() == ImageView) &&
|
||||
(viewChannelOrder == GSL_CHANNEL_ORDER_REPLICATE_R)) {
|
||||
if ((hwState_[3] & 0x1f00000) == 0xe00000) {
|
||||
hwState_[3] = (hwState_[3] & 0xfe0fffff) | viewOwner_->hwState_[3];
|
||||
hwState_[3] = (hwState_[3] & 0xfe0fffff) |
|
||||
(viewOwner_->hwState_[3] & 0x1f00000);
|
||||
}
|
||||
}
|
||||
hwState_[11] = 0; // one extra reserved field in the argument
|
||||
|
||||
새 이슈에서 참조
사용자 차단