Index
A B C D E F G H I L M N O P R S T U V W
All Classes|All Packages
All Classes|All Packages
All Classes|All Packages
A
- add(CLEvent) - Method in class au.notzed.zcl.CLEventList
-
Add the event to the event list.
- addr() - Method in class api.Native
- addr(Native) - Static method in class api.Native
- addr(MemorySegment) - Static method in class api.Native
- ADDRESSING_MODE(int) - Static method in class au.notzed.zcl.CLSampler
- alloc(byte[]) - Static method in class au.notzed.zcl.CLMemory
-
Copies the array to a direct buffer.
- alloc(float[]) - Static method in class au.notzed.zcl.CLMemory
-
Copies the array to a direct buffer.
- alloc(int) - Static method in class au.notzed.zcl.CLMemory
-
Allocates a buffer suitable for opencl use - sets the byte order.
- alloc(int[]) - Static method in class au.notzed.zcl.CLMemory
-
Copies the array to a direct buffer.
- alloc(short[]) - Static method in class au.notzed.zcl.CLMemory
-
Copies the array to a direct buffer.
- alloca(long) - Method in interface api.Allocator
-
allocate memory
- Allocator - Interface in api
-
An interface to a 'pool' type allocator.
- allocs(long) - Method in interface api.Allocator
-
Allocate bounded memory.
- andThen(CLTask) - Method in interface au.notzed.zcl.CLTask
-
Cascade two steps.
- api - package api
- au.notzed.zcl - package au.notzed.zcl
-
Provides a Java binding for OpenCL 2.1 and earlier.
- au.notzed.zcl.khr - package au.notzed.zcl.khr
- au.notzed.zcl.test - package au.notzed.zcl.test
-
Some experiments and perf tests.
- au.notzed.zcl.tools - package au.notzed.zcl.tools
B
- buildProgram(CLDevice[], String) - Method in class au.notzed.zcl.CLProgram
- buildProgram(CLDevice[], String, CLNotify<CLProgram>) - Method in class au.notzed.zcl.CLProgram
-
Call clBuildProgram.
C
- Calculate - Class in fxdemo.fract
- call(CLContextNotify) - Static method in interface au.notzed.zcl.CLContextNotify
- call(CLEventNotify) - Static method in interface au.notzed.zcl.CLEventNotify
- call(CLNotify<T>, Function<MemoryAddress, T>) - Static method in interface au.notzed.zcl.CLNotify
- Callback<T> - Class in api
- Callback(MemoryAddress, T) - Constructor for class api.Callback
- CGL_SHAREGROUP_KHR(long) - Static method in class au.notzed.zcl.khr.GLSharing
- channelDataType - Variable in class au.notzed.zcl.CLImageFormat
- channelOrder - Variable in class au.notzed.zcl.CLImageFormat
- CL - Interface in au.notzed.zcl
-
Constants from cl.h.
- CL_A - au.notzed.zcl.CLChannelOrder
- CL_A - Static variable in interface au.notzed.zcl.CL
- CL_ABGR - au.notzed.zcl.CLChannelOrder
- CL_ABGR - Static variable in interface au.notzed.zcl.CL
- CL_ADDRESS_CLAMP - Static variable in interface au.notzed.zcl.CL
- CL_ADDRESS_CLAMP_TO_EDGE - Static variable in interface au.notzed.zcl.CL
- CL_ADDRESS_MIRRORED_REPEAT - Static variable in interface au.notzed.zcl.CL
- CL_ADDRESS_NONE - Static variable in interface au.notzed.zcl.CL
- CL_ADDRESS_REPEAT - Static variable in interface au.notzed.zcl.CL
- CL_ARGB - au.notzed.zcl.CLChannelOrder
- CL_ARGB - Static variable in interface au.notzed.zcl.CL
- CL_BGRA - au.notzed.zcl.CLChannelOrder
- CL_BGRA - Static variable in interface au.notzed.zcl.CL
- CL_BLOCKING - Static variable in interface au.notzed.zcl.CL
- CL_BUFFER_CREATE_TYPE_REGION - Static variable in interface au.notzed.zcl.CL
- CL_BUILD_ERROR - Static variable in interface au.notzed.zcl.CL
- CL_BUILD_IN_PROGRESS - Static variable in interface au.notzed.zcl.CL
- CL_BUILD_NONE - Static variable in interface au.notzed.zcl.CL
- CL_BUILD_PROGRAM_FAILURE - Static variable in interface au.notzed.zcl.CL
- CL_BUILD_SUCCESS - Static variable in interface au.notzed.zcl.CL
- CL_CGL_SHAREGROUP_KHR - Static variable in class au.notzed.zcl.khr.GLSharing
- CL_COMMAND_ACQUIRE_GL_OBJECTS - au.notzed.zcl.CLCommandType
- CL_COMMAND_ACQUIRE_GL_OBJECTS - Static variable in interface au.notzed.zcl.CL
- CL_COMMAND_BARRIER - au.notzed.zcl.CLCommandType
- CL_COMMAND_BARRIER - Static variable in interface au.notzed.zcl.CL
- CL_COMMAND_COPY_BUFFER - au.notzed.zcl.CLCommandType
- CL_COMMAND_COPY_BUFFER - Static variable in interface au.notzed.zcl.CL
- CL_COMMAND_COPY_BUFFER_RECT - au.notzed.zcl.CLCommandType
- CL_COMMAND_COPY_BUFFER_RECT - Static variable in interface au.notzed.zcl.CL
- CL_COMMAND_COPY_BUFFER_TO_IMAGE - au.notzed.zcl.CLCommandType
- CL_COMMAND_COPY_BUFFER_TO_IMAGE - Static variable in interface au.notzed.zcl.CL
- CL_COMMAND_COPY_IMAGE - au.notzed.zcl.CLCommandType
- CL_COMMAND_COPY_IMAGE - Static variable in interface au.notzed.zcl.CL
- CL_COMMAND_COPY_IMAGE_TO_BUFFER - au.notzed.zcl.CLCommandType
- CL_COMMAND_COPY_IMAGE_TO_BUFFER - Static variable in interface au.notzed.zcl.CL
- CL_COMMAND_FILL_BUFFER - au.notzed.zcl.CLCommandType
- CL_COMMAND_FILL_BUFFER - Static variable in interface au.notzed.zcl.CL
- CL_COMMAND_FILL_IMAGE - au.notzed.zcl.CLCommandType
- CL_COMMAND_FILL_IMAGE - Static variable in interface au.notzed.zcl.CL
- CL_COMMAND_GL_FENCE_SYNC_OBJECT_KHR - Static variable in class au.notzed.zcl.khr.GLEvent
- CL_COMMAND_MAP_BUFFER - au.notzed.zcl.CLCommandType
- CL_COMMAND_MAP_BUFFER - Static variable in interface au.notzed.zcl.CL
- CL_COMMAND_MAP_IMAGE - au.notzed.zcl.CLCommandType
- CL_COMMAND_MAP_IMAGE - Static variable in interface au.notzed.zcl.CL
- CL_COMMAND_MARKER - au.notzed.zcl.CLCommandType
- CL_COMMAND_MARKER - Static variable in interface au.notzed.zcl.CL
- CL_COMMAND_MIGRATE_MEM_OBJECTS - au.notzed.zcl.CLCommandType
- CL_COMMAND_MIGRATE_MEM_OBJECTS - Static variable in interface au.notzed.zcl.CL
- CL_COMMAND_NATIVE_KERNEL - au.notzed.zcl.CLCommandType
- CL_COMMAND_NATIVE_KERNEL - Static variable in interface au.notzed.zcl.CL
- CL_COMMAND_NDRANGE_KERNEL - au.notzed.zcl.CLCommandType
- CL_COMMAND_NDRANGE_KERNEL - Static variable in interface au.notzed.zcl.CL
- CL_COMMAND_READ_BUFFER - au.notzed.zcl.CLCommandType
- CL_COMMAND_READ_BUFFER - Static variable in interface au.notzed.zcl.CL
- CL_COMMAND_READ_BUFFER_RECT - au.notzed.zcl.CLCommandType
- CL_COMMAND_READ_BUFFER_RECT - Static variable in interface au.notzed.zcl.CL
- CL_COMMAND_READ_IMAGE - au.notzed.zcl.CLCommandType
- CL_COMMAND_READ_IMAGE - Static variable in interface au.notzed.zcl.CL
- CL_COMMAND_RELEASE_GL_OBJECTS - au.notzed.zcl.CLCommandType
- CL_COMMAND_RELEASE_GL_OBJECTS - Static variable in interface au.notzed.zcl.CL
- CL_COMMAND_SVM_FREE - Static variable in interface au.notzed.zcl.CL
- CL_COMMAND_SVM_MAP - Static variable in interface au.notzed.zcl.CL
- CL_COMMAND_SVM_MEMCPY - Static variable in interface au.notzed.zcl.CL
- CL_COMMAND_SVM_MEMFILL - Static variable in interface au.notzed.zcl.CL
- CL_COMMAND_SVM_UNMAP - Static variable in interface au.notzed.zcl.CL
- CL_COMMAND_TASK - au.notzed.zcl.CLCommandType
- CL_COMMAND_TASK - Static variable in interface au.notzed.zcl.CL
- CL_COMMAND_UNKNOWN - au.notzed.zcl.CLCommandType
- CL_COMMAND_UNMAP_MEM_OBJECT - au.notzed.zcl.CLCommandType
- CL_COMMAND_UNMAP_MEM_OBJECT - Static variable in interface au.notzed.zcl.CL
- CL_COMMAND_USER - au.notzed.zcl.CLCommandType
- CL_COMMAND_USER - Static variable in interface au.notzed.zcl.CL
- CL_COMMAND_WRITE_BUFFER - au.notzed.zcl.CLCommandType
- CL_COMMAND_WRITE_BUFFER - Static variable in interface au.notzed.zcl.CL
- CL_COMMAND_WRITE_BUFFER_RECT - au.notzed.zcl.CLCommandType
- CL_COMMAND_WRITE_BUFFER_RECT - Static variable in interface au.notzed.zcl.CL
- CL_COMMAND_WRITE_IMAGE - au.notzed.zcl.CLCommandType
- CL_COMMAND_WRITE_IMAGE - Static variable in interface au.notzed.zcl.CL
- CL_COMPILE_PROGRAM_FAILURE - Static variable in interface au.notzed.zcl.CL
- CL_COMPILER_NOT_AVAILABLE - Static variable in interface au.notzed.zcl.CL
- CL_COMPLETE - Static variable in interface au.notzed.zcl.CL
- CL_CONTEXT_DEVICES - Static variable in interface au.notzed.zcl.CL
- CL_CONTEXT_INTEROP_USER_SYNC - Static variable in interface au.notzed.zcl.CL
- CL_CONTEXT_NUM_DEVICES - Static variable in interface au.notzed.zcl.CL
- CL_CONTEXT_PLATFORM - Static variable in interface au.notzed.zcl.CL
- CL_CONTEXT_PROPERTIES - Static variable in interface au.notzed.zcl.CL
- CL_CONTEXT_REFERENCE_COUNT - Static variable in interface au.notzed.zcl.CL
- CL_CURRENT_DEVICE_FOR_GL_CONTEXT_KHR - Static variable in class au.notzed.zcl.khr.GLSharing
- CL_DEPTH - au.notzed.zcl.CLChannelOrder
- CL_DEPTH - Static variable in interface au.notzed.zcl.CL
- CL_DEPTH_STENCIL - au.notzed.zcl.CLChannelOrder
- CL_DEPTH_STENCIL - Static variable in interface au.notzed.zcl.CL
- CL_DEVICE_ADDRESS_BITS - Static variable in interface au.notzed.zcl.CL
- CL_DEVICE_AFFINITY_DOMAIN_L1_CACHE - Static variable in interface au.notzed.zcl.CL
- CL_DEVICE_AFFINITY_DOMAIN_L2_CACHE - Static variable in interface au.notzed.zcl.CL
- CL_DEVICE_AFFINITY_DOMAIN_L3_CACHE - Static variable in interface au.notzed.zcl.CL
- CL_DEVICE_AFFINITY_DOMAIN_L4_CACHE - Static variable in interface au.notzed.zcl.CL
- CL_DEVICE_AFFINITY_DOMAIN_NEXT_PARTITIONABLE - Static variable in interface au.notzed.zcl.CL
- CL_DEVICE_AFFINITY_DOMAIN_NUMA - Static variable in interface au.notzed.zcl.CL
- CL_DEVICE_AVAILABLE - Static variable in interface au.notzed.zcl.CL
- CL_DEVICE_BUILT_IN_KERNELS - Static variable in interface au.notzed.zcl.CL
- CL_DEVICE_COMPILER_AVAILABLE - Static variable in interface au.notzed.zcl.CL
- CL_DEVICE_DOUBLE_FP_CONFIG - Static variable in interface au.notzed.zcl.CL
- CL_DEVICE_ENDIAN_LITTLE - Static variable in interface au.notzed.zcl.CL
- CL_DEVICE_ERROR_CORRECTION_SUPPORT - Static variable in interface au.notzed.zcl.CL
- CL_DEVICE_EXECUTION_CAPABILITIES - Static variable in interface au.notzed.zcl.CL
- CL_DEVICE_EXTENSIONS - Static variable in interface au.notzed.zcl.CL
- CL_DEVICE_GLOBAL_MEM_CACHE_SIZE - Static variable in interface au.notzed.zcl.CL
- CL_DEVICE_GLOBAL_MEM_CACHE_TYPE - Static variable in interface au.notzed.zcl.CL
- CL_DEVICE_GLOBAL_MEM_CACHELINE_SIZE - Static variable in interface au.notzed.zcl.CL
- CL_DEVICE_GLOBAL_MEM_SIZE - Static variable in interface au.notzed.zcl.CL
- CL_DEVICE_GLOBAL_VARIABLE_PREFERRED_TOTAL_SIZE - Static variable in interface au.notzed.zcl.CL
- CL_DEVICE_HOST_UNIFIED_MEMORY - Static variable in interface au.notzed.zcl.CL
-
Deprecated.in OpenCL 2.0
- CL_DEVICE_IL_VERSION - Static variable in interface au.notzed.zcl.CL
- CL_DEVICE_IMAGE_BASE_ADDRESS_ALIGNMENT - Static variable in interface au.notzed.zcl.CL
- CL_DEVICE_IMAGE_MAX_ARRAY_SIZE - Static variable in interface au.notzed.zcl.CL
- CL_DEVICE_IMAGE_MAX_BUFFER_SIZE - Static variable in interface au.notzed.zcl.CL
- CL_DEVICE_IMAGE_PITCH_ALIGNMENT - Static variable in interface au.notzed.zcl.CL
- CL_DEVICE_IMAGE_SUPPORT - Static variable in interface au.notzed.zcl.CL
- CL_DEVICE_IMAGE2D_MAX_HEIGHT - Static variable in interface au.notzed.zcl.CL
- CL_DEVICE_IMAGE2D_MAX_WIDTH - Static variable in interface au.notzed.zcl.CL
- CL_DEVICE_IMAGE3D_MAX_DEPTH - Static variable in interface au.notzed.zcl.CL
- CL_DEVICE_IMAGE3D_MAX_HEIGHT - Static variable in interface au.notzed.zcl.CL
- CL_DEVICE_IMAGE3D_MAX_WIDTH - Static variable in interface au.notzed.zcl.CL
- CL_DEVICE_LINKER_AVAILABLE - Static variable in interface au.notzed.zcl.CL
- CL_DEVICE_LOCAL_MEM_SIZE - Static variable in interface au.notzed.zcl.CL
- CL_DEVICE_LOCAL_MEM_TYPE - Static variable in interface au.notzed.zcl.CL
- CL_DEVICE_MAX_CLOCK_FREQUENCY - Static variable in interface au.notzed.zcl.CL
- CL_DEVICE_MAX_COMPUTE_UNITS - Static variable in interface au.notzed.zcl.CL
- CL_DEVICE_MAX_CONSTANT_ARGS - Static variable in interface au.notzed.zcl.CL
- CL_DEVICE_MAX_CONSTANT_BUFFER_SIZE - Static variable in interface au.notzed.zcl.CL
- CL_DEVICE_MAX_GLOBAL_VARIABLE_SIZE - Static variable in interface au.notzed.zcl.CL
- CL_DEVICE_MAX_MEM_ALLOC_SIZE - Static variable in interface au.notzed.zcl.CL
- CL_DEVICE_MAX_NUM_SUB_GROUPS - Static variable in interface au.notzed.zcl.CL
- CL_DEVICE_MAX_ON_DEVICE_EVENTS - Static variable in interface au.notzed.zcl.CL
- CL_DEVICE_MAX_ON_DEVICE_QUEUES - Static variable in interface au.notzed.zcl.CL
- CL_DEVICE_MAX_PARAMETER_SIZE - Static variable in interface au.notzed.zcl.CL
- CL_DEVICE_MAX_PIPE_ARGS - Static variable in interface au.notzed.zcl.CL
- CL_DEVICE_MAX_READ_IMAGE_ARGS - Static variable in interface au.notzed.zcl.CL
- CL_DEVICE_MAX_READ_WRITE_IMAGE_ARGS - Static variable in interface au.notzed.zcl.CL
- CL_DEVICE_MAX_SAMPLERS - Static variable in interface au.notzed.zcl.CL
- CL_DEVICE_MAX_WORK_GROUP_SIZE - Static variable in interface au.notzed.zcl.CL
- CL_DEVICE_MAX_WORK_ITEM_DIMENSIONS - Static variable in interface au.notzed.zcl.CL
- CL_DEVICE_MAX_WORK_ITEM_SIZES - Static variable in interface au.notzed.zcl.CL
- CL_DEVICE_MAX_WRITE_IMAGE_ARGS - Static variable in interface au.notzed.zcl.CL
- CL_DEVICE_MEM_BASE_ADDR_ALIGN - Static variable in interface au.notzed.zcl.CL
- CL_DEVICE_MIN_DATA_TYPE_ALIGN_SIZE - Static variable in interface au.notzed.zcl.CL
- CL_DEVICE_NAME - Static variable in interface au.notzed.zcl.CL
- CL_DEVICE_NATIVE_VECTOR_WIDTH_CHAR - Static variable in interface au.notzed.zcl.CL
- CL_DEVICE_NATIVE_VECTOR_WIDTH_DOUBLE - Static variable in interface au.notzed.zcl.CL
- CL_DEVICE_NATIVE_VECTOR_WIDTH_FLOAT - Static variable in interface au.notzed.zcl.CL
- CL_DEVICE_NATIVE_VECTOR_WIDTH_HALF - Static variable in interface au.notzed.zcl.CL
- CL_DEVICE_NATIVE_VECTOR_WIDTH_INT - Static variable in interface au.notzed.zcl.CL
- CL_DEVICE_NATIVE_VECTOR_WIDTH_LONG - Static variable in interface au.notzed.zcl.CL
- CL_DEVICE_NATIVE_VECTOR_WIDTH_SHORT - Static variable in interface au.notzed.zcl.CL
- CL_DEVICE_NOT_AVAILABLE - Static variable in interface au.notzed.zcl.CL
- CL_DEVICE_NOT_FOUND - Static variable in interface au.notzed.zcl.CL
- CL_DEVICE_OPENCL_C_VERSION - Static variable in interface au.notzed.zcl.CL
- CL_DEVICE_PARENT_DEVICE - Static variable in interface au.notzed.zcl.CL
- CL_DEVICE_PARTITION_AFFINITY_DOMAIN - Static variable in interface au.notzed.zcl.CL
- CL_DEVICE_PARTITION_BY_AFFINITY_DOMAIN - Static variable in interface au.notzed.zcl.CL
- CL_DEVICE_PARTITION_BY_COUNTS - Static variable in interface au.notzed.zcl.CL
- CL_DEVICE_PARTITION_BY_COUNTS_LIST_END - Static variable in interface au.notzed.zcl.CL
- CL_DEVICE_PARTITION_EQUALLY - Static variable in interface au.notzed.zcl.CL
- CL_DEVICE_PARTITION_FAILED - Static variable in interface au.notzed.zcl.CL
- CL_DEVICE_PARTITION_MAX_SUB_DEVICES - Static variable in interface au.notzed.zcl.CL
- CL_DEVICE_PARTITION_PROPERTIES - Static variable in interface au.notzed.zcl.CL
- CL_DEVICE_PARTITION_TYPE - Static variable in interface au.notzed.zcl.CL
- CL_DEVICE_PIPE_MAX_ACTIVE_RESERVATIONS - Static variable in interface au.notzed.zcl.CL
- CL_DEVICE_PIPE_MAX_PACKET_SIZE - Static variable in interface au.notzed.zcl.CL
- CL_DEVICE_PLATFORM - Static variable in interface au.notzed.zcl.CL
- CL_DEVICE_PREFERRED_GLOBAL_ATOMIC_ALIGNMENT - Static variable in interface au.notzed.zcl.CL
- CL_DEVICE_PREFERRED_INTEROP_USER_SYNC - Static variable in interface au.notzed.zcl.CL
- CL_DEVICE_PREFERRED_LOCAL_ATOMIC_ALIGNMENT - Static variable in interface au.notzed.zcl.CL
- CL_DEVICE_PREFERRED_PLATFORM_ATOMIC_ALIGNMENT - Static variable in interface au.notzed.zcl.CL
- CL_DEVICE_PREFERRED_VECTOR_WIDTH_CHAR - Static variable in interface au.notzed.zcl.CL
- CL_DEVICE_PREFERRED_VECTOR_WIDTH_DOUBLE - Static variable in interface au.notzed.zcl.CL
- CL_DEVICE_PREFERRED_VECTOR_WIDTH_FLOAT - Static variable in interface au.notzed.zcl.CL
- CL_DEVICE_PREFERRED_VECTOR_WIDTH_HALF - Static variable in interface au.notzed.zcl.CL
- CL_DEVICE_PREFERRED_VECTOR_WIDTH_INT - Static variable in interface au.notzed.zcl.CL
- CL_DEVICE_PREFERRED_VECTOR_WIDTH_LONG - Static variable in interface au.notzed.zcl.CL
- CL_DEVICE_PREFERRED_VECTOR_WIDTH_SHORT - Static variable in interface au.notzed.zcl.CL
- CL_DEVICE_PRINTF_BUFFER_SIZE - Static variable in interface au.notzed.zcl.CL
- CL_DEVICE_PROFILE - Static variable in interface au.notzed.zcl.CL
- CL_DEVICE_PROFILING_TIMER_RESOLUTION - Static variable in interface au.notzed.zcl.CL
- CL_DEVICE_QUEUE_ON_DEVICE_MAX_SIZE - Static variable in interface au.notzed.zcl.CL
- CL_DEVICE_QUEUE_ON_DEVICE_PREFERRED_SIZE - Static variable in interface au.notzed.zcl.CL
- CL_DEVICE_QUEUE_ON_DEVICE_PROPERTIES - Static variable in interface au.notzed.zcl.CL
- CL_DEVICE_QUEUE_ON_HOST_PROPERTIES - Static variable in interface au.notzed.zcl.CL
- CL_DEVICE_QUEUE_PROPERTIES - Static variable in interface au.notzed.zcl.CL
-
Deprecated.in OpenCL 2.0
- CL_DEVICE_REFERENCE_COUNT - Static variable in interface au.notzed.zcl.CL
- CL_DEVICE_SINGLE_FP_CONFIG - Static variable in interface au.notzed.zcl.CL
- CL_DEVICE_SUB_GROUP_INDEPENDENT_FORWARD_PROGRESS - Static variable in interface au.notzed.zcl.CL
- CL_DEVICE_SVM_ATOMICS - Static variable in interface au.notzed.zcl.CL
- CL_DEVICE_SVM_CAPABILITIES - Static variable in interface au.notzed.zcl.CL
- CL_DEVICE_SVM_COARSE_GRAIN_BUFFER - Static variable in interface au.notzed.zcl.CL
- CL_DEVICE_SVM_FINE_GRAIN_BUFFER - Static variable in interface au.notzed.zcl.CL
- CL_DEVICE_SVM_FINE_GRAIN_SYSTEM - Static variable in interface au.notzed.zcl.CL
- CL_DEVICE_TYPE - Static variable in interface au.notzed.zcl.CL
- CL_DEVICE_TYPE_ACCELERATOR - Static variable in interface au.notzed.zcl.CL
- CL_DEVICE_TYPE_ALL - Static variable in interface au.notzed.zcl.CL
- CL_DEVICE_TYPE_CPU - Static variable in interface au.notzed.zcl.CL
- CL_DEVICE_TYPE_CUSTOM - Static variable in interface au.notzed.zcl.CL
- CL_DEVICE_TYPE_DEFAULT - Static variable in interface au.notzed.zcl.CL
- CL_DEVICE_TYPE_GPU - Static variable in interface au.notzed.zcl.CL
- CL_DEVICE_VENDOR - Static variable in interface au.notzed.zcl.CL
- CL_DEVICE_VENDOR_ID - Static variable in interface au.notzed.zcl.CL
- CL_DEVICE_VERSION - Static variable in interface au.notzed.zcl.CL
- CL_DEVICES_FOR_GL_CONTEXT_KHR - Static variable in class au.notzed.zcl.khr.GLSharing
- CL_DRIVER_VERSION - Static variable in interface au.notzed.zcl.CL
- CL_EGL_DISPLAY_KHR - Static variable in class au.notzed.zcl.khr.GLSharing
- CL_EVENT_COMMAND_EXECUTION_STATUS - Static variable in interface au.notzed.zcl.CL
- CL_EVENT_COMMAND_QUEUE - Static variable in interface au.notzed.zcl.CL
- CL_EVENT_COMMAND_TYPE - Static variable in interface au.notzed.zcl.CL
- CL_EVENT_CONTEXT - Static variable in interface au.notzed.zcl.CL
- CL_EVENT_REFERENCE_COUNT - Static variable in interface au.notzed.zcl.CL
- CL_EXEC_KERNEL - Static variable in interface au.notzed.zcl.CL
- CL_EXEC_NATIVE_KERNEL - Static variable in interface au.notzed.zcl.CL
- CL_EXEC_STATUS_ERROR_FOR_EVENTS_IN_WAIT_LIST - Static variable in interface au.notzed.zcl.CL
- CL_FALSE - Static variable in interface au.notzed.zcl.CL
- CL_FILTER_LINEAR - Static variable in interface au.notzed.zcl.CL
- CL_FILTER_NEAREST - Static variable in interface au.notzed.zcl.CL
- CL_FLOAT - au.notzed.zcl.CLChannelType
- CL_FLOAT - Static variable in interface au.notzed.zcl.CL
- CL_FP_CORRECTLY_ROUNDED_DIVIDE_SQRT - Static variable in interface au.notzed.zcl.CL
- CL_FP_DENORM - Static variable in interface au.notzed.zcl.CL
- CL_FP_FMA - Static variable in interface au.notzed.zcl.CL
- CL_FP_INF_NAN - Static variable in interface au.notzed.zcl.CL
- CL_FP_ROUND_TO_INF - Static variable in interface au.notzed.zcl.CL
- CL_FP_ROUND_TO_NEAREST - Static variable in interface au.notzed.zcl.CL
- CL_FP_ROUND_TO_ZERO - Static variable in interface au.notzed.zcl.CL
- CL_FP_SOFT_FLOAT - Static variable in interface au.notzed.zcl.CL
- CL_GL_CONTEXT_KHR - Static variable in class au.notzed.zcl.khr.GLSharing
- CL_GL_MIPMAP_LEVEL - Static variable in class au.notzed.zcl.khr.GLSharing
- CL_GL_NUM_SAMPLES - Static variable in class au.notzed.zcl.khr.GLSharing
- CL_GL_OBJECT_BUFFER - Static variable in class au.notzed.zcl.khr.GLSharing
- CL_GL_OBJECT_RENDERBUFFER - Static variable in class au.notzed.zcl.khr.GLSharing
- CL_GL_OBJECT_TEXTURE_BUFFER - Static variable in class au.notzed.zcl.khr.GLSharing
- CL_GL_OBJECT_TEXTURE1D - Static variable in class au.notzed.zcl.khr.GLSharing
- CL_GL_OBJECT_TEXTURE1D_ARRAY - Static variable in class au.notzed.zcl.khr.GLSharing
- CL_GL_OBJECT_TEXTURE2D - Static variable in class au.notzed.zcl.khr.GLSharing
- CL_GL_OBJECT_TEXTURE2D_ARRAY - Static variable in class au.notzed.zcl.khr.GLSharing
- CL_GL_OBJECT_TEXTURE3D - Static variable in class au.notzed.zcl.khr.GLSharing
- CL_GL_TEXTURE_TARGET - Static variable in class au.notzed.zcl.khr.GLSharing
- CL_GLOBAL - Static variable in interface au.notzed.zcl.CL
- CL_GLX_DISPLAY_KHR - Static variable in class au.notzed.zcl.khr.GLSharing
- CL_HALF_FLOAT - au.notzed.zcl.CLChannelType
- CL_HALF_FLOAT - Static variable in interface au.notzed.zcl.CL
- CL_IMAGE_ARRAY_SIZE - Static variable in interface au.notzed.zcl.CL
- CL_IMAGE_BUFFER - Static variable in interface au.notzed.zcl.CL
- CL_IMAGE_DEPTH - Static variable in interface au.notzed.zcl.CL
- CL_IMAGE_ELEMENT_SIZE - Static variable in interface au.notzed.zcl.CL
- CL_IMAGE_FORMAT - Static variable in interface au.notzed.zcl.CL
- CL_IMAGE_FORMAT_MISMATCH - Static variable in interface au.notzed.zcl.CL
- CL_IMAGE_FORMAT_NOT_SUPPORTED - Static variable in interface au.notzed.zcl.CL
- CL_IMAGE_HEIGHT - Static variable in interface au.notzed.zcl.CL
- CL_IMAGE_NUM_MIP_LEVELS - Static variable in interface au.notzed.zcl.CL
- CL_IMAGE_NUM_SAMPLES - Static variable in interface au.notzed.zcl.CL
- CL_IMAGE_ROW_PITCH - Static variable in interface au.notzed.zcl.CL
- CL_IMAGE_SLICE_PITCH - Static variable in interface au.notzed.zcl.CL
- CL_IMAGE_WIDTH - Static variable in interface au.notzed.zcl.CL
- CL_INTENSITY - au.notzed.zcl.CLChannelOrder
- CL_INTENSITY - Static variable in interface au.notzed.zcl.CL
- CL_INVALID_ARG_INDEX - Static variable in interface au.notzed.zcl.CL
- CL_INVALID_ARG_SIZE - Static variable in interface au.notzed.zcl.CL
- CL_INVALID_ARG_VALUE - Static variable in interface au.notzed.zcl.CL
- CL_INVALID_BINARY - Static variable in interface au.notzed.zcl.CL
- CL_INVALID_BUFFER_SIZE - Static variable in interface au.notzed.zcl.CL
- CL_INVALID_BUILD_OPTIONS - Static variable in interface au.notzed.zcl.CL
- CL_INVALID_COMMAND_QUEUE - Static variable in interface au.notzed.zcl.CL
- CL_INVALID_COMPILER_OPTIONS - Static variable in interface au.notzed.zcl.CL
- CL_INVALID_CONTEXT - Static variable in interface au.notzed.zcl.CL
- CL_INVALID_DEVICE - Static variable in interface au.notzed.zcl.CL
- CL_INVALID_DEVICE_PARTITION_COUNT - Static variable in interface au.notzed.zcl.CL
- CL_INVALID_DEVICE_QUEUE - Static variable in interface au.notzed.zcl.CL
- CL_INVALID_DEVICE_TYPE - Static variable in interface au.notzed.zcl.CL
- CL_INVALID_EVENT - Static variable in interface au.notzed.zcl.CL
- CL_INVALID_EVENT_WAIT_LIST - Static variable in interface au.notzed.zcl.CL
- CL_INVALID_GL_OBJECT - Static variable in interface au.notzed.zcl.CL
- CL_INVALID_GL_SHAREGROUP_REFERENCE_KHR - Static variable in class au.notzed.zcl.khr.GLSharing
- CL_INVALID_GLOBAL_OFFSET - Static variable in interface au.notzed.zcl.CL
- CL_INVALID_GLOBAL_WORK_SIZE - Static variable in interface au.notzed.zcl.CL
- CL_INVALID_HOST_PTR - Static variable in interface au.notzed.zcl.CL
- CL_INVALID_IMAGE_DESCRIPTOR - Static variable in interface au.notzed.zcl.CL
- CL_INVALID_IMAGE_FORMAT_DESCRIPTOR - Static variable in interface au.notzed.zcl.CL
- CL_INVALID_IMAGE_SIZE - Static variable in interface au.notzed.zcl.CL
- CL_INVALID_KERNEL - Static variable in interface au.notzed.zcl.CL
- CL_INVALID_KERNEL_ARGS - Static variable in interface au.notzed.zcl.CL
- CL_INVALID_KERNEL_DEFINITION - Static variable in interface au.notzed.zcl.CL
- CL_INVALID_KERNEL_NAME - Static variable in interface au.notzed.zcl.CL
- CL_INVALID_LINKER_OPTIONS - Static variable in interface au.notzed.zcl.CL
- CL_INVALID_MEM_OBJECT - Static variable in interface au.notzed.zcl.CL
- CL_INVALID_MIP_LEVEL - Static variable in interface au.notzed.zcl.CL
- CL_INVALID_OPERATION - Static variable in interface au.notzed.zcl.CL
- CL_INVALID_PIPE_SIZE - Static variable in interface au.notzed.zcl.CL
- CL_INVALID_PLATFORM - Static variable in interface au.notzed.zcl.CL
- CL_INVALID_PROGRAM - Static variable in interface au.notzed.zcl.CL
- CL_INVALID_PROGRAM_EXECUTABLE - Static variable in interface au.notzed.zcl.CL
- CL_INVALID_PROPERTY - Static variable in interface au.notzed.zcl.CL
- CL_INVALID_QUEUE_PROPERTIES - Static variable in interface au.notzed.zcl.CL
- CL_INVALID_SAMPLER - Static variable in interface au.notzed.zcl.CL
- CL_INVALID_VALUE - Static variable in interface au.notzed.zcl.CL
- CL_INVALID_WORK_DIMENSION - Static variable in interface au.notzed.zcl.CL
- CL_INVALID_WORK_GROUP_SIZE - Static variable in interface au.notzed.zcl.CL
- CL_INVALID_WORK_ITEM_SIZE - Static variable in interface au.notzed.zcl.CL
- CL_KERNEL_ARG_ACCESS_NONE - Static variable in interface au.notzed.zcl.CL
- CL_KERNEL_ARG_ACCESS_QUALIFIER - Static variable in interface au.notzed.zcl.CL
- CL_KERNEL_ARG_ACCESS_READ_ONLY - Static variable in interface au.notzed.zcl.CL
- CL_KERNEL_ARG_ACCESS_READ_WRITE - Static variable in interface au.notzed.zcl.CL
- CL_KERNEL_ARG_ACCESS_WRITE_ONLY - Static variable in interface au.notzed.zcl.CL
- CL_KERNEL_ARG_ADDRESS_CONSTANT - Static variable in interface au.notzed.zcl.CL
- CL_KERNEL_ARG_ADDRESS_GLOBAL - Static variable in interface au.notzed.zcl.CL
- CL_KERNEL_ARG_ADDRESS_LOCAL - Static variable in interface au.notzed.zcl.CL
- CL_KERNEL_ARG_ADDRESS_PRIVATE - Static variable in interface au.notzed.zcl.CL
- CL_KERNEL_ARG_ADDRESS_QUALIFIER - Static variable in interface au.notzed.zcl.CL
- CL_KERNEL_ARG_INFO_NOT_AVAILABLE - Static variable in interface au.notzed.zcl.CL
- CL_KERNEL_ARG_NAME - Static variable in interface au.notzed.zcl.CL
- CL_KERNEL_ARG_TYPE_CONST - Static variable in interface au.notzed.zcl.CL
- CL_KERNEL_ARG_TYPE_NAME - Static variable in interface au.notzed.zcl.CL
- CL_KERNEL_ARG_TYPE_NONE - Static variable in interface au.notzed.zcl.CL
- CL_KERNEL_ARG_TYPE_PIPE - Static variable in interface au.notzed.zcl.CL
- CL_KERNEL_ARG_TYPE_QUALIFIER - Static variable in interface au.notzed.zcl.CL
- CL_KERNEL_ARG_TYPE_RESTRICT - Static variable in interface au.notzed.zcl.CL
- CL_KERNEL_ARG_TYPE_VOLATILE - Static variable in interface au.notzed.zcl.CL
- CL_KERNEL_ATTRIBUTES - Static variable in interface au.notzed.zcl.CL
- CL_KERNEL_COMPILE_NUM_SUB_GROUPS - Static variable in interface au.notzed.zcl.CL
- CL_KERNEL_COMPILE_WORK_GROUP_SIZE - Static variable in interface au.notzed.zcl.CL
- CL_KERNEL_CONTEXT - Static variable in interface au.notzed.zcl.CL
- CL_KERNEL_EXEC_INFO_SVM_FINE_GRAIN_SYSTEM - Static variable in interface au.notzed.zcl.CL
- CL_KERNEL_EXEC_INFO_SVM_FINE_GRAIN_SYSTEM - Static variable in class au.notzed.zcl.CLKernel
- CL_KERNEL_EXEC_INFO_SVM_PTRS - Static variable in interface au.notzed.zcl.CL
- CL_KERNEL_EXEC_INFO_SVM_PTRS - Static variable in class au.notzed.zcl.CLKernel
- CL_KERNEL_FUNCTION_NAME - Static variable in interface au.notzed.zcl.CL
- CL_KERNEL_GLOBAL_WORK_SIZE - Static variable in interface au.notzed.zcl.CL
- CL_KERNEL_LOCAL_MEM_SIZE - Static variable in interface au.notzed.zcl.CL
- CL_KERNEL_LOCAL_SIZE_FOR_SUB_GROUP_COUNT - Static variable in interface au.notzed.zcl.CL
- CL_KERNEL_MAX_NUM_SUB_GROUPS - Static variable in interface au.notzed.zcl.CL
- CL_KERNEL_MAX_SUB_GROUP_SIZE_FOR_NDRANGE - Static variable in interface au.notzed.zcl.CL
- CL_KERNEL_NUM_ARGS - Static variable in interface au.notzed.zcl.CL
- CL_KERNEL_PREFERRED_WORK_GROUP_SIZE_MULTIPLE - Static variable in interface au.notzed.zcl.CL
- CL_KERNEL_PRIVATE_MEM_SIZE - Static variable in interface au.notzed.zcl.CL
- CL_KERNEL_PROGRAM - Static variable in interface au.notzed.zcl.CL
- CL_KERNEL_REFERENCE_COUNT - Static variable in interface au.notzed.zcl.CL
- CL_KERNEL_SUB_GROUP_COUNT_FOR_NDRANGE - Static variable in interface au.notzed.zcl.CL
- CL_KERNEL_WORK_GROUP_SIZE - Static variable in interface au.notzed.zcl.CL
- cl_khr_gl_event - Static variable in class au.notzed.zcl.CLPlatform
-
GL event extension id
- cl_khr_gl_sharing - Static variable in class au.notzed.zcl.CLPlatform
-
GL sharing extension id.
- CL_LINK_PROGRAM_FAILURE - Static variable in interface au.notzed.zcl.CL
- CL_LINKER_NOT_AVAILABLE - Static variable in interface au.notzed.zcl.CL
- CL_LOCAL - Static variable in interface au.notzed.zcl.CL
- CL_LUMINANCE - au.notzed.zcl.CLChannelOrder
- CL_LUMINANCE - Static variable in interface au.notzed.zcl.CL
- CL_MAP_FAILURE - Static variable in interface au.notzed.zcl.CL
- CL_MAP_READ - Static variable in interface au.notzed.zcl.CL
- CL_MAP_WRITE - Static variable in interface au.notzed.zcl.CL
- CL_MAP_WRITE_INVALIDATE_REGION - Static variable in interface au.notzed.zcl.CL
- CL_MEM_ALLOC_HOST_PTR - Static variable in interface au.notzed.zcl.CL
- CL_MEM_ASSOCIATED_MEMOBJECT - Static variable in interface au.notzed.zcl.CL
- CL_MEM_CONTEXT - Static variable in interface au.notzed.zcl.CL
- CL_MEM_COPY_HOST_PTR - Static variable in interface au.notzed.zcl.CL
- CL_MEM_COPY_OVERLAP - Static variable in interface au.notzed.zcl.CL
- CL_MEM_FLAGS - Static variable in interface au.notzed.zcl.CL
- CL_MEM_HOST_NO_ACCESS - Static variable in interface au.notzed.zcl.CL
- CL_MEM_HOST_PTR - Static variable in interface au.notzed.zcl.CL
- CL_MEM_HOST_READ_ONLY - Static variable in interface au.notzed.zcl.CL
- CL_MEM_HOST_WRITE_ONLY - Static variable in interface au.notzed.zcl.CL
- CL_MEM_KERNEL_READ_AND_WRITE - Static variable in interface au.notzed.zcl.CL
- CL_MEM_MAP_COUNT - Static variable in interface au.notzed.zcl.CL
- CL_MEM_OBJECT_ALLOCATION_FAILURE - Static variable in interface au.notzed.zcl.CL
- CL_MEM_OBJECT_BUFFER - Static variable in interface au.notzed.zcl.CL
- CL_MEM_OBJECT_IMAGE1D - Static variable in interface au.notzed.zcl.CL
- CL_MEM_OBJECT_IMAGE1D_ARRAY - Static variable in interface au.notzed.zcl.CL
- CL_MEM_OBJECT_IMAGE1D_BUFFER - Static variable in interface au.notzed.zcl.CL
- CL_MEM_OBJECT_IMAGE2D - Static variable in interface au.notzed.zcl.CL
- CL_MEM_OBJECT_IMAGE2D_ARRAY - Static variable in interface au.notzed.zcl.CL
- CL_MEM_OBJECT_IMAGE3D - Static variable in interface au.notzed.zcl.CL
- CL_MEM_OBJECT_PIPE - Static variable in interface au.notzed.zcl.CL
- CL_MEM_OFFSET - Static variable in interface au.notzed.zcl.CL
- CL_MEM_READ_ONLY - Static variable in interface au.notzed.zcl.CL
- CL_MEM_READ_WRITE - Static variable in interface au.notzed.zcl.CL
- CL_MEM_REFERENCE_COUNT - Static variable in interface au.notzed.zcl.CL
- CL_MEM_SIZE - Static variable in interface au.notzed.zcl.CL
- CL_MEM_SVM_ATOMICS - Static variable in interface au.notzed.zcl.CL
- CL_MEM_SVM_FINE_GRAIN_BUFFER - Static variable in interface au.notzed.zcl.CL
- CL_MEM_TYPE - Static variable in interface au.notzed.zcl.CL
- CL_MEM_USE_HOST_PTR - Static variable in interface au.notzed.zcl.CL
- CL_MEM_USES_SVM_POINTER - Static variable in interface au.notzed.zcl.CL
- CL_MEM_WRITE_ONLY - Static variable in interface au.notzed.zcl.CL
- CL_MIGRATE_MEM_OBJECT_CONTENT_UNDEFINED - Static variable in interface au.notzed.zcl.CL
- CL_MIGRATE_MEM_OBJECT_HOST - Static variable in interface au.notzed.zcl.CL
- CL_MISALIGNED_SUB_BUFFER_OFFSET - Static variable in interface au.notzed.zcl.CL
- CL_NON_BLOCKING - Static variable in interface au.notzed.zcl.CL
- CL_NONE - Static variable in interface au.notzed.zcl.CL
- CL_OUT_OF_HOST_MEMORY - Static variable in interface au.notzed.zcl.CL
- CL_OUT_OF_RESOURCES - Static variable in interface au.notzed.zcl.CL
- CL_PIPE_MAX_PACKETS - Static variable in interface au.notzed.zcl.CL
- CL_PIPE_PACKET_SIZE - Static variable in interface au.notzed.zcl.CL
- CL_PLATFORM_EXTENSIONS - Static variable in interface au.notzed.zcl.CL
- CL_PLATFORM_HOST_TIMER_RESOLUTION - Static variable in interface au.notzed.zcl.CL
- CL_PLATFORM_NAME - Static variable in interface au.notzed.zcl.CL
- CL_PLATFORM_PROFILE - Static variable in interface au.notzed.zcl.CL
- CL_PLATFORM_VENDOR - Static variable in interface au.notzed.zcl.CL
- CL_PLATFORM_VERSION - Static variable in interface au.notzed.zcl.CL
- CL_PROFILING_COMMAND_COMPLETE - Static variable in interface au.notzed.zcl.CL
- CL_PROFILING_COMMAND_END - Static variable in interface au.notzed.zcl.CL
- CL_PROFILING_COMMAND_QUEUED - Static variable in interface au.notzed.zcl.CL
- CL_PROFILING_COMMAND_START - Static variable in interface au.notzed.zcl.CL
- CL_PROFILING_COMMAND_SUBMIT - Static variable in interface au.notzed.zcl.CL
- CL_PROFILING_INFO_NOT_AVAILABLE - Static variable in interface au.notzed.zcl.CL
- CL_PROGRAM_BINARIES - Static variable in interface au.notzed.zcl.CL
- CL_PROGRAM_BINARY_SIZES - Static variable in interface au.notzed.zcl.CL
- CL_PROGRAM_BINARY_TYPE - Static variable in interface au.notzed.zcl.CL
- CL_PROGRAM_BINARY_TYPE_COMPILED_OBJECT - Static variable in interface au.notzed.zcl.CL
- CL_PROGRAM_BINARY_TYPE_EXECUTABLE - Static variable in interface au.notzed.zcl.CL
- CL_PROGRAM_BINARY_TYPE_LIBRARY - Static variable in interface au.notzed.zcl.CL
- CL_PROGRAM_BINARY_TYPE_NONE - Static variable in interface au.notzed.zcl.CL
- CL_PROGRAM_BUILD_GLOBAL_VARIABLE_TOTAL_SIZE - Static variable in interface au.notzed.zcl.CL
- CL_PROGRAM_BUILD_LOG - Static variable in interface au.notzed.zcl.CL
- CL_PROGRAM_BUILD_OPTIONS - Static variable in interface au.notzed.zcl.CL
- CL_PROGRAM_BUILD_STATUS - Static variable in interface au.notzed.zcl.CL
- CL_PROGRAM_CONTEXT - Static variable in interface au.notzed.zcl.CL
- CL_PROGRAM_DEVICES - Static variable in interface au.notzed.zcl.CL
- CL_PROGRAM_IL - Static variable in interface au.notzed.zcl.CL
- CL_PROGRAM_KERNEL_NAMES - Static variable in interface au.notzed.zcl.CL
- CL_PROGRAM_NUM_DEVICES - Static variable in interface au.notzed.zcl.CL
- CL_PROGRAM_NUM_KERNELS - Static variable in interface au.notzed.zcl.CL
- CL_PROGRAM_REFERENCE_COUNT - Static variable in interface au.notzed.zcl.CL
- CL_PROGRAM_SOURCE - Static variable in interface au.notzed.zcl.CL
- CL_QUEUE_CONTEXT - Static variable in interface au.notzed.zcl.CL
- CL_QUEUE_DEVICE - Static variable in interface au.notzed.zcl.CL
- CL_QUEUE_DEVICE_DEFAULT - Static variable in interface au.notzed.zcl.CL
- CL_QUEUE_ON_DEVICE - Static variable in interface au.notzed.zcl.CL
- CL_QUEUE_ON_DEVICE_DEFAULT - Static variable in interface au.notzed.zcl.CL
- CL_QUEUE_OUT_OF_ORDER_EXEC_MODE_ENABLE - Static variable in interface au.notzed.zcl.CL
- CL_QUEUE_PROFILING_ENABLE - Static variable in interface au.notzed.zcl.CL
- CL_QUEUE_PROPERTIES - Static variable in interface au.notzed.zcl.CL
- CL_QUEUE_REFERENCE_COUNT - Static variable in interface au.notzed.zcl.CL
- CL_QUEUE_SIZE - Static variable in interface au.notzed.zcl.CL
- CL_QUEUED - Static variable in interface au.notzed.zcl.CL
- CL_R - au.notzed.zcl.CLChannelOrder
- CL_R - Static variable in interface au.notzed.zcl.CL
- CL_RA - au.notzed.zcl.CLChannelOrder
- CL_RA - Static variable in interface au.notzed.zcl.CL
- CL_READ_ONLY_CACHE - Static variable in interface au.notzed.zcl.CL
- CL_READ_WRITE_CACHE - Static variable in interface au.notzed.zcl.CL
- CL_RG - au.notzed.zcl.CLChannelOrder
- CL_RG - Static variable in interface au.notzed.zcl.CL
- CL_RGB - au.notzed.zcl.CLChannelOrder
- CL_RGB - Static variable in interface au.notzed.zcl.CL
- CL_RGBA - au.notzed.zcl.CLChannelOrder
- CL_RGBA - Static variable in interface au.notzed.zcl.CL
- CL_RGBx - au.notzed.zcl.CLChannelOrder
- CL_RGBx - Static variable in interface au.notzed.zcl.CL
- CL_RGx - au.notzed.zcl.CLChannelOrder
- CL_RGx - Static variable in interface au.notzed.zcl.CL
- CL_RUNNING - Static variable in interface au.notzed.zcl.CL
- CL_Rx - au.notzed.zcl.CLChannelOrder
- CL_Rx - Static variable in interface au.notzed.zcl.CL
- CL_SAMPLER_ADDRESSING_MODE - Static variable in interface au.notzed.zcl.CL
- CL_SAMPLER_CONTEXT - Static variable in interface au.notzed.zcl.CL
- CL_SAMPLER_FILTER_MODE - Static variable in interface au.notzed.zcl.CL
- CL_SAMPLER_LOD_MAX - Static variable in interface au.notzed.zcl.CL
- CL_SAMPLER_LOD_MIN - Static variable in interface au.notzed.zcl.CL
- CL_SAMPLER_MIP_FILTER_MODE - Static variable in interface au.notzed.zcl.CL
- CL_SAMPLER_NORMALIZED_COORDS - Static variable in interface au.notzed.zcl.CL
- CL_SAMPLER_REFERENCE_COUNT - Static variable in interface au.notzed.zcl.CL
- CL_sBGRA - au.notzed.zcl.CLChannelOrder
- CL_sBGRA - Static variable in interface au.notzed.zcl.CL
- CL_SIGNED_INT16 - au.notzed.zcl.CLChannelType
- CL_SIGNED_INT16 - Static variable in interface au.notzed.zcl.CL
- CL_SIGNED_INT32 - au.notzed.zcl.CLChannelType
- CL_SIGNED_INT32 - Static variable in interface au.notzed.zcl.CL
- CL_SIGNED_INT8 - au.notzed.zcl.CLChannelType
- CL_SIGNED_INT8 - Static variable in interface au.notzed.zcl.CL
- CL_SNORM_INT16 - au.notzed.zcl.CLChannelType
- CL_SNORM_INT16 - Static variable in interface au.notzed.zcl.CL
- CL_SNORM_INT8 - au.notzed.zcl.CLChannelType
- CL_SNORM_INT8 - Static variable in interface au.notzed.zcl.CL
- CL_sRGB - au.notzed.zcl.CLChannelOrder
- CL_sRGB - Static variable in interface au.notzed.zcl.CL
- CL_sRGBA - au.notzed.zcl.CLChannelOrder
- CL_sRGBA - Static variable in interface au.notzed.zcl.CL
- CL_sRGBx - au.notzed.zcl.CLChannelOrder
- CL_sRGBx - Static variable in interface au.notzed.zcl.CL
- CL_SUBMITTED - Static variable in interface au.notzed.zcl.CL
- CL_SUCCESS - Static variable in interface au.notzed.zcl.CL
-
***************************************************************************
- CL_TRUE - Static variable in interface au.notzed.zcl.CL
- CL_UNORM_INT_101010 - au.notzed.zcl.CLChannelType
- CL_UNORM_INT_101010 - Static variable in interface au.notzed.zcl.CL
- CL_UNORM_INT_101010_2 - Static variable in interface au.notzed.zcl.CL
- CL_UNORM_INT16 - au.notzed.zcl.CLChannelType
- CL_UNORM_INT16 - Static variable in interface au.notzed.zcl.CL
- CL_UNORM_INT24 - au.notzed.zcl.CLChannelType
- CL_UNORM_INT24 - Static variable in interface au.notzed.zcl.CL
- CL_UNORM_INT8 - au.notzed.zcl.CLChannelType
- CL_UNORM_INT8 - Static variable in interface au.notzed.zcl.CL
- CL_UNORM_SHORT_555 - au.notzed.zcl.CLChannelType
- CL_UNORM_SHORT_555 - Static variable in interface au.notzed.zcl.CL
- CL_UNORM_SHORT_565 - au.notzed.zcl.CLChannelType
- CL_UNORM_SHORT_565 - Static variable in interface au.notzed.zcl.CL
- CL_UNSIGNED_INT16 - au.notzed.zcl.CLChannelType
- CL_UNSIGNED_INT16 - Static variable in interface au.notzed.zcl.CL
- CL_UNSIGNED_INT32 - au.notzed.zcl.CLChannelType
- CL_UNSIGNED_INT32 - Static variable in interface au.notzed.zcl.CL
- CL_UNSIGNED_INT8 - au.notzed.zcl.CLChannelType
- CL_UNSIGNED_INT8 - Static variable in interface au.notzed.zcl.CL
- CL_WGL_HDC_KHR - Static variable in class au.notzed.zcl.khr.GLSharing
- CLBuffer - Class in au.notzed.zcl
-
Interface for memory buffers.
- CLBuffer(MemoryAddress) - Constructor for class au.notzed.zcl.CLBuffer
- CLBufferInfo - Class in au.notzed.zcl
-
Parameters for Buffer.createSubBuffer()
- CLBufferInfo() - Constructor for class au.notzed.zcl.CLBufferInfo
- CLChannelOrder - Enum in au.notzed.zcl
-
Enum for wrapping the cl_channel_order constants from cl.h.
- CLChannelType - Enum in au.notzed.zcl
-
Enum for wrapping the cl_channel_type constants from cl.h.
- CLCommandQueue - Class in au.notzed.zcl
-
Interface for cl_command_queue.
- CLCommandQueue(MemoryAddress) - Constructor for class au.notzed.zcl.CLCommandQueue
- CLCommandType - Enum in au.notzed.zcl
-
Enum for wrapping the cl_command_type constants from cl.h.
- CLContext - Class in au.notzed.zcl
-
Interface for cl_context
- CLContext(MemoryAddress) - Constructor for class au.notzed.zcl.CLContext
- CLContextNotify - Interface in au.notzed.zcl
-
Callback for CLContext.createContext*()
- CLContextProperty - Interface in au.notzed.zcl
-
Properties for CLContext creation.
- CLContextProperty.TagValue - Class in au.notzed.zcl
- clCreateEventFromGLsync(CLContext, long) - Method in class au.notzed.zcl.khr.GLEvent
- CLDevice - Class in au.notzed.zcl
-
Interface for cl_device_id.
- CLDevice(MemoryAddress) - Constructor for class au.notzed.zcl.CLDevice
- CLDeviceProperty - Interface in au.notzed.zcl
-
Properties for CLDevice sub-device creation.
- CLDeviceProperty.PartitionByCounts - Class in au.notzed.zcl
- CLDeviceProperty.TagValue - Class in au.notzed.zcl
- CLEvent - Class in au.notzed.zcl
-
Interface for cl_event.
- CLEvent(MemoryAddress) - Constructor for class au.notzed.zcl.CLEvent
- CLEventList - Class in au.notzed.zcl
-
Manages a list of cl_events.
- CLEventList(int) - Constructor for class au.notzed.zcl.CLEventList
-
Creates a new event list.
- CLEventNotify - Interface in au.notzed.zcl
-
Callback for CLEvent.
- CLException - Exception in au.notzed.zcl
- CLException() - Constructor for exception au.notzed.zcl.CLException
- CLException(int) - Constructor for exception au.notzed.zcl.CLException
- CLExtendable - Class in au.notzed.zcl
-
Extendable object.
- CLExtendable(MemoryAddress) - Constructor for class au.notzed.zcl.CLExtendable
- CLExtension - Class in au.notzed.zcl
-
Experimental code for extension support.
- CLExtension(MemoryAddress) - Constructor for class au.notzed.zcl.CLExtension
- CLImage<T> - Class in au.notzed.zcl
-
Interface for cl_image.
- CLImage(MemoryAddress) - Constructor for class au.notzed.zcl.CLImage
- CLImage(MemoryAddress, MemorySegment) - Constructor for class au.notzed.zcl.CLImage
- CLImageDesc - Class in au.notzed.zcl
-
Holder for cl_image_desc equivalent.
- CLImageDesc() - Constructor for class au.notzed.zcl.CLImageDesc
- CLImageDesc(int, long, long, long, long, long, long, long, long, CLMemory) - Constructor for class au.notzed.zcl.CLImageDesc
- CLImageFormat - Class in au.notzed.zcl
-
Holder for cl_image_format equivalent.
- CLImageFormat(int, int) - Constructor for class au.notzed.zcl.CLImageFormat
- CLImageFormat(CLChannelOrder, CLChannelType) - Constructor for class au.notzed.zcl.CLImageFormat
- clinfo - Class in au.notzed.zcl.tools
-
A very basic and incomplete copy of 'clinfo'.
- clinfo() - Constructor for class au.notzed.zcl.tools.clinfo
- CLKernel - Class in au.notzed.zcl
-
Interface for cl_kernel.
- CLMemory - Class in au.notzed.zcl
-
Interface for cl_mem.
- CLNativeKernel - Interface in au.notzed.zcl
-
Native kernel as passed to CLCommandQueue.enqueueNativeKernel.
- CLNotify<T> - Interface in au.notzed.zcl
-
Generic notify routine.
- CLObject - Class in au.notzed.zcl
-
Base class for all OpenCL types which can be represented as objects.
- CLObject(MemoryAddress) - Constructor for class au.notzed.zcl.CLObject
- cloneKernel() - Method in class au.notzed.zcl.CLKernel
-
Calls clCloneKernel.
- close() - Method in interface api.Allocator
- close() - Method in class api.Callback
- close() - Method in class au.notzed.zcl.CLEventList
- CLPipe<T> - Class in au.notzed.zcl
-
Interface for pipes.
- CLPipe(MemoryAddress) - Constructor for class au.notzed.zcl.CLPipe
- CLPipe(MemoryAddress, MemorySegment) - Constructor for class au.notzed.zcl.CLPipe
- CLPipeProperty - Interface in au.notzed.zcl
-
Properties for CLPipe creation.
- CLPipeProperty.TagValue - Class in au.notzed.zcl
- CLPlatform - Class in au.notzed.zcl
-
Interface for cl_platform_id
- CLPlatform(MemoryAddress) - Constructor for class au.notzed.zcl.CLPlatform
- CLProgram - Class in au.notzed.zcl
-
Interface for cl_program.
- CLProperty - Interface in au.notzed.zcl
-
All property arrays implement this interface.
- CLProperty.TagValue - Class in au.notzed.zcl
-
A simple tag/value property type.
- CLQueueProperty - Interface in au.notzed.zcl
-
Properties for CLCommandQueue creation.
- CLQueueProperty.TagValue - Class in au.notzed.zcl
- CLRuntimeException - Exception in au.notzed.zcl
- CLRuntimeException() - Constructor for exception au.notzed.zcl.CLRuntimeException
- CLRuntimeException(int) - Constructor for exception au.notzed.zcl.CLRuntimeException
- CLSampler - Class in au.notzed.zcl
-
Interface for cl_sampler.
- CLSampler(MemoryAddress) - Constructor for class au.notzed.zcl.CLSampler
- CLSamplerProperty - Interface in au.notzed.zcl
-
Properties for CLSampler creation.
- CLSamplerProperty.TagValue - Class in au.notzed.zcl
- CLTask - Interface in au.notzed.zcl
-
Tasks are a functional(ish) interface to queueable jobs.
- compileProgram(CLDevice[], String, CLProgram[], String[], CLNotify<CLProgram>) - Method in class au.notzed.zcl.CLProgram
-
Call clCompileProgram.
- create(MemoryAddress) - Static method in class au.notzed.zcl.CLMemory
- create(MemoryAddress) - Static method in class au.notzed.zcl.CLProgram
- create2D(int, int) - Static method in class au.notzed.zcl.CLImageDesc
-
Create a 2d image descriptor.
- create2D(int, int, int) - Static method in class au.notzed.zcl.CLImageDesc
-
Create a 2d image array descriptor.
- createBuffer(long, byte[]) - Method in class au.notzed.zcl.CLContext
-
Calls clCreateBuffer with the array as the host pointer.
- createBuffer(long, float[]) - Method in class au.notzed.zcl.CLContext
- createBuffer(long, long) - Method in class au.notzed.zcl.CLContext
-
Calls clCreateBuffer with an empty host pointer.
- createBuffer(long, long, ByteBuffer) - Method in class au.notzed.zcl.CLContext
-
Calls clCreateBuffer.
- createBuffer(long, long, MemorySegment) - Method in class au.notzed.zcl.CLContext
-
Calls clCreateBuffer.
- createBuffer(long, ByteBuffer) - Method in class au.notzed.zcl.CLContext
-
Call clCreateBuffer() with sized buffer.
- createBuffer(long, MemorySegment) - Method in class au.notzed.zcl.CLContext
-
Call clCreateBuffer() with sized buffer.
- createCommandQueue(CLDevice, long) - Method in class au.notzed.zcl.CLContext
-
Calls clCreateCommandQueue.
- createCommandQueue(CLDevice, CLQueueProperty[]) - Method in class au.notzed.zcl.CLContext
-
Calls clCreateCommandQueueWithProperties.
- createContext(CLContextProperty[], CLDevice[]) - Static method in class au.notzed.zcl.CLContext
- createContext(CLContextProperty[], CLDevice[], CLContextNotify) - Static method in class au.notzed.zcl.CLContext
-
Calls clCreateContext.
- createContextFromType(CLContextProperty[], long, CLContextNotify) - Static method in class au.notzed.zcl.CLContext
-
Calls clCreateContextFromType.
- createFromGLBuffer(CLContext, long, int) - Method in class au.notzed.zcl.khr.GLSharing
- createFromGLRenderbuffer(CLContext, long, int) - Method in class au.notzed.zcl.khr.GLSharing
- createFromGLTexture(CLContext, long, int, int, int) - Method in class au.notzed.zcl.khr.GLSharing
- createImage(long, CLImageFormat, CLImageDesc) - Method in class au.notzed.zcl.CLContext
- createImage(long, CLImageFormat, CLImageDesc, byte[]) - Method in class au.notzed.zcl.CLContext
- createImage(long, CLImageFormat, CLImageDesc, float[]) - Method in class au.notzed.zcl.CLContext
- createImage(long, CLImageFormat, CLImageDesc, ByteBuffer) - Method in class au.notzed.zcl.CLContext
- createImage(long, CLImageFormat, CLImageDesc, MemorySegment) - Method in class au.notzed.zcl.CLContext
-
Calls clCreateImage, or clCreateImageXD on OpenCL 1.1 or less.
- createKernel(String) - Method in class au.notzed.zcl.CLProgram
-
Call clCreateKernel.
- createKernelsInProgram() - Method in class au.notzed.zcl.CLProgram
-
Call clCreateKernelsInProgram.
- createPipe(long, int, int, CLPipeProperty[]) - Method in class au.notzed.zcl.CLContext
-
Calls clCreatePipe
- createProgramWithBinary(CLDevice[], byte[][], int[]) - Method in class au.notzed.zcl.CLContext
-
Calls clCreateProgramWithBinary.
- createProgramWithBuiltInKernels(CLDevice[], String) - Method in class au.notzed.zcl.CLContext
-
Calls clCreateProgramWithBuiltInKernels.
- createProgramWithIL(byte[]) - Method in class au.notzed.zcl.CLContext
-
Calls clCreateProgramWithIL
- createProgramWithSource(byte[]...) - Method in class au.notzed.zcl.CLContext
-
Calls clCreateProgramWithSource.
- createProgramWithSource(InputStream) - Method in class au.notzed.zcl.CLContext
- createProgramWithSource(String...) - Method in class au.notzed.zcl.CLContext
- createSampler(boolean, int, int) - Method in class au.notzed.zcl.CLContext
-
Calls clCreateSampler.
- createSampler(CLSamplerProperty[]) - Method in class au.notzed.zcl.CLContext
-
Calls clCreateSamplerWithProperties
- createSubBuffer(long, CLBufferInfo) - Method in class au.notzed.zcl.CLBuffer
-
Call clCreateSubBuffer.
- createUserEvent() - Method in class au.notzed.zcl.CLContext
-
Calls clCreateUserEvent.
D
- debugDumpReachable(String) - Static method in class api.Native
- debugFlushAll() - Static method in class api.Native
- downcallHandle(LibraryLookup[], String, String) - Static method in class api.Native
- downcallHandle(MemoryAddress, String) - Static method in class api.Native
- dumpSignature(String) - Static method in class api.Native
E
- EGL_DISPLAY_KHR(long) - Static method in class au.notzed.zcl.khr.GLSharing
- enqueue(CLCommandQueue, CLEventList, CLEventList) - Method in interface au.notzed.zcl.CLTask
-
Enqueue the job.
- enqueue1DKernel(CLKernel, long, long, long, CLEventList, CLEventList) - Method in class au.notzed.zcl.CLCommandQueue
-
Calls enqueueNDRangeKernel for 1 dimensional work.
- enqueue2DKernel(CLKernel, long, long, long, long, long, long, CLEventList, CLEventList) - Method in class au.notzed.zcl.CLCommandQueue
-
Calls enqueueNDRangeKernel for 2 dimensional work.
- enqueueAcquireGLObjects(CLCommandQueue, CLMemory[], CLEventList, CLEventList) - Method in class au.notzed.zcl.khr.GLSharing
- enqueueBarrierWithWaitList(CLEventList, CLEventList) - Method in class au.notzed.zcl.CLCommandQueue
-
Enqueues a barrier.
- enqueueCopyBuffer(CLBuffer, CLBuffer, long, long, long, CLEventList, CLEventList) - Method in class au.notzed.zcl.CLCommandQueue
- enqueueCopyBufferRect(CLBuffer, CLBuffer, long[], long[], long[], long, long, long, long, CLEventList, CLEventList) - Method in class au.notzed.zcl.CLCommandQueue
- enqueueCopyBufferToImage(CLBuffer, CLImage, long, long[], long[], CLEventList, CLEventList) - Method in class au.notzed.zcl.CLCommandQueue
- enqueueCopyImage(CLImage, CLImage, long[], long[], long[], CLEventList, CLEventList) - Method in class au.notzed.zcl.CLCommandQueue
- enqueueCopyImageToBuffer(CLImage, CLBuffer, long[], long[], long, CLEventList, CLEventList) - Method in class au.notzed.zcl.CLCommandQueue
- enqueueFillBuffer(CLBuffer, byte[], long, long, CLEventList, CLEventList) - Method in class au.notzed.zcl.CLCommandQueue
-
Calls clEnqueueFillBuffer for byte types.
- enqueueFillBuffer(CLBuffer, double[], long, long, CLEventList, CLEventList) - Method in class au.notzed.zcl.CLCommandQueue
-
Calls clEnqueueFillBuffer for double types.
- enqueueFillBuffer(CLBuffer, float[], long, long, CLEventList, CLEventList) - Method in class au.notzed.zcl.CLCommandQueue
-
Calls clEnqueueFillBuffer for float types.
- enqueueFillBuffer(CLBuffer, int[], long, long, CLEventList, CLEventList) - Method in class au.notzed.zcl.CLCommandQueue
-
Calls clEnqueueFillBuffer for integer types.
- enqueueFillBuffer(CLBuffer, long[], long, long, CLEventList, CLEventList) - Method in class au.notzed.zcl.CLCommandQueue
-
Calls clEnqueueFillBuffer for long types.
- enqueueFillBuffer(CLBuffer, short[], long, long, CLEventList, CLEventList) - Method in class au.notzed.zcl.CLCommandQueue
-
Calls clEnqueueFillBuffer for short types.
- enqueueFillBuffer(CLBuffer, ByteBuffer, long, long, CLEventList, CLEventList) - Method in class au.notzed.zcl.CLCommandQueue
- enqueueFillBuffer(CLBuffer, MemorySegment, long, long, CLEventList, CLEventList) - Method in class au.notzed.zcl.CLCommandQueue
-
Calls clEnqueueFillBuffer.
- enqueueFillImage(CLImage, float[], long[], long[], CLEventList, CLEventList) - Method in class au.notzed.zcl.CLCommandQueue
-
Calls clEnqueueFillImage for images whose channel data type is not an unormalised signed or unsigned integral type.
- enqueueFillImage(CLImage, int[], long[], long[], CLEventList, CLEventList) - Method in class au.notzed.zcl.CLCommandQueue
-
Calls clEnqueueFillImage for images whose channel data type is unormalised signed or unsigned integral type.
- enqueueMapBuffer(CLBuffer, boolean, long, long, long, CLEventList, CLEventList) - Method in class au.notzed.zcl.CLCommandQueue
- enqueueMapImage(CLImage, boolean, long, long[], long[], long[], long[], CLEventList, CLEventList) - Method in class au.notzed.zcl.CLCommandQueue
- enqueueMarkerWithWaitList(CLEventList, CLEventList) - Method in class au.notzed.zcl.CLCommandQueue
-
Enqueues a marker point.
- enqueueMigrateMemObjects(CLMemory[], long, CLEventList, CLEventList) - Method in class au.notzed.zcl.CLCommandQueue
- enqueueNativeKernel(CLNativeKernel, CLEventList, CLEventList, Object...) - Method in class au.notzed.zcl.CLCommandQueue
-
Invoke a native kernel.
- enqueueNDRangeKernel(CLKernel, int, long[], long[], long[], CLEventList, CLEventList) - Method in class au.notzed.zcl.CLCommandQueue
-
Call clEnqueueNDRangeKernel.
- enqueueReadBuffer(CLBuffer, boolean, long, int, byte[], int, CLEventList, CLEventList) - Method in class au.notzed.zcl.CLCommandQueue
-
Calls clEnqueueReadBuffer for a byte array.
- enqueueReadBuffer(CLBuffer, boolean, long, int, double[], int, CLEventList, CLEventList) - Method in class au.notzed.zcl.CLCommandQueue
- enqueueReadBuffer(CLBuffer, boolean, long, int, float[], int, CLEventList, CLEventList) - Method in class au.notzed.zcl.CLCommandQueue
- enqueueReadBuffer(CLBuffer, boolean, long, int, int[], int, CLEventList, CLEventList) - Method in class au.notzed.zcl.CLCommandQueue
- enqueueReadBuffer(CLBuffer, boolean, long, int, long[], int, CLEventList, CLEventList) - Method in class au.notzed.zcl.CLCommandQueue
- enqueueReadBuffer(CLBuffer, boolean, long, int, short[], int, CLEventList, CLEventList) - Method in class au.notzed.zcl.CLCommandQueue
-
Calls clEnqueueReadBuffer for a short array.
- enqueueReadBuffer(CLBuffer, boolean, long, long, ByteBuffer, CLEventList, CLEventList) - Method in class au.notzed.zcl.CLCommandQueue
- enqueueReadBuffer(CLBuffer, boolean, long, long, MemorySegment, CLEventList, CLEventList) - Method in class au.notzed.zcl.CLCommandQueue
-
Calls clEnqueueReadBuffer for a MemorySegment.
- enqueueReadBufferRect(CLBuffer, boolean, long[], long[], long[], long, long, long, long, byte[], CLEventList, CLEventList) - Method in class au.notzed.zcl.CLCommandQueue
- enqueueReadBufferRect(CLBuffer, boolean, long[], long[], long[], long, long, long, long, double[], CLEventList, CLEventList) - Method in class au.notzed.zcl.CLCommandQueue
- enqueueReadBufferRect(CLBuffer, boolean, long[], long[], long[], long, long, long, long, float[], CLEventList, CLEventList) - Method in class au.notzed.zcl.CLCommandQueue
- enqueueReadBufferRect(CLBuffer, boolean, long[], long[], long[], long, long, long, long, int[], CLEventList, CLEventList) - Method in class au.notzed.zcl.CLCommandQueue
- enqueueReadBufferRect(CLBuffer, boolean, long[], long[], long[], long, long, long, long, long[], CLEventList, CLEventList) - Method in class au.notzed.zcl.CLCommandQueue
- enqueueReadBufferRect(CLBuffer, boolean, long[], long[], long[], long, long, long, long, short[], CLEventList, CLEventList) - Method in class au.notzed.zcl.CLCommandQueue
- enqueueReadBufferRect(CLBuffer, boolean, long[], long[], long[], long, long, long, long, ByteBuffer, CLEventList, CLEventList) - Method in class au.notzed.zcl.CLCommandQueue
- enqueueReadBufferRect(CLBuffer, boolean, long[], long[], long[], long, long, long, long, MemorySegment, CLEventList, CLEventList) - Method in class au.notzed.zcl.CLCommandQueue
- enqueueReadImage(CLImage, boolean, long[], long[], long, long, byte[], int, CLEventList, CLEventList) - Method in class au.notzed.zcl.CLCommandQueue
- enqueueReadImage(CLImage, boolean, long[], long[], long, long, double[], long, CLEventList, CLEventList) - Method in class au.notzed.zcl.CLCommandQueue
- enqueueReadImage(CLImage, boolean, long[], long[], long, long, float[], int, CLEventList, CLEventList) - Method in class au.notzed.zcl.CLCommandQueue
- enqueueReadImage(CLImage, boolean, long[], long[], long, long, int[], long, CLEventList, CLEventList) - Method in class au.notzed.zcl.CLCommandQueue
- enqueueReadImage(CLImage, boolean, long[], long[], long, long, long[], long, CLEventList, CLEventList) - Method in class au.notzed.zcl.CLCommandQueue
- enqueueReadImage(CLImage, boolean, long[], long[], long, long, short[], int, CLEventList, CLEventList) - Method in class au.notzed.zcl.CLCommandQueue
- enqueueReadImage(CLImage, boolean, long[], long[], long, long, ByteBuffer, CLEventList, CLEventList) - Method in class au.notzed.zcl.CLCommandQueue
- enqueueReadImage(CLImage, boolean, long[], long[], long, long, MemorySegment, CLEventList, CLEventList) - Method in class au.notzed.zcl.CLCommandQueue
- enqueueReleaseGLObjects(CLCommandQueue, CLMemory[], CLEventList, CLEventList) - Method in class au.notzed.zcl.khr.GLSharing
- enqueueSVMFree(ByteBuffer[], CLEventList, CLEventList) - Method in class au.notzed.zcl.CLCommandQueue
-
Call clEnqueueSVMFree().
- enqueueSVMMap(boolean, long, ByteBuffer, long, long, CLEventList, CLEventList) - Method in class au.notzed.zcl.CLCommandQueue
-
Calls clEnqueueSVNMap().
- enqueueSVMMemcpy(boolean, ByteBuffer, long, ByteBuffer, long, long, CLEventList, CLEventList) - Method in class au.notzed.zcl.CLCommandQueue
-
Call clEnqueueSVMMemcopy().
- enqueueSVMMemFill(ByteBuffer, byte[], long, long, CLEventList, CLEventList) - Method in class au.notzed.zcl.CLCommandQueue
-
Fill target with pattern.
- enqueueSVMMemFill(ByteBuffer, double[], long, long, CLEventList, CLEventList) - Method in class au.notzed.zcl.CLCommandQueue
- enqueueSVMMemFill(ByteBuffer, float[], long, long, CLEventList, CLEventList) - Method in class au.notzed.zcl.CLCommandQueue
- enqueueSVMMemFill(ByteBuffer, int[], long, long, CLEventList, CLEventList) - Method in class au.notzed.zcl.CLCommandQueue
- enqueueSVMMemFill(ByteBuffer, long[], long, long, CLEventList, CLEventList) - Method in class au.notzed.zcl.CLCommandQueue
- enqueueSVMMemFill(ByteBuffer, short[], long, long, CLEventList, CLEventList) - Method in class au.notzed.zcl.CLCommandQueue
- enqueueSVMMigrateMem(ByteBuffer[], long[], long[], long, CLEventList, CLEventList) - Method in class au.notzed.zcl.CLCommandQueue
- enqueueSVMUnmap(ByteBuffer, long, CLEventList, CLEventList) - Method in class au.notzed.zcl.CLCommandQueue
-
Must match a corresponding call to enqueueSVMMap (svm and offset).
- enqueueTask(CLKernel, CLEventList, CLEventList) - Method in class au.notzed.zcl.CLCommandQueue
- enqueueUnmapMemObject(CLMemory, ByteBuffer, CLEventList, CLEventList) - Method in class au.notzed.zcl.CLCommandQueue
- enqueueWriteBuffer(CLBuffer, boolean, long, int, byte[], int, CLEventList, CLEventList) - Method in class au.notzed.zcl.CLCommandQueue
- enqueueWriteBuffer(CLBuffer, boolean, long, int, double[], int, CLEventList, CLEventList) - Method in class au.notzed.zcl.CLCommandQueue
- enqueueWriteBuffer(CLBuffer, boolean, long, int, float[], int, CLEventList, CLEventList) - Method in class au.notzed.zcl.CLCommandQueue
- enqueueWriteBuffer(CLBuffer, boolean, long, int, int[], int, CLEventList, CLEventList) - Method in class au.notzed.zcl.CLCommandQueue
- enqueueWriteBuffer(CLBuffer, boolean, long, int, long[], int, CLEventList, CLEventList) - Method in class au.notzed.zcl.CLCommandQueue
- enqueueWriteBuffer(CLBuffer, boolean, long, int, short[], int, CLEventList, CLEventList) - Method in class au.notzed.zcl.CLCommandQueue
- enqueueWriteBuffer(CLBuffer, boolean, long, long, ByteBuffer, CLEventList, CLEventList) - Method in class au.notzed.zcl.CLCommandQueue
- enqueueWriteBuffer(CLBuffer, boolean, long, long, MemorySegment, CLEventList, CLEventList) - Method in class au.notzed.zcl.CLCommandQueue
- enqueueWriteBufferRect(CLBuffer, boolean, long[], long[], long[], long, long, long, long, byte[], CLEventList, CLEventList) - Method in class au.notzed.zcl.CLCommandQueue
- enqueueWriteBufferRect(CLBuffer, boolean, long[], long[], long[], long, long, long, long, double[], CLEventList, CLEventList) - Method in class au.notzed.zcl.CLCommandQueue
- enqueueWriteBufferRect(CLBuffer, boolean, long[], long[], long[], long, long, long, long, float[], CLEventList, CLEventList) - Method in class au.notzed.zcl.CLCommandQueue
- enqueueWriteBufferRect(CLBuffer, boolean, long[], long[], long[], long, long, long, long, int[], CLEventList, CLEventList) - Method in class au.notzed.zcl.CLCommandQueue
- enqueueWriteBufferRect(CLBuffer, boolean, long[], long[], long[], long, long, long, long, long[], CLEventList, CLEventList) - Method in class au.notzed.zcl.CLCommandQueue
- enqueueWriteBufferRect(CLBuffer, boolean, long[], long[], long[], long, long, long, long, short[], CLEventList, CLEventList) - Method in class au.notzed.zcl.CLCommandQueue
- enqueueWriteBufferRect(CLBuffer, boolean, long[], long[], long[], long, long, long, long, ByteBuffer, CLEventList, CLEventList) - Method in class au.notzed.zcl.CLCommandQueue
- enqueueWriteBufferRect(CLBuffer, boolean, long[], long[], long[], long, long, long, long, MemorySegment, CLEventList, CLEventList) - Method in class au.notzed.zcl.CLCommandQueue
- enqueueWriteImage(CLImage, boolean, long[], long[], long, long, byte[], int, CLEventList, CLEventList) - Method in class au.notzed.zcl.CLCommandQueue
- enqueueWriteImage(CLImage, boolean, long[], long[], long, long, double[], long, CLEventList, CLEventList) - Method in class au.notzed.zcl.CLCommandQueue
- enqueueWriteImage(CLImage, boolean, long[], long[], long, long, float[], int, CLEventList, CLEventList) - Method in class au.notzed.zcl.CLCommandQueue
- enqueueWriteImage(CLImage, boolean, long[], long[], long, long, int[], long, CLEventList, CLEventList) - Method in class au.notzed.zcl.CLCommandQueue
- enqueueWriteImage(CLImage, boolean, long[], long[], long, long, long[], long, CLEventList, CLEventList) - Method in class au.notzed.zcl.CLCommandQueue
- enqueueWriteImage(CLImage, boolean, long[], long[], long, long, short[], long, CLEventList, CLEventList) - Method in class au.notzed.zcl.CLCommandQueue
- enqueueWriteImage(CLImage, boolean, long[], long[], long, long, ByteBuffer, CLEventList, CLEventList) - Method in class au.notzed.zcl.CLCommandQueue
- enqueueWriteImage(CLImage, boolean, long[], long[], long, long, MemorySegment, CLEventList, CLEventList) - Method in class au.notzed.zcl.CLCommandQueue
- equals(Object) - Method in class au.notzed.zcl.CLImageFormat
F
- FILTER_MODE(int) - Static method in class au.notzed.zcl.CLSampler
- finish() - Method in class au.notzed.zcl.CLCommandQueue
-
Calls clFinish.
- flush() - Method in class au.notzed.zcl.CLCommandQueue
-
Calls clFlush.
- FLUSH - Static variable in interface au.notzed.zcl.CLTask
- free(MemoryAddress) - Static method in class api.Memory
- freeUpcallStub(MemoryAddress) - Static method in class api.Native
- fromC(int) - Static method in enum au.notzed.zcl.CLChannelOrder
-
Converts an OpenCL channel order constant into the corresponding CLChannelOrder enumeration.
- fromC(int) - Static method in enum au.notzed.zcl.CLChannelType
-
Converts an OpenCL channel type constant into the corresponding CLChannelType enumeration.
- fromC(int) - Static method in enum au.notzed.zcl.CLCommandType
- fromNative(MemoryAddress) - Static method in class au.notzed.zcl.CLImageDesc
- fromNative(MemorySegment, BiFunction<Long, Long, T>, IntFunction<T[]>) - Static method in interface au.notzed.zcl.CLProperty
- fxdemo.fract - package fxdemo.fract
G
- get(int) - Method in class au.notzed.zcl.CLEventList
-
Creates an interface to the given event.
- getAddr(MemoryAddress) - Static method in class api.Native
- getAddr(MemoryAddress, long) - Static method in class api.Native
- getAddressBits() - Method in class au.notzed.zcl.CLDevice
- getAddressingMode() - Method in class au.notzed.zcl.CLSampler
- getAPIVersion() - Method in class au.notzed.zcl.CLExtendable
- getAPIVersion() - Method in class au.notzed.zcl.CLPlatform
-
Get the platform api versiom.
- getArgAccessQualifier(int) - Method in class au.notzed.zcl.CLKernel
-
gets CL_KERNEL_ARG_ACCESS_QUALIFIER.
- getArgAddressQualifier(int) - Method in class au.notzed.zcl.CLKernel
-
gets CL_KERNEL_ARG_ADDRESS_QUALIFIER.
- getArgName(int) - Method in class au.notzed.zcl.CLKernel
-
gets CL_KERNEL_ARG_NAME.
- getArgTypeName(int) - Method in class au.notzed.zcl.CLKernel
-
gets CL_KERNEL_ARG_TYPE_NAME.
- getArgTypeQualifier(int) - Method in class au.notzed.zcl.CLKernel
-
gets CL_KERNEL_ARG_TYPE_QUALIFIER.
- getArraySize() - Method in class au.notzed.zcl.CLImage
- getAssociatedMemObject() - Method in class au.notzed.zcl.CLMemory
-
Get CL_MEM_ASSOCIATED_MEMOBJECT for a sub-buffer.
- getAttributes() - Method in class au.notzed.zcl.CLKernel
- getAvailable() - Method in class au.notzed.zcl.CLDevice
- getBestDevice(long) - Static method in class au.notzed.zcl.CLPlatform
-
Find the 'best' device based on number of compute units.
- getBestDevice(long, ToDoubleFunction<CLDevice>) - Static method in class au.notzed.zcl.CLPlatform
-
Find the 'best' device using supplied statistic.
- getBinaries() - Method in class au.notzed.zcl.CLProgram
- getBinaryType(CLDevice) - Method in class au.notzed.zcl.CLProgram
- getBuffer() - Method in class au.notzed.zcl.CLImage
- getBuildLog(CLDevice) - Method in class au.notzed.zcl.CLProgram
- getBuildOptions(CLDevice) - Method in class au.notzed.zcl.CLProgram
- getBuildStatus(CLDevice) - Method in class au.notzed.zcl.CLProgram
- getBuiltInKernels() - Method in class au.notzed.zcl.CLDevice
- getByte(MemoryAddress) - Static method in class api.Native
- getByte(MemoryAddress, long) - Static method in class api.Native
- getChannelDataType() - Method in class au.notzed.zcl.CLImageFormat
- getChannelOrder() - Method in class au.notzed.zcl.CLImageFormat
- getCommandExecutionStatus() - Method in class au.notzed.zcl.CLEvent
-
Get CL_EVENT_COMMAND_EXECUTION_STATUS.
- getCommandQueue() - Method in class au.notzed.zcl.CLEvent
-
Get CL_EVENT_COMMAND_QUEUE.
- getCommandType() - Method in class au.notzed.zcl.CLEvent
-
Get CL_EVENT_COMMAND_TYPE.
- getCompilerAvailable() - Method in class au.notzed.zcl.CLDevice
- getCompileWorkGroupSize(CLDevice) - Method in class au.notzed.zcl.CLKernel
- getContext() - Method in class au.notzed.zcl.CLCommandQueue
- getContext() - Method in class au.notzed.zcl.CLEvent
-
Get CL_EVENT_CONTEXT.
- getContext() - Method in class au.notzed.zcl.CLKernel
- getContext() - Method in class au.notzed.zcl.CLMemory
-
Get CL_MEM_CONTEXT.
- getContext() - Method in class au.notzed.zcl.CLProgram
- getContext() - Method in class au.notzed.zcl.CLSampler
- getDepth() - Method in class au.notzed.zcl.CLImage
- getDevice() - Method in class au.notzed.zcl.CLCommandQueue
- getDeviceExtensions() - Method in class au.notzed.zcl.CLDevice
- getDevices() - Method in class au.notzed.zcl.CLContext
-
gets CL_CONTEXT_DEVICES.
- getDevices() - Method in class au.notzed.zcl.CLProgram
- getDevices(long) - Method in class au.notzed.zcl.CLPlatform
-
Calls clGetDeviceIDs.
- getDouble(MemoryAddress) - Static method in class api.Native
- getDouble(MemoryAddress, long) - Static method in class api.Native
- getDoubleFPConfig() - Method in class au.notzed.zcl.CLDevice
- getDriverVersion() - Method in class au.notzed.zcl.CLDevice
- getElementSize() - Method in class au.notzed.zcl.CLImage
- getEndianLittle() - Method in class au.notzed.zcl.CLDevice
- getErrorCorrectionSupport() - Method in class au.notzed.zcl.CLDevice
- getExecutionCapabilities() - Method in class au.notzed.zcl.CLDevice
- getExtension(Class<T>, int) - Method in class au.notzed.zcl.CLExtendable
-
Retrieve an extension interface for this object.Used by implementors of CLExtenable.
- getExtensions() - Method in class au.notzed.zcl.CLPlatform
-
get CL_PLATFORM_EXTENSIONS
- getFilterMode() - Method in class au.notzed.zcl.CLSampler
- getFlags() - Method in class au.notzed.zcl.CLMemory
-
Get CL_MEM_FLAGS.
- getFloat(MemoryAddress) - Static method in class api.Native
- getFloat(MemoryAddress, long) - Static method in class api.Native
- getFormat() - Method in class au.notzed.zcl.CLImage
- getFunctionName() - Method in class au.notzed.zcl.CLKernel
- getGLMIPMAPLevel(CLMemory) - Method in class au.notzed.zcl.khr.GLSharing
- getGlobalMemCachelineSize() - Method in class au.notzed.zcl.CLDevice
- getGlobalMemCacheSize() - Method in class au.notzed.zcl.CLDevice
- getGlobalMemCacheType() - Method in class au.notzed.zcl.CLDevice
- getGlobalMemSize() - Method in class au.notzed.zcl.CLDevice
- getGlobalWorkSize(CLDevice) - Method in class au.notzed.zcl.CLKernel
-
gets CL_KERNEL_GLOBAL_WORK_SIZE
- getGLObjectInfo(CLMemory) - Method in class au.notzed.zcl.khr.GLSharing
- getGLTExtureTarget(CLMemory) - Method in class au.notzed.zcl.khr.GLSharing
- getHeight() - Method in class au.notzed.zcl.CLImage
- getHostPtr() - Method in class au.notzed.zcl.CLMemory
-
Get CL_MEM_HOST_PTR.
- getHostUnifiedMemory() - Method in class au.notzed.zcl.CLDevice
- getImage2DMaxHeight() - Method in class au.notzed.zcl.CLDevice
- getImage2DMaxWidth() - Method in class au.notzed.zcl.CLDevice
- getImage3DMaxDepth() - Method in class au.notzed.zcl.CLDevice
- getImage3DMaxHeight() - Method in class au.notzed.zcl.CLDevice
- getImage3DMaxWidth() - Method in class au.notzed.zcl.CLDevice
- getImageMaxArraySize() - Method in class au.notzed.zcl.CLDevice
- getImageMaxBufferSize() - Method in class au.notzed.zcl.CLDevice
- getImageSupport() - Method in class au.notzed.zcl.CLDevice
- getInfo(int, int, MethodHandle, Allocator, long) - Method in class au.notzed.zcl.CLObject
- getInfo(MemoryAddress, int, MethodHandle, Allocator, long) - Static method in class au.notzed.zcl.CLObject
- getInfo(T, int, MethodHandle, Allocator, long) - Method in class au.notzed.zcl.CLObject
- getInfoAny(int, int, MethodHandle, Allocator) - Method in class au.notzed.zcl.CLObject
- getInfoAny(int, MethodHandle, Allocator) - Method in class au.notzed.zcl.CLObject
- getInfoAny(int, MethodHandle, Function<MemoryAddress, T>) - Method in class au.notzed.zcl.CLObject
- getInfoAny(T, int, MethodHandle, Allocator) - Method in class au.notzed.zcl.CLObject
- getInfoAnyV(int, MethodHandle, Function<MemoryAddress, T>, IntFunction<T[]>) - Method in class au.notzed.zcl.CLObject
- getInfoByteV(int, MethodHandle) - Method in class au.notzed.zcl.CLObject
- getInfoByteV(T, int, MethodHandle) - Method in class au.notzed.zcl.CLObject
- getInfoInt(int) - Method in class au.notzed.zcl.CLObject
-
Retrieve an int field.
- getInfoInt(int, int, MethodHandle) - Method in class au.notzed.zcl.CLObject
- getInfoInt(int, MethodHandle) - Method in class au.notzed.zcl.CLObject
- getInfoInt(T, int, MethodHandle) - Method in class au.notzed.zcl.CLObject
- getInfoJava(int, MethodHandle, Function<MemoryAddress, T>) - Method in class au.notzed.zcl.CLObject
- getInfoLong(int) - Method in class au.notzed.zcl.CLObject
-
Retrieves a long field.
- getInfoLong(int, int, MethodHandle) - Method in class au.notzed.zcl.CLObject
- getInfoLong(int, MethodHandle) - Method in class au.notzed.zcl.CLObject
- getInfoLong(T, int, MethodHandle) - Method in class au.notzed.zcl.CLObject
- getInfoLongV(int, MethodHandle) - Method in class au.notzed.zcl.CLObject
- getInfoLongV(T, int, MethodHandle) - Method in class au.notzed.zcl.CLObject
- getInfoPropertyV(int, MethodHandle, BiFunction<Long, Long, T>, IntFunction<T[]>) - Method in class au.notzed.zcl.CLObject
- getInfoSizeT(int) - Method in class au.notzed.zcl.CLObject
-
Retrieves a size_t field.
- getInfoSizeT(int, MethodHandle) - Method in class au.notzed.zcl.CLObject
- getInfoSizeT(T, int, MethodHandle) - Method in class au.notzed.zcl.CLObject
- getInfoSizeTA(int) - Method in class au.notzed.zcl.CLObject
-
Retrieves an array of size_t fields.
- getInfoString(int) - Method in class au.notzed.zcl.CLObject
-
Retrieves a char * field as a UTF8 string.
- getInfoString(int, int, MethodHandle) - Method in class au.notzed.zcl.CLObject
- getInfoString(int, MethodHandle) - Method in class au.notzed.zcl.CLObject
- getInfoString(T, int, MethodHandle) - Method in class au.notzed.zcl.CLObject
- getInt(MemoryAddress) - Static method in class api.Native
- getInt(MemoryAddress, long) - Static method in class api.Native
- getKernelNames() - Method in class au.notzed.zcl.CLProgram
- getLinkerAvailable() - Method in class au.notzed.zcl.CLDevice
- getLocalMemSize() - Method in class au.notzed.zcl.CLDevice
- getLocalMemSize(CLDevice) - Method in class au.notzed.zcl.CLKernel
- getLocalMemType() - Method in class au.notzed.zcl.CLDevice
- getLocalSizeForSubGroupCount(CLDevice, long) - Method in class au.notzed.zcl.CLKernel
- getLong(MemoryAddress) - Static method in class api.Native
- getLong(MemoryAddress, long) - Static method in class api.Native
- getMaxClockFrequency() - Method in class au.notzed.zcl.CLDevice
- getMaxComputeUnits() - Method in class au.notzed.zcl.CLDevice
-
get CL_DEVICE_MAX_COMPUTE_UNITS
- getMaxConstantArgs() - Method in class au.notzed.zcl.CLDevice
- getMaxConstantBufferSize() - Method in class au.notzed.zcl.CLDevice
- getMaxMemAllocSize() - Method in class au.notzed.zcl.CLDevice
- getMaxNumSubGroups(CLDevice) - Method in class au.notzed.zcl.CLKernel
- getMaxPackets() - Method in class au.notzed.zcl.CLPipe
- getMaxParameterSize() - Method in class au.notzed.zcl.CLDevice
- getMaxReadImageArgs() - Method in class au.notzed.zcl.CLDevice
- getMaxSamplers() - Method in class au.notzed.zcl.CLDevice
- getMaxSubGroupSizeForNDRange(CLDevice, long[]) - Method in class au.notzed.zcl.CLKernel
- getMaxWorkGroupSize() - Method in class au.notzed.zcl.CLDevice
- getMaxWorkItemDimensions() - Method in class au.notzed.zcl.CLDevice
- getMaxWorkItemSizes() - Method in class au.notzed.zcl.CLDevice
- getMaxWriteImageArgs() - Method in class au.notzed.zcl.CLDevice
- getMemBaseAddrAlign() - Method in class au.notzed.zcl.CLDevice
- getMemOffset() - Method in class au.notzed.zcl.CLMemory
-
Get CL_MEM_OFFSET for a sub-buffer.
- getMessage() - Method in exception au.notzed.zcl.CLRuntimeException
- getName() - Method in class au.notzed.zcl.CLDevice
- getName() - Method in class au.notzed.zcl.CLExtension
- getName() - Method in class au.notzed.zcl.CLPlatform
-
get CL_PLATFORM_NAME.
- getName() - Method in class au.notzed.zcl.khr.GLEvent
- getName() - Method in class au.notzed.zcl.khr.GLSharing
- getNativeVectorWidthChar() - Method in class au.notzed.zcl.CLDevice
- getNativeVectorWidthDouble() - Method in class au.notzed.zcl.CLDevice
- getNativeVectorWidthFloat() - Method in class au.notzed.zcl.CLDevice
- getNativeVectorWidthHalf() - Method in class au.notzed.zcl.CLDevice
- getNativeVectorWidthInt() - Method in class au.notzed.zcl.CLDevice
- getNativeVectorWidthLong() - Method in class au.notzed.zcl.CLDevice
- getNativeVectorWidthShort() - Method in class au.notzed.zcl.CLDevice
- getNormalisedCoords() - Method in class au.notzed.zcl.CLSampler
- getNumArgs() - Method in class au.notzed.zcl.CLKernel
- getNumDevices() - Method in class au.notzed.zcl.CLContext
-
gets CL_CONTEXT_NUM_DEVICES.
- getNumDevices() - Method in class au.notzed.zcl.CLProgram
- getNumKernels() - Method in class au.notzed.zcl.CLProgram
- getNumMipLevels() - Method in class au.notzed.zcl.CLImage
- getNumSamples() - Method in class au.notzed.zcl.CLImage
- getOpenCLCVersion() - Method in class au.notzed.zcl.CLDevice
- getPacketSize() - Method in class au.notzed.zcl.CLPipe
- getParentDevice() - Method in class au.notzed.zcl.CLDevice
- getPartitionAffinityDomain() - Method in class au.notzed.zcl.CLDevice
- getPartitionMaxSubDevices() - Method in class au.notzed.zcl.CLDevice
- getPartitionProperties() - Method in class au.notzed.zcl.CLDevice
- getPartitionType() - Method in class au.notzed.zcl.CLDevice
- getPlatform() - Method in class au.notzed.zcl.CLDevice
- getPlatform() - Method in class au.notzed.zcl.CLExtendable
- getPlatforms() - Static method in class au.notzed.zcl.CLPlatform
-
Calls clGetPlatformIDs.
- getPreferredInteropUserSync() - Method in class au.notzed.zcl.CLDevice
- getPreferredVectorWidthChar() - Method in class au.notzed.zcl.CLDevice
- getPreferredVectorWidthDouble() - Method in class au.notzed.zcl.CLDevice
- getPreferredVectorWidthFloat() - Method in class au.notzed.zcl.CLDevice
- getPreferredVectorWidthHalf() - Method in class au.notzed.zcl.CLDevice
- getPreferredVectorWidthInt() - Method in class au.notzed.zcl.CLDevice
- getPreferredVectorWidthLong() - Method in class au.notzed.zcl.CLDevice
- getPreferredVectorWidthShort() - Method in class au.notzed.zcl.CLDevice
- getPreferredWorkGroupSizeMultiple(CLDevice) - Method in class au.notzed.zcl.CLKernel
- getPrintfBufferSize() - Method in class au.notzed.zcl.CLDevice
- getPrivateMemSize(CLDevice) - Method in class au.notzed.zcl.CLKernel
- getProfile() - Method in class au.notzed.zcl.CLDevice
- getProfile() - Method in class au.notzed.zcl.CLPlatform
-
get CL_PLATFORM_PROFILE.
- getProfilingCommandComplete() - Method in class au.notzed.zcl.CLEvent
- getProfilingCommandEnd() - Method in class au.notzed.zcl.CLEvent
- getProfilingCommandQueued() - Method in class au.notzed.zcl.CLEvent
- getProfilingCommandStart() - Method in class au.notzed.zcl.CLEvent
- getProfilingCommandSubmit() - Method in class au.notzed.zcl.CLEvent
- getProfilingTimerResolution() - Method in class au.notzed.zcl.CLDevice
- getProgram() - Method in class au.notzed.zcl.CLKernel
- getProperties() - Method in class au.notzed.zcl.CLCommandQueue
- getProperties() - Method in class au.notzed.zcl.CLContext
-
gets CL_CONTEXT_PROPERTIES
- getQueueProperties() - Method in class au.notzed.zcl.CLDevice
- getRowPitch() - Method in class au.notzed.zcl.CLImage
- getShort(MemoryAddress) - Static method in class api.Native
- getSinglFPConfig() - Method in class au.notzed.zcl.CLDevice
- getSize() - Method in class au.notzed.zcl.CLCommandQueue
- getSize() - Method in class au.notzed.zcl.CLDeviceProperty.PartitionByCounts
- getSize() - Method in class au.notzed.zcl.CLMemory
-
Get CL_MEM_SIZE.
- getSize() - Method in interface au.notzed.zcl.CLProperty
- getSize() - Method in class au.notzed.zcl.CLProperty.TagValue
- getSize(T[]) - Static method in interface au.notzed.zcl.CLProperty
-
Returns the number of intptr_t values to encode the property array.
- getSlicePitch() - Method in class au.notzed.zcl.CLImage
- getSource() - Method in class au.notzed.zcl.CLProgram
- getSubGroupCountForNDRange(CLDevice, long[]) - Method in class au.notzed.zcl.CLKernel
- getSupportedImageFormats(long, int) - Method in class au.notzed.zcl.CLContext
-
Calls clGetSupportedImageFormats.
- getType() - Method in class au.notzed.zcl.CLDevice
-
get CL_DEVICE_TYPE
- getType() - Method in class au.notzed.zcl.CLMemory
-
Get CL_MEM_TYPE.
- getVendor() - Method in class au.notzed.zcl.CLDevice
- getVendor() - Method in class au.notzed.zcl.CLPlatform
-
get CL_PLATFORM_VENDOR.
- getVendorID() - Method in class au.notzed.zcl.CLDevice
-
get CL_DEVICE_VENDOR_ID
- getVersion() - Method in class au.notzed.zcl.CLDevice
- getVersion() - Method in class au.notzed.zcl.CLPlatform
-
get CL_PLATFORM_VERSION.
- getWidth() - Method in class au.notzed.zcl.CLImage
- getWorkGroupSize(CLDevice) - Method in class au.notzed.zcl.CLKernel
- GL_CONTEXT_KHR(long) - Static method in class au.notzed.zcl.khr.GLSharing
- gl_object_name - Variable in class au.notzed.zcl.khr.GLSharing.GLObjectInfo
- gl_object_type - Variable in class au.notzed.zcl.khr.GLSharing.GLObjectInfo
- GLEvent - Class in au.notzed.zcl.khr
-
cl_khr_gl_sharing extension interface.
- GLEvent(MemoryAddress) - Constructor for class au.notzed.zcl.khr.GLEvent
- GLObjectInfo() - Constructor for class au.notzed.zcl.khr.GLSharing.GLObjectInfo
- GLObjectInfo(int, int) - Constructor for class au.notzed.zcl.khr.GLSharing.GLObjectInfo
- GLSharing - Class in au.notzed.zcl.khr
-
cl_khr_gl_sharing extension interface.
- GLSharing(MemoryAddress) - Constructor for class au.notzed.zcl.khr.GLSharing
- GLSharing.GLObjectInfo - Class in au.notzed.zcl.khr
- GLX_DISPLAY_KHR(long) - Static method in class au.notzed.zcl.khr.GLSharing
H
- hashCode() - Method in class au.notzed.zcl.CLImageFormat
- haveAPIVersion(int) - Method in class au.notzed.zcl.CLExtendable
I
- imageArraySize - Variable in class au.notzed.zcl.CLImageDesc
- imageDepth - Variable in class au.notzed.zcl.CLImageDesc
- imageHeight - Variable in class au.notzed.zcl.CLImageDesc
- imageRowPitch - Variable in class au.notzed.zcl.CLImageDesc
- imageSlicePitch - Variable in class au.notzed.zcl.CLImageDesc
- imageType - Variable in class au.notzed.zcl.CLImageDesc
- imageWidth - Variable in class au.notzed.zcl.CLImageDesc
- initPlatform() - Method in class au.notzed.zcl.CLCommandQueue
- initPlatform() - Method in class au.notzed.zcl.CLContext
- initPlatform() - Method in class au.notzed.zcl.CLDevice
- initPlatform() - Method in class au.notzed.zcl.CLExtendable
-
Retrieve the platform.
- INTENSITY_FLOAT - Static variable in class au.notzed.zcl.CLImageFormat
- INTENSITY_UNORM_INT8 - Static variable in class au.notzed.zcl.CLImageFormat
- INTEROP_USER_SYNC(boolean) - Static method in class au.notzed.zcl.CLContext
-
Creates a property representing CL_CONTEXT_INTEROP_USER_SYNC.
- invoke(Object[]) - Method in interface au.notzed.zcl.CLNativeKernel
-
Native kernel entry point.
L
- layout() - Static method in class au.notzed.zcl.CLImageDesc
- linkProgram(CLDevice[], String, CLProgram[], CLNotify<CLProgram>) - Method in class au.notzed.zcl.CLContext
-
Calls clLinkProgram.
- loadLibraries(String...) - Static method in class api.Native
M
- main(String[]) - Static method in class au.notzed.zcl.test.Memory
- main(String[]) - Static method in class au.notzed.zcl.test.Objects
- main(String[]) - Static method in class au.notzed.zcl.tools.clinfo
- main(String[]) - Static method in class fxdemo.fract.Mandelbrot
- malloc(long) - Static method in class api.Memory
-
Allocate C memory.
- Mandelbrot - Class in fxdemo.fract
-
Mandelbrot rot-zoomer.
- Mandelbrot() - Constructor for class fxdemo.fract.Mandelbrot
- memObject - Variable in class au.notzed.zcl.CLImageDesc
- Memory - Class in api
-
A utility library for memory operations including a stack allocator.
- Memory - Class in au.notzed.zcl.test
-
Some memory tests.
- Memory() - Constructor for class api.Memory
- Memory() - Constructor for class au.notzed.zcl.test.Memory
N
- NAME - Static variable in class au.notzed.zcl.khr.GLEvent
- NAME - Static variable in class au.notzed.zcl.khr.GLSharing
- Native - Class in api
-
Base class for all native objects.
- Native(MemoryAddress) - Constructor for class api.Native
- NOP - Static variable in interface au.notzed.zcl.CLTask
- NORMALIZED_COORDS(boolean) - Static method in class au.notzed.zcl.CLSampler
- notify(CLEvent, int) - Method in interface au.notzed.zcl.CLEventNotify
-
Callback target for clSetEventCallback.
- notify(String, ByteBuffer) - Method in interface au.notzed.zcl.CLContextNotify
- notify(T) - Method in interface au.notzed.zcl.CLNotify
- notzed.zcl - module notzed.zcl
-
Implements a java-friendly binding to OpenCL.
- notzed.zcl.demo - module notzed.zcl.demo
-
Some basic demonstration examples for OpenCL using zcl.
- notzed.zcl.fxdemo - module notzed.zcl.fxdemo
-
OpenCL demos that use JavaFX.
- NULL - Static variable in class api.Callback
- numMipLevels - Variable in class au.notzed.zcl.CLImageDesc
- numSamples - Variable in class au.notzed.zcl.CLImageDesc
O
- Objects - Class in au.notzed.zcl.test
- Objects() - Constructor for class au.notzed.zcl.test.Objects
- offer(CLTask) - Method in class au.notzed.zcl.CLCommandQueue
-
Invoke task.queue for this queue with no event lists.
- offer(CLTask, CLEventList) - Method in class au.notzed.zcl.CLCommandQueue
-
Invoke task.queue for this queue with only an output event lists.
- offer(CLTask, CLEventList, CLEventList) - Method in class au.notzed.zcl.CLCommandQueue
-
Invoke task.queue for this queue with an input and output event lists.
- ofFill(float...) - Method in class au.notzed.zcl.CLBuffer
- ofFlush() - Static method in interface au.notzed.zcl.CLTask
- OFFSET_0x0x0 - Static variable in class au.notzed.zcl.CLCommandQueue
-
A convenience variable for the very common global offset of 0,0,0
- ofNative(MemoryAddress, long) - Static method in class api.Memory
-
Create a sized memory segment from a segment allocated with malloc.
- ofNOP() - Static method in class au.notzed.zcl.CLCommandQueue
-
Deprecated.use CLTask.ofNOP() instead
- ofNOP() - Static method in interface au.notzed.zcl.CLTask
- ofRead(byte[]) - Method in class au.notzed.zcl.CLBuffer
- ofRead(byte[]) - Method in class au.notzed.zcl.CLImage
-
Read whole image.
- ofRead(float[]) - Method in class au.notzed.zcl.CLBuffer
- ofRead(float[]) - Method in class au.notzed.zcl.CLImage
- ofRead(int[]) - Method in class au.notzed.zcl.CLBuffer
- ofRead(int, byte[]) - Method in class au.notzed.zcl.CLImage
-
Read operation from a single whole 2D image within a 2D image array.
- ofRead(int, float[]) - Method in class au.notzed.zcl.CLImage
- ofRead(int, int, float[], int) - Method in class au.notzed.zcl.CLBuffer
- ofRead(short[]) - Method in class au.notzed.zcl.CLBuffer
- ofRead(ByteBuffer, boolean) - Method in class au.notzed.zcl.CLBuffer
- ofRead(ByteBuffer, boolean) - Method in class au.notzed.zcl.CLImage
-
Read whole image into a direct byte buffer.
- ofRead(ByteBuffer, boolean, int) - Method in class au.notzed.zcl.CLImage
-
Read whole 2D image into a direct byte buffer.
- ofWrite(byte[]) - Method in class au.notzed.zcl.CLBuffer
- ofWrite(byte[]) - Method in class au.notzed.zcl.CLImage
- ofWrite(float[]) - Method in class au.notzed.zcl.CLBuffer
- ofWrite(float[]) - Method in class au.notzed.zcl.CLImage
- ofWrite(int[]) - Method in class au.notzed.zcl.CLBuffer
- ofWrite(int, byte[]) - Method in class au.notzed.zcl.CLImage
-
Write operation to a single whole 2D image within a 2D image array.
- ofWrite(short[]) - Method in class au.notzed.zcl.CLBuffer
- ofWrite(ByteBuffer, boolean) - Method in class au.notzed.zcl.CLBuffer
- ofWrite(ByteBuffer, boolean) - Method in class au.notzed.zcl.CLImage
- ofWrite(ByteBuffer, boolean, int) - Method in class au.notzed.zcl.CLImage
-
Write 2D image.
- ORIGIN - Static variable in class au.notzed.zcl.CLImage
-
Origin of (0,0,0) for read/write.
- ORIGIN(long, long) - Static method in class au.notzed.zcl.CLImage
P
- parseStruct(String) - Static method in class api.Native
- parseUnion(String) - Static method in class api.Native
- PARTITION_BY_AFFINITY_DOMAIN(int) - Static method in class au.notzed.zcl.CLDevice
-
Create a property representing CL_DEVICE_PARTITION_BY_AFFINITY_DOMAIN.
- PARTITION_BY_COUNTS(int...) - Static method in class au.notzed.zcl.CLDevice
-
Create a property representing CL_DEVICE_PARTITION_BY_COUNTS.
- PARTITION_EQUALLY(int) - Static method in class au.notzed.zcl.CLDevice
-
Create a property representing CL_DEVICE_PARTITION_EQUALLY.
- PartitionByCounts(int[]) - Constructor for class au.notzed.zcl.CLDeviceProperty.PartitionByCounts
- platform - Variable in class au.notzed.zcl.CLExtendable
- PLATFORM(CLPlatform) - Static method in class au.notzed.zcl.CLContext
-
Creates a property representing CL_CONTEXT_PLATFORM.
- PROPERTIES(long) - Static method in class au.notzed.zcl.CLCommandQueue
R
- R_FLOAT - Static variable in class au.notzed.zcl.CLImageFormat
- R_HALF_FLOAT - Static variable in class au.notzed.zcl.CLImageFormat
- R_UNORM_INT8 - Static variable in class au.notzed.zcl.CLImageFormat
- R_UNSIGNED_INT8 - Static variable in class au.notzed.zcl.CLImageFormat
- region() - Method in class au.notzed.zcl.CLImage
-
Whole region of this image { width, height, depth }
- region(long, long) - Method in class au.notzed.zcl.CLImage
-
2D region of this image { width, height, 1 }
- REGION(long, long) - Static method in class au.notzed.zcl.CLBuffer
-
Parameter to define a region for createSubBuffer().
- release() - Method in class api.Native
- release() - Method in class au.notzed.zcl.CLEvent
- release() - Method in class au.notzed.zcl.CLEventList
-
Release all resources.
- release() - Method in class au.notzed.zcl.CLMemory
-
If CL_MEM_USE_HOST_PTR was used at creation then this must be invoked to avoid a memory leak.
- release(Native...) - Static method in class api.Native
- release(CLObject) - Static method in class au.notzed.zcl.CLObject
- release(CLObject...) - Static method in class au.notzed.zcl.CLObject
- release(T) - Static method in class api.Native
- requireAPIVersion(int) - Method in class au.notzed.zcl.CLExtendable
- requireAPIVersion(int, int) - Static method in class au.notzed.zcl.CLPlatform
- reset() - Method in class au.notzed.zcl.CLEventList
-
Clears the event list.
- resolve(MemoryAddress, Function<MemoryAddress, T>) - Static method in class api.Native
- RG_FLOAT - Static variable in class au.notzed.zcl.CLImageFormat
- RG_UNORM_INT8 - Static variable in class au.notzed.zcl.CLImageFormat
- RGBA_FLOAT - Static variable in class au.notzed.zcl.CLImageFormat
- RGBA_UNORM_INT8 - Static variable in class au.notzed.zcl.CLImageFormat
- run(ByteBuffer, double, double, double, double, double, int) - Method in class fxdemo.fract.Calculate
- rund(ByteBuffer, double, double, double, double, double, int) - Method in class fxdemo.fract.Calculate
S
- setAddr(MemoryAddress, long, MemoryAddress) - Static method in class api.Native
- setAddr(MemoryAddress, MemoryAddress) - Static method in class api.Native
- setArg(int, byte) - Method in class au.notzed.zcl.CLKernel
-
Set a byte-valued argument.
- setArg(int, byte...) - Method in class au.notzed.zcl.CLKernel
-
Set a multi-element byte argument.
- setArg(int, double) - Method in class au.notzed.zcl.CLKernel
-
Set a double-valued argument.
- setArg(int, double...) - Method in class au.notzed.zcl.CLKernel
-
Set a multi-element double argument.
- setArg(int, float) - Method in class au.notzed.zcl.CLKernel
-
Set a float-valued argument.
- setArg(int, float...) - Method in class au.notzed.zcl.CLKernel
-
Set a multi-element float argument.
- setArg(int, int) - Method in class au.notzed.zcl.CLKernel
-
Set an integer-valued argument.
- setArg(int, int...) - Method in class au.notzed.zcl.CLKernel
-
Set a multi-element integer argument.
- setArg(int, long) - Method in class au.notzed.zcl.CLKernel
-
Set a long-valued argument.
- setArg(int, long...) - Method in class au.notzed.zcl.CLKernel
-
Set a multi-element long argument.
- setArg(int, short) - Method in class au.notzed.zcl.CLKernel
-
Set a short-valued argument.
- setArg(int, short...) - Method in class au.notzed.zcl.CLKernel
-
Set a multi-element short argument.
- setArg(int, CLObject) - Method in class au.notzed.zcl.CLKernel
-
Set an argument to an OpenCL object.
- setArg(int, ByteBuffer) - Method in class au.notzed.zcl.CLKernel
-
Set SVM argument.
- setArgLDS(int, long) - Method in class au.notzed.zcl.CLKernel
-
Set the size of a parameter that is of a local scope.
- setArgs(int, Object...) - Method in class au.notzed.zcl.CLKernel
-
Sets a number of arguments.
- setByte(MemoryAddress, byte) - Static method in class api.Native
- setByte(MemoryAddress, long, byte) - Static method in class api.Native
- setDefaultDeviceCommandQueue(CLDevice, CLCommandQueue) - Method in class au.notzed.zcl.CLContext
- setDouble(MemoryAddress, double) - Static method in class api.Native
- setDouble(MemoryAddress, long, double) - Static method in class api.Native
- setEventCallback(int, CLEventNotify) - Method in class au.notzed.zcl.CLEvent
-
Call clSetEventCallback(type, notify).
- setFloat(MemoryAddress, float) - Static method in class api.Native
- setFloat(MemoryAddress, long, float) - Static method in class api.Native
- setInt(MemoryAddress, int) - Static method in class api.Native
- setInt(MemoryAddress, long, int) - Static method in class api.Native
- setLong(MemoryAddress, long) - Static method in class api.Native
- setLong(MemoryAddress, long, long) - Static method in class api.Native
- setMemObjectDestructorCallback(CLNotify<CLMemory>) - Method in class au.notzed.zcl.CLMemory
-
Call clSetMemObjectDestructorCallback.
- setShort(MemoryAddress, long, short) - Static method in class api.Native
- setShort(MemoryAddress, short) - Static method in class api.Native
- setUserEventStatus(int) - Method in class au.notzed.zcl.CLEvent
-
Call clSetUserEventStatus(this, status).
- size() - Method in class au.notzed.zcl.CLEventList
-
Get the number of active events.
- sizeof - Static variable in class au.notzed.zcl.CLImageDesc
- stack() - Static method in class api.Memory
-
Create a stack allocator.
- start(Stage) - Method in class fxdemo.fract.Mandelbrot
- stop() - Method in class fxdemo.fract.Mandelbrot
- SVMAlloc(long, long, int) - Method in class au.notzed.zcl.CLContext
-
Allocate shared virtual memory.
- SVMFree(ByteBuffer) - Method in class au.notzed.zcl.CLContext
-
Free memory allocated by SVMAlloc.
T
- TagValue(long, long) - Constructor for class au.notzed.zcl.CLContextProperty.TagValue
- TagValue(long, long) - Constructor for class au.notzed.zcl.CLDeviceProperty.TagValue
- TagValue(long, long) - Constructor for class au.notzed.zcl.CLPipeProperty.TagValue
- TagValue(long, long) - Constructor for class au.notzed.zcl.CLProperty.TagValue
- TagValue(long, long) - Constructor for class au.notzed.zcl.CLQueueProperty.TagValue
- TagValue(long, long) - Constructor for class au.notzed.zcl.CLSamplerProperty.TagValue
- toAddrV(Allocator, String[]) - Static method in class api.Native
- toAddrV(Allocator, T[]) - Static method in class api.Native
- toAddrV(Allocator, T[], int) - Static method in class api.Native
- toByteV(Allocator, byte[]) - Static method in class api.Native
- toByteV(Allocator, String) - Static method in class api.Native
- toFloat(float[], int, short[], int, int) - Static method in class au.notzed.zcl.CLMemory
- toFloat(short) - Static method in class au.notzed.zcl.CLMemory
- toFloat(short[]) - Static method in class au.notzed.zcl.CLMemory
- toHalf(float) - Static method in class au.notzed.zcl.CLMemory
- toHalf(float[]) - Static method in class au.notzed.zcl.CLMemory
- toHalf(short[], int, float[], int, int) - Static method in class au.notzed.zcl.CLMemory
-
Utility function for converting a buffer from java float to opencl half
- toInt(MemoryAddress, int) - Method in class au.notzed.zcl.CLDeviceProperty.PartitionByCounts
- toInt(MemoryAddress, int) - Method in class au.notzed.zcl.CLProperty.TagValue
- toInt(MemoryAddress, int) - Method in interface au.notzed.zcl.CLProperty
-
Encode this property as an integer array.
- toLong(MemoryAddress) - Static method in class api.Memory
-
Get the physical address.
- toLong(MemoryAddress, int) - Method in class au.notzed.zcl.CLDeviceProperty.PartitionByCounts
- toLong(MemoryAddress, int) - Method in class au.notzed.zcl.CLProperty.TagValue
- toLong(MemoryAddress, int) - Method in interface au.notzed.zcl.CLProperty
-
Encode this property as a long poke.
- toLongV(Allocator, long[]) - Static method in class api.Native
- toLongV(MemorySegment) - Static method in class api.Native
- toNative(Allocator, CLImageDesc) - Static method in class au.notzed.zcl.CLImageDesc
- toNative(Allocator, T[]) - Static method in interface au.notzed.zcl.CLProperty
- toObjectV(MemoryAddress, T[], Function<MemoryAddress, T>) - Static method in class api.Native
- toObjectV(MemorySegment, Function<MemoryAddress, T>, IntFunction<T[]>) - Static method in class api.Native
- toString() - Method in class api.Callback
- toString() - Method in class au.notzed.zcl.CLContext
- toString() - Method in class au.notzed.zcl.CLDevice
- toString() - Method in class au.notzed.zcl.CLImage
- toString() - Method in class au.notzed.zcl.CLImageFormat
- toString() - Method in class au.notzed.zcl.CLPlatform
- toString() - Method in class au.notzed.zcl.CLProperty.TagValue
- toString(MemoryAddress) - Static method in class api.Native
- toTask() - Static method in interface au.notzed.zcl.CLTask
- toTask(List<CLTask>) - Static method in interface au.notzed.zcl.CLTask
U
- unloadPlatformCompiler() - Method in class au.notzed.zcl.CLPlatform
-
Calls clUnloadPlatformCompiler.
- upcallStub(MethodHandles.Lookup, Object, String) - Static method in class api.Native
V
- valueOf(String) - Static method in enum au.notzed.zcl.CLChannelOrder
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum au.notzed.zcl.CLChannelType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum au.notzed.zcl.CLCommandType
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum au.notzed.zcl.CLChannelOrder
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum au.notzed.zcl.CLChannelType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum au.notzed.zcl.CLCommandType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- VERSION_1_0 - Static variable in class au.notzed.zcl.CLPlatform
- VERSION_1_1 - Static variable in class au.notzed.zcl.CLPlatform
- VERSION_1_2 - Static variable in class au.notzed.zcl.CLPlatform
- VERSION_2_0 - Static variable in class au.notzed.zcl.CLPlatform
- VERSION_2_1 - Static variable in class au.notzed.zcl.CLPlatform
W
- waitForEvents() - Method in class au.notzed.zcl.CLEventList
-
Calls clWaitForEvents with all active events in this list.
- WGL_HDC_KHR(long) - Static method in class au.notzed.zcl.khr.GLSharing
- WORKSIZE_16x16x1 - Static variable in class au.notzed.zcl.CLCommandQueue
- WORKSIZE_1x1x64 - Static variable in class au.notzed.zcl.CLCommandQueue
-
A convenience variable for the common local work-size of 1,1,64
- WORKSIZE_64x1x1 - Static variable in class au.notzed.zcl.CLCommandQueue
-
A convenience variable for the very common local work-size of 64,1,1
- WORKSIZE_8x8x1 - Static variable in class au.notzed.zcl.CLCommandQueue
-
A convenience variable for the very common local work-size of 8,8,1
All Classes|All Packages