[hip] Those texture interfaces are C interfaces should be always exposed.

Change-Id: Ie34f1420839b17486346149b1672e70ec0088b54


[ROCm/clr commit: cbe2bedf42]
Αυτή η υποβολή περιλαμβάνεται σε:
Michael LIAO
2020-05-27 15:03:59 -04:00
γονέας df67d8971a
υποβολή 5a6bdf5b02
@@ -3377,7 +3377,7 @@ hipError_t hipLaunchKernel(const void* function_address,
size_t sharedMemBytes __dparm(0),
hipStream_t stream __dparm(0));
#if __HIP_ROCclr__
#if __HIP_ROCclr__ || !defined(__HCC__)
hipError_t hipBindTexture(
size_t* offset,
const textureReference* tex,