prepProvideBuffers

Note: Available from Linux 5.7

  1. SubmissionEntry prepProvideBuffers(SubmissionEntry entry, ubyte[][] buf, uint len, ushort bgid, int bid)
    nothrow @nogc ref @safe
    SubmissionEntry
    prepProvideBuffers
    (
    return ref SubmissionEntry entry
    ,
    ubyte[][] buf
    ,
    uint len
    ,
    ushort bgid
    ,
    int bid
    )
  2. SubmissionEntry prepProvideBuffers(SubmissionEntry entry, ubyte[M][N] buf, ushort bgid, int bid)
  3. SubmissionEntry prepProvideBuffer(SubmissionEntry entry, ubyte[N] buf, ushort bgid, int bid)
  4. SubmissionEntry prepProvideBuffer(SubmissionEntry entry, ubyte[] buf, ushort bgid, int bid)

Parameters

entry SubmissionEntry

SubmissionEntry to prepare

buf ubyte[][]

buffers to provide

len uint

length of each buffer to add

bgid ushort

buffers group id

bid int

starting buffer id

Meta