Update the HIP_TRSF_* flags to match their Cuda equivalents. (#1801)
[ROCm/hip commit: 9cfada0f9d]
This commit is contained in:
gecommit door
Rahul Garg
bovenliggende
f305f969b1
commit
95ee059bbb
@@ -43,9 +43,10 @@ typedef struct hipChannelFormatDesc {
|
||||
enum hipChannelFormatKind f;
|
||||
}hipChannelFormatDesc;
|
||||
|
||||
#define HIP_TRSF_NORMALIZED_COORDINATES 0x01
|
||||
#define HIP_TRSF_READ_AS_INTEGER 0x00
|
||||
#define HIP_TRSA_OVERRIDE_FORMAT 0x01
|
||||
#define HIP_TRSF_READ_AS_INTEGER 0x01
|
||||
#define HIP_TRSF_NORMALIZED_COORDINATES 0x02
|
||||
#define HIP_TRSF_SRGB 0x10
|
||||
|
||||
typedef enum hipArray_Format {
|
||||
HIP_AD_FORMAT_UNSIGNED_INT8 = 0x01,
|
||||
|
||||
Verwijs in nieuw issue
Block a user