Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ProjectPhysX/OpenCL-Wrapper
/ functions
Functions
407 in github.com/ProjectPhysX/OpenCL-Wrapper
⨍
Functions
407
◇
Types & classes
112
↓ 1 callers
Function
split_double
src/utilities.hpp:332
↓ 1 callers
Function
split_float
src/utilities.hpp:300
↓ 1 callers
Function
split_regex
src/utilities.hpp:586
↓ 1 callers
Function
to_uint
src/utilities.hpp:281
Method
Buffer
! \brief Constructs a Buffer in a specified context. * * Wraps clCreateBuffer(). * * \param host_ptr Storage to be used if the C
src/OpenCL/include/CL/opencl.hpp:4370
Method
Buffer
src/OpenCL/include/CL/opencl.hpp:9952
Method
BufferD3D10
! \brief Constructs a BufferD3D10, in a specified context, from a * given ID3D10Buffer. * * Wraps clCreateFromD3D10BufferKHR()
src/OpenCL/include/CL/opencl.hpp:4600
Method
BufferGL
! \brief Constructs a BufferGL in a specified context, from a given * GL buffer. * * Wraps clCreateFromGLBuffer(). */
src/OpenCL/include/CL/opencl.hpp:4679
Method
BufferRenderGL
! \brief Constructs a BufferRenderGL in a specified context, from a given * GL Renderbuffer. * * Wraps clCreateFromGLRenderbuf
src/OpenCL/include/CL/opencl.hpp:4749
Method
BuildError
src/OpenCL/include/CL/opencl.hpp:2668
Method
Clock
src/utilities.hpp:59
Method
CommandBufferKhr
\brief Default constructor - initializes to nullptr.
src/OpenCL/include/CL/opencl.hpp:11480
Method
CommandQueue
! * \brief Constructs a CommandQueue based on passed properties. * Will return an CL_INVALID_QUEUE_PROPERTIES error if CL_QUEUE_ON_DEVICE is
src/OpenCL/include/CL/opencl.hpp:7645
Method
Context
! \brief Constructs a context including a list of specified devices. * * Wraps clCreateContext(). */
src/OpenCL/include/CL/opencl.hpp:3325
Method
Deleter
src/OpenCL/include/CL/opencl.hpp:4260
Method
Device
src/opencl.hpp:308
Method
Device
\brief Default constructor - initializes to nullptr.
src/OpenCL/include/CL/opencl.hpp:2527
Method
DeviceCommandQueue
! * Trivial empty constructor to create a null queue. */
src/OpenCL/include/CL/opencl.hpp:9705
Method
Device_Info
some old GPUs have terrible fma performance, so replace with a*b+c
src/opencl.hpp:111
Method
EnqueueArgs
src/OpenCL/include/CL/opencl.hpp:10911
Method
Error
! \brief Create a new CL error exception for a given error code * and corresponding message. * * \param err error code v
src/OpenCL/include/CL/opencl.hpp:770
Method
Event
\brief Default constructor - initializes to nullptr.
src/OpenCL/include/CL/opencl.hpp:3701
Method
Image
\brief Default constructor - initializes to nullptr.
src/OpenCL/include/CL/opencl.hpp:4813
Method
Image1D
! \brief Constructs a 1D Image in a specified context. * * Wraps clCreateImage(). */
src/OpenCL/include/CL/opencl.hpp:4875
Method
Image1DArray
src/OpenCL/include/CL/opencl.hpp:5062
Method
Image1DBuffer
src/OpenCL/include/CL/opencl.hpp:4971
Method
Image2D
! \brief Constructs a 2D Image in a specified context. * * Wraps clCreateImage(). */
src/OpenCL/include/CL/opencl.hpp:5171
Method
Image2DArray
src/OpenCL/include/CL/opencl.hpp:5517
Method
Image3D
! \brief Constructs a 3D Image in a specified context. * * Wraps clCreateImage(). */
src/OpenCL/include/CL/opencl.hpp:5629
Method
Image3DGL
! \brief Constructs an Image3DGL in a specified context, from a given * GL Texture. * * Wraps clCreateFromGLTexture3D().
src/OpenCL/include/CL/opencl.hpp:5780
Method
ImageFormat
\brief Default constructor - performs no initialization.
src/OpenCL/include/CL/opencl.hpp:2460
Method
ImageGL
src/OpenCL/include/CL/opencl.hpp:5839
Method
ImageRequirementsInfo
src/OpenCL/include/CL/opencl.hpp:3266
Method
Kernel
src/opencl.hpp:645
Method
Kernel
\brief Default constructor - initializes to nullptr.
src/OpenCL/include/CL/opencl.hpp:6263
Method
Kernel
src/OpenCL/include/CL/opencl.hpp:7500
Method
KernelFunctor
src/OpenCL/include/CL/opencl.hpp:11114
Function
Local
! Local * \brief Helper function for generating LocalSpaceArg objects. */
src/OpenCL/include/CL/opencl.hpp:6241
Method
Memory
src/opencl.hpp:394
Method
Memory
\brief Default constructor - initializes to nullptr.
src/OpenCL/include/CL/opencl.hpp:3887
Method
MutableCommandKhr
\brief Default constructor - initializes to nullptr.
src/OpenCL/include/CL/opencl.hpp:12036
Method
NDRange
\brief Default constructor - resulting range has zero dimensions.
src/OpenCL/include/CL/opencl.hpp:6118
Method
Pipe
! \brief Constructs a Pipe in a specified context. * * Wraps clCreatePipe(). * @param context Context in which to create the pipe.
src/OpenCL/include/CL/opencl.hpp:5905
Method
Platform
\brief Default constructor - initializes to nullptr.
src/OpenCL/include/CL/opencl.hpp:2788
Method
Program
src/OpenCL/include/CL/opencl.hpp:6592
Method
SVMAllocator
src/OpenCL/include/CL/opencl.hpp:4102
Method
Sampler
\brief Default constructor - initializes to nullptr.
src/OpenCL/include/CL/opencl.hpp:6011
Method
Semaphore
src/OpenCL/include/CL/opencl.hpp:11258
Function
UnloadCompiler
src/OpenCL/include/CL/opencl.hpp:3174
Method
UserEvent
! \brief Constructs a user event on a given context. * * Wraps clCreateUserEvent(). */
src/OpenCL/include/CL/opencl.hpp:3831
Function
WaitForEvents
! \brief Blocks the calling thread until every event specified is complete. * * Wraps clWaitForEvents(). */
src/OpenCL/include/CL/opencl.hpp:3866
Method
Wrapper
src/OpenCL/include/CL/opencl.hpp:2221
Method
Wrapper
src/OpenCL/include/CL/opencl.hpp:2333
Method
add_device_buffer
src/opencl.hpp:460
Method
add_host_buffer
src/opencl.hpp:450
Method
address
src/OpenCL/include/CL/opencl.hpp:4128
Method
allocate
* Allocate an SVM pointer. * * If the allocator is coarse-grained, this will take ownership to allow * containers to correctly construc
src/OpenCL/include/CL/opencl.hpp:4144
Method
allocate_device_buffer
src/opencl.hpp:371
Method
allocate_host_buffer
src/opencl.hpp:361
Function
allocate_pointer
src/OpenCL/include/CL/opencl.hpp:4279
Function
allocate_svm
src/OpenCL/include/CL/opencl.hpp:4318
Function
as_double
src/utilities.hpp:73
Function
as_ulong
src/utilities.hpp:76
Method
barrier
default constructor
src/opencl.hpp:334
Function
begins_with
src/utilities.hpp:539
Method
capacity
src/opencl.hpp:501
Function
catch
src/OpenCL/include/CL/opencl.hpp:3679
Method
catch
src/OpenCL/include/CL/opencl.hpp:2759
Method
catch
src/OpenCL/include/CL/opencl.hpp:3247
Method
catch
src/OpenCL/include/CL/opencl.hpp:7594
Function
cb
src/utilities.hpp:96
Method
check_for_errors
src/opencl.hpp:625
Function
clamp
src/utilities.hpp:109
Method
clone
* Make a deep copy of the kernel object including its arguments. * @return A new kernel object with internal state entirely separate from that
src/OpenCL/include/CL/opencl.hpp:6567
Method
commandBarrierWithWaitList
src/OpenCL/include/CL/opencl.hpp:11574
Method
commandCopyBuffer
src/OpenCL/include/CL/opencl.hpp:11603
Method
commandCopyBufferRect
src/OpenCL/include/CL/opencl.hpp:11642
Method
commandCopyBufferToImage
src/OpenCL/include/CL/opencl.hpp:11689
Method
commandCopyImage
src/OpenCL/include/CL/opencl.hpp:11728
Method
commandCopyImageToBuffer
src/OpenCL/include/CL/opencl.hpp:11767
Method
commandFillBuffer
src/OpenCL/include/CL/opencl.hpp:11807
Method
commandFillImage
src/OpenCL/include/CL/opencl.hpp:11845
Method
compile
src/OpenCL/include/CL/opencl.hpp:7065
Method
construct
src/OpenCL/include/CL/opencl.hpp:4205
Function
contains_regex
src/utilities.hpp:605
Method
createKernels
src/OpenCL/include/CL/opencl.hpp:7258
Method
createSubBuffer
! \brief Creates a new buffer object from this. * * Wraps clCreateSubBuffer(). */
src/OpenCL/include/CL/opencl.hpp:4556
Method
createSubDevices
\brief Wrapper for clCreateSubDevices().
src/OpenCL/include/CL/opencl.hpp:3074
Function
create_file_extension
src/utilities.hpp:771
Method
deallocate
src/OpenCL/include/CL/opencl.hpp:4182
Method
delete_buffers
src/opencl.hpp:488
Method
delete_device_buffer
src/opencl.hpp:479
Method
delete_host_buffer
src/opencl.hpp:468
Method
destroy
src/OpenCL/include/CL/opencl.hpp:4211
Method
enableFineGrainedSystemSVM
! \brief Enable fine-grained system SVM. * * \note It is only possible to enable fine-grained system SVM if all devices * in the
src/OpenCL/include/CL/opencl.hpp:6487
Method
enable_device_capabilities
src/opencl.hpp:289
Function
ends_with
src/utilities.hpp:543
Method
enqueueAcquireD3D10Objects
src/OpenCL/include/CL/opencl.hpp:9509
Method
enqueueAcquireExternalMemObjects
src/OpenCL/include/CL/opencl.hpp:9600
Method
enqueueAcquireGLObjects
src/OpenCL/include/CL/opencl.hpp:9455
← previous
next →
101–200 of 407, ranked by callers