MCPcopy Create free account

hub / github.com/ProjectPhysX/OpenCL-Wrapper / functions

Functions407 in github.com/ProjectPhysX/OpenCL-Wrapper

↓ 1 callersFunctionsplit_double
src/utilities.hpp:332
↓ 1 callersFunctionsplit_float
src/utilities.hpp:300
↓ 1 callersFunctionsplit_regex
src/utilities.hpp:586
↓ 1 callersFunctionto_uint
src/utilities.hpp:281
MethodBuffer
! \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
MethodBuffer
src/OpenCL/include/CL/opencl.hpp:9952
MethodBufferD3D10
! \brief Constructs a BufferD3D10, in a specified context, from a * given ID3D10Buffer. * * Wraps clCreateFromD3D10BufferKHR()
src/OpenCL/include/CL/opencl.hpp:4600
MethodBufferGL
! \brief Constructs a BufferGL in a specified context, from a given * GL buffer. * * Wraps clCreateFromGLBuffer(). */
src/OpenCL/include/CL/opencl.hpp:4679
MethodBufferRenderGL
! \brief Constructs a BufferRenderGL in a specified context, from a given * GL Renderbuffer. * * Wraps clCreateFromGLRenderbuf
src/OpenCL/include/CL/opencl.hpp:4749
MethodBuildError
src/OpenCL/include/CL/opencl.hpp:2668
MethodClock
src/utilities.hpp:59
MethodCommandBufferKhr
\brief Default constructor - initializes to nullptr.
src/OpenCL/include/CL/opencl.hpp:11480
MethodCommandQueue
! * \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
MethodContext
! \brief Constructs a context including a list of specified devices. * * Wraps clCreateContext(). */
src/OpenCL/include/CL/opencl.hpp:3325
MethodDeleter
src/OpenCL/include/CL/opencl.hpp:4260
MethodDevice
src/opencl.hpp:308
MethodDevice
\brief Default constructor - initializes to nullptr.
src/OpenCL/include/CL/opencl.hpp:2527
MethodDeviceCommandQueue
! * Trivial empty constructor to create a null queue. */
src/OpenCL/include/CL/opencl.hpp:9705
MethodDevice_Info
some old GPUs have terrible fma performance, so replace with a*b+c
src/opencl.hpp:111
MethodEnqueueArgs
src/OpenCL/include/CL/opencl.hpp:10911
MethodError
! \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
MethodEvent
\brief Default constructor - initializes to nullptr.
src/OpenCL/include/CL/opencl.hpp:3701
MethodImage
\brief Default constructor - initializes to nullptr.
src/OpenCL/include/CL/opencl.hpp:4813
MethodImage1D
! \brief Constructs a 1D Image in a specified context. * * Wraps clCreateImage(). */
src/OpenCL/include/CL/opencl.hpp:4875
MethodImage1DArray
src/OpenCL/include/CL/opencl.hpp:5062
MethodImage1DBuffer
src/OpenCL/include/CL/opencl.hpp:4971
MethodImage2D
! \brief Constructs a 2D Image in a specified context. * * Wraps clCreateImage(). */
src/OpenCL/include/CL/opencl.hpp:5171
MethodImage2DArray
src/OpenCL/include/CL/opencl.hpp:5517
MethodImage3D
! \brief Constructs a 3D Image in a specified context. * * Wraps clCreateImage(). */
src/OpenCL/include/CL/opencl.hpp:5629
MethodImage3DGL
! \brief Constructs an Image3DGL in a specified context, from a given * GL Texture. * * Wraps clCreateFromGLTexture3D().
src/OpenCL/include/CL/opencl.hpp:5780
MethodImageFormat
\brief Default constructor - performs no initialization.
src/OpenCL/include/CL/opencl.hpp:2460
MethodImageGL
src/OpenCL/include/CL/opencl.hpp:5839
MethodImageRequirementsInfo
src/OpenCL/include/CL/opencl.hpp:3266
MethodKernel
src/opencl.hpp:645
MethodKernel
\brief Default constructor - initializes to nullptr.
src/OpenCL/include/CL/opencl.hpp:6263
MethodKernel
src/OpenCL/include/CL/opencl.hpp:7500
MethodKernelFunctor
src/OpenCL/include/CL/opencl.hpp:11114
FunctionLocal
! Local * \brief Helper function for generating LocalSpaceArg objects. */
src/OpenCL/include/CL/opencl.hpp:6241
MethodMemory
src/opencl.hpp:394
MethodMemory
\brief Default constructor - initializes to nullptr.
src/OpenCL/include/CL/opencl.hpp:3887
MethodMutableCommandKhr
\brief Default constructor - initializes to nullptr.
src/OpenCL/include/CL/opencl.hpp:12036
MethodNDRange
\brief Default constructor - resulting range has zero dimensions.
src/OpenCL/include/CL/opencl.hpp:6118
MethodPipe
! \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
MethodPlatform
\brief Default constructor - initializes to nullptr.
src/OpenCL/include/CL/opencl.hpp:2788
MethodProgram
src/OpenCL/include/CL/opencl.hpp:6592
MethodSVMAllocator
src/OpenCL/include/CL/opencl.hpp:4102
MethodSampler
\brief Default constructor - initializes to nullptr.
src/OpenCL/include/CL/opencl.hpp:6011
MethodSemaphore
src/OpenCL/include/CL/opencl.hpp:11258
FunctionUnloadCompiler
src/OpenCL/include/CL/opencl.hpp:3174
MethodUserEvent
! \brief Constructs a user event on a given context. * * Wraps clCreateUserEvent(). */
src/OpenCL/include/CL/opencl.hpp:3831
FunctionWaitForEvents
! \brief Blocks the calling thread until every event specified is complete. * * Wraps clWaitForEvents(). */
src/OpenCL/include/CL/opencl.hpp:3866
MethodWrapper
src/OpenCL/include/CL/opencl.hpp:2221
MethodWrapper
src/OpenCL/include/CL/opencl.hpp:2333
Methodadd_device_buffer
src/opencl.hpp:460
Methodadd_host_buffer
src/opencl.hpp:450
Methodaddress
src/OpenCL/include/CL/opencl.hpp:4128
Methodallocate
* 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
Methodallocate_device_buffer
src/opencl.hpp:371
Methodallocate_host_buffer
src/opencl.hpp:361
Functionallocate_pointer
src/OpenCL/include/CL/opencl.hpp:4279
Functionallocate_svm
src/OpenCL/include/CL/opencl.hpp:4318
Functionas_double
src/utilities.hpp:73
Functionas_ulong
src/utilities.hpp:76
Methodbarrier
default constructor
src/opencl.hpp:334
Functionbegins_with
src/utilities.hpp:539
Methodcapacity
src/opencl.hpp:501
Functioncatch
src/OpenCL/include/CL/opencl.hpp:3679
Methodcatch
src/OpenCL/include/CL/opencl.hpp:2759
Methodcatch
src/OpenCL/include/CL/opencl.hpp:3247
Methodcatch
src/OpenCL/include/CL/opencl.hpp:7594
Functioncb
src/utilities.hpp:96
Methodcheck_for_errors
src/opencl.hpp:625
Functionclamp
src/utilities.hpp:109
Methodclone
* 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
MethodcommandBarrierWithWaitList
src/OpenCL/include/CL/opencl.hpp:11574
MethodcommandCopyBuffer
src/OpenCL/include/CL/opencl.hpp:11603
MethodcommandCopyBufferRect
src/OpenCL/include/CL/opencl.hpp:11642
MethodcommandCopyBufferToImage
src/OpenCL/include/CL/opencl.hpp:11689
MethodcommandCopyImage
src/OpenCL/include/CL/opencl.hpp:11728
MethodcommandCopyImageToBuffer
src/OpenCL/include/CL/opencl.hpp:11767
MethodcommandFillBuffer
src/OpenCL/include/CL/opencl.hpp:11807
MethodcommandFillImage
src/OpenCL/include/CL/opencl.hpp:11845
Methodcompile
src/OpenCL/include/CL/opencl.hpp:7065
Methodconstruct
src/OpenCL/include/CL/opencl.hpp:4205
Functioncontains_regex
src/utilities.hpp:605
MethodcreateKernels
src/OpenCL/include/CL/opencl.hpp:7258
MethodcreateSubBuffer
! \brief Creates a new buffer object from this. * * Wraps clCreateSubBuffer(). */
src/OpenCL/include/CL/opencl.hpp:4556
MethodcreateSubDevices
\brief Wrapper for clCreateSubDevices().
src/OpenCL/include/CL/opencl.hpp:3074
Functioncreate_file_extension
src/utilities.hpp:771
Methoddeallocate
src/OpenCL/include/CL/opencl.hpp:4182
Methoddelete_buffers
src/opencl.hpp:488
Methoddelete_device_buffer
src/opencl.hpp:479
Methoddelete_host_buffer
src/opencl.hpp:468
Methoddestroy
src/OpenCL/include/CL/opencl.hpp:4211
MethodenableFineGrainedSystemSVM
! \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
Methodenable_device_capabilities
src/opencl.hpp:289
Functionends_with
src/utilities.hpp:543
MethodenqueueAcquireD3D10Objects
src/OpenCL/include/CL/opencl.hpp:9509
MethodenqueueAcquireExternalMemObjects
src/OpenCL/include/CL/opencl.hpp:9600
MethodenqueueAcquireGLObjects
src/OpenCL/include/CL/opencl.hpp:9455
← previousnext →101–200 of 407, ranked by callers