hiptexrefsetaddress Interface Reference

hiptexrefsetaddress Interface Reference#

HIPFORT API Reference: hipfort::hiptexrefsetaddress Interface Reference
hipfort::hiptexrefsetaddress Interface Reference

Sets an bound address for a texture reference [Deprecated]. More...

Public Member Functions

integer(kind(hipsuccess)) function hiptexrefsetaddress_ (byteoffset, texref, dptr, bytes)
 

Detailed Description

Sets an bound address for a texture reference [Deprecated].

Parameters
[out]ByteOffsetPointer of the offset in bytes.
[in]texRefPointer of texture reference.
[in]dptrPointer of device address to bind.
[in]bytesSize in bytes.
Returns
hipSuccess, hipErrorInvalidValue
Warning
This API is deprecated.

Member Function/Subroutine Documentation

◆ hiptexrefsetaddress_()

integer(kind(hipsuccess)) function hipfort::hiptexrefsetaddress::hiptexrefsetaddress_ ( integer(c_size_t)  byteoffset,
type(texturereference texref,
type(c_ptr), value  dptr,
integer(c_size_t), value  bytes 
)

The documentation for this interface was generated from the following file: