SWDEV-477699 - Add mapping to cuTexRefGetBorderColor and cuTexRefSetBorderColor
Change-Id: Id9e6874c5d075ddfcdb617aa7294bc40d2277a44
[ROCm/hipother commit: 4d0e2fe224]
This commit is contained in:
کامیت شده توسط
Marko Arandjelovic
والد
b352497357
کامیت
e6cf9bf06f
@@ -3604,6 +3604,14 @@ __HIP_DEPRECATED inline static hipError_t hipTexRefSetFilterMode(hipTexRef hTexR
|
||||
return hipCUResultTohipError(cuTexRefSetFilterMode(hTexRef,fm));
|
||||
}
|
||||
|
||||
__HIP_DEPRECATED inline static hipError_t hipTexRefGetBorderColor(float* pBorderColor, hipTexRef hTexRef){
|
||||
return hipCUResultTohipError(cuTexRefGetBorderColor(pBorderColor, hTexRef));
|
||||
}
|
||||
|
||||
__HIP_DEPRECATED inline static hipError_t hipTexRefSetBorderColor(hipTexRef hTexRef, float* pBorderColor){
|
||||
return hipCUResultTohipError(cuTexRefSetBorderColor(hTexRef, pBorderColor));
|
||||
}
|
||||
|
||||
inline static hipError_t hipTexRefGetAddress(hipDeviceptr_t* dev_ptr, hipTexRef texRef) {
|
||||
return hipCUResultTohipError(cuTexRefGetAddress(dev_ptr, texRef));
|
||||
}
|
||||
|
||||
مرجع در شماره جدید
Block a user