hiptexrefsetaddress2d Interface Reference

hiptexrefsetaddress2d Interface Reference#

HIPFORT API Reference: hipfort::hiptexrefsetaddress2d Interface Reference
hipfort::hiptexrefsetaddress2d Interface Reference

Set a bind an address as a 2D texture reference [Deprecated]. More...

Public Member Functions

integer(kind(hipsuccess)) function hiptexrefsetaddress2d_ (texref, desc, dptr, pitch)
 

Detailed Description

Set a bind an address as a 2D texture reference [Deprecated].

Parameters
[in]texRefPointer of texture reference.
[in]descPointer of array descriptor.
[in]dptrPointer of device address to bind.
[in]PitchPitch in bytes.
Returns
hipSuccess, hipErrorInvalidValue, hipErrorNotSupported
Warning
This API is deprecated.

Member Function/Subroutine Documentation

◆ hiptexrefsetaddress2d_()

integer(kind(hipsuccess)) function hipfort::hiptexrefsetaddress2d::hiptexrefsetaddress2d_ ( type(texturereference texref,
type(hip_array_descriptor desc,
type(c_ptr), value  dptr,
integer(c_size_t), value  pitch 
)

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