From 2296b63a866ee841784e23cb092edca70c9eb25b Mon Sep 17 00:00:00 2001 From: foreman Date: Fri, 16 Aug 2019 13:27:47 -0400 Subject: [PATCH] P4 to Git Change 1984568 by kjayapra@4_HIPWS_RCCM_ROCM on 2019/08/16 13:19:53 SWDEV-144570 - Code changes to support Texture header changes. Affected files ... ... //depot/stg/opencl/drivers/opencl/api/hip/hip_texture.cpp#15 edit --- api/hip/hip_texture.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/hip/hip_texture.cpp b/api/hip/hip_texture.cpp index 08754fd773..28c8c32e04 100644 --- a/api/hip/hip_texture.cpp +++ b/api/hip/hip_texture.cpp @@ -442,7 +442,7 @@ hipError_t hipBindTextureToArray(textureReference* tex, hipArray_const_t array, HIP_RETURN(hipErrorUnknown); } -hipError_t ihipBindTextureImpl(int dim, enum hipTextureReadMode readMode, size_t* offset, +hipError_t ihipBindTextureImpl(TlsData* tls, int dim, enum hipTextureReadMode readMode, size_t* offset, const void* devPtr, const struct hipChannelFormatDesc* desc, size_t size, textureReference* tex) { HIP_INIT_API(dim, readMode, offset, devPtr, size, tex);