Class CLBusAddressAMD

  • All Implemented Interfaces:
    java.lang.AutoCloseable, NativeResource, Pointer


    public class CLBusAddressAMD
    extends Struct
    Bus address information used in EnqueueMakeBuffersResidentAMD.

    Member documentation

    • surfbusaddress – contains the page aligned physical starting address of the backing store preallocated by the application on a remote device
    • signalbusaddress – contains the page aligned physical starting address of preallocated signaling surface

    Layout

    struct cl_bus_address_amd {
        cl_long surfbusaddress;
        cl_long signalbusaddress;
    }