@NoOffset @Properties(inherit=Bullet3OpenCL.class) public class b3RadixSort32CL extends Pointer
| Modifier and Type | Class and Description |
|---|---|
static class |
b3RadixSort32CL.b3ConstData |
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Modifier and Type | Field and Description |
|---|---|
static int |
BITS_PER_PASS
enum b3RadixSort32CL::
|
static int |
BLOCK_SIZE
enum b3RadixSort32CL::
|
static int |
DATA_ALIGNMENT
enum b3RadixSort32CL::
|
static int |
ELEMENTS_PER_WORK_ITEM
enum b3RadixSort32CL::
|
static int |
NUM_BUCKET
enum b3RadixSort32CL::
|
static int |
NUM_WGS
enum b3RadixSort32CL::
|
static int |
WG_SIZE
enum b3RadixSort32CL::
|
| Constructor and Description |
|---|
b3RadixSort32CL(Pointer p)
Pointer cast constructor.
|
b3RadixSort32CL(Pointer ctx,
Pointer device,
Pointer queue) |
b3RadixSort32CL(Pointer ctx,
Pointer device,
Pointer queue,
int initialCapacity) |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(b3SortDataOCLArray keyValuesInOut) |
void |
execute(b3SortDataOCLArray keyValuesInOut,
int sortBits) |
void |
execute(b3UnsignedIntOCLArray keysInOut) |
void |
execute(b3UnsignedIntOCLArray keysIn,
b3UnsignedIntOCLArray keysOut,
b3UnsignedIntOCLArray valuesIn,
b3UnsignedIntOCLArray valuesOut,
int n) |
void |
execute(b3UnsignedIntOCLArray keysIn,
b3UnsignedIntOCLArray keysOut,
b3UnsignedIntOCLArray valuesIn,
b3UnsignedIntOCLArray valuesOut,
int n,
int sortBits) |
void |
execute(b3UnsignedIntOCLArray keysInOut,
int sortBits)
keys only
|
void |
executeHost(b3SortDataArray keyValuesInOut) |
void |
executeHost(b3SortDataArray keyValuesInOut,
int sortBits) |
void |
executeHost(b3SortDataOCLArray keyValuesInOut) |
void |
executeHost(b3SortDataOCLArray keyValuesInOut,
int sortBits) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getDirectBufferAddress, getPointer, getPointer, getPointer, getPointer, hashCode, interruptDeallocatorThread, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetAddress, offsetof, offsetof, parseBytes, physicalBytes, physicalBytesInaccurate, position, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zeropublic static final int DATA_ALIGNMENT
public static final int WG_SIZE
public static final int BLOCK_SIZE
public static final int ELEMENTS_PER_WORK_ITEM
public static final int BITS_PER_PASS
public static final int NUM_BUCKET
public static final int NUM_WGS
public b3RadixSort32CL(Pointer p)
Pointer(Pointer).public b3RadixSort32CL(@Cast(value="cl_context") Pointer ctx, @Cast(value="cl_device_id") Pointer device, @Cast(value="cl_command_queue") Pointer queue, int initialCapacity)
public void execute(@ByRef b3UnsignedIntOCLArray keysIn, @ByRef b3UnsignedIntOCLArray keysOut, @ByRef b3UnsignedIntOCLArray valuesIn, @ByRef b3UnsignedIntOCLArray valuesOut, int n, int sortBits)
public void execute(@ByRef b3UnsignedIntOCLArray keysIn, @ByRef b3UnsignedIntOCLArray keysOut, @ByRef b3UnsignedIntOCLArray valuesIn, @ByRef b3UnsignedIntOCLArray valuesOut, int n)
public void execute(@ByRef b3UnsignedIntOCLArray keysInOut, int sortBits)
public void execute(@ByRef b3UnsignedIntOCLArray keysInOut)
public void execute(@ByRef b3SortDataOCLArray keyValuesInOut, int sortBits)
public void execute(@ByRef b3SortDataOCLArray keyValuesInOut)
public void executeHost(@ByRef b3SortDataOCLArray keyValuesInOut, int sortBits)
public void executeHost(@ByRef b3SortDataOCLArray keyValuesInOut)
public void executeHost(@ByRef b3SortDataArray keyValuesInOut, int sortBits)
public void executeHost(@ByRef b3SortDataArray keyValuesInOut)
Copyright © 2024. All rights reserved.