From 62fc6c85e02d0a1e932546f84085c0b6bb76239b Mon Sep 17 00:00:00 2001 From: Rahul Garg Date: Mon, 2 Apr 2018 21:47:20 +0530 Subject: [PATCH] Fix texture driver api TRFS flags --- include/hip/hcc_detail/driver_types.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/hip/hcc_detail/driver_types.h b/include/hip/hcc_detail/driver_types.h index a0d2e5bd77..c25053ec32 100644 --- a/include/hip/hcc_detail/driver_types.h +++ b/include/hip/hcc_detail/driver_types.h @@ -39,8 +39,8 @@ struct hipChannelFormatDesc { enum hipChannelFormatKind f; }; -#define HIP_TRSF_NORMALIZED_COORDINATES 0x02 -#define HIP_TRSF_READ_AS_INTEGER 0x01 +#define HIP_TRSF_NORMALIZED_COORDINATES 0x01 +#define HIP_TRSF_READ_AS_INTEGER 0x00 #define HIP_TRSA_OVERRIDE_FORMAT 0x01 enum hipArray_Format {