SWDEV-319818 - Revert change on hipResourceViewDesc

Revert part of
http://gerrit-git.amd.com/c/compute/ec/hipamd/+/675588

Change-Id: Iee9dac9f8c50aa9b6a12ca9d8fd792a51973b8cd


[ROCm/clr commit: 4561a207dd]
Αυτή η υποβολή περιλαμβάνεται σε:
Tao Sang
2022-05-12 12:06:03 -04:00
γονέας a206abcaa1
υποβολή 79d6018cd7
@@ -88,7 +88,9 @@ hipError_t ihipCreateTextureObject(hipTextureObject_t* pTexObject,
return hipErrorInvalidValue;
}
if (pResViewDesc != nullptr && pResDesc->resType == hipResourceTypeLinear) {
// pResViewDesc can only be specified if the type of resource is a HIP array or a HIP mipmapped array.
if ((pResViewDesc != nullptr) &&
((pResDesc->resType != hipResourceTypeArray) && (pResDesc->resType != hipResourceTypeMipmappedArray))) {
return hipErrorInvalidValue;
}