MCPcopy Create free account

hub / github.com/Polytonic/Chlorine / functions

Functions280 in github.com/Polytonic/Chlorine

↓ 145 callersFunctionerrHandler
chlorine/include/cl.hpp:318
↓ 117 callersMethodsize
chlorine/include/cl.hpp:4444
↓ 24 callersFunctiongetInfo
chlorine/include/cl.hpp:1501
↓ 12 callersMethodcall
chlorine/include/chlorine.hpp:274
↓ 7 callersMethodsetArg
chlorine/include/cl.hpp:4610
↓ 6 callersMethodbegin
chlorine/include/cl.hpp:913
↓ 6 callersFunctionfence
chlorine/include/cl.hpp:1041
↓ 5 callersFunctionread
Efficiently loads the contents of a file into a string. This is mainly useful for reading OpenCL kernel files, instead of inlining kernels in
chlorine/include/chlorine.hpp:180
↓ 5 callersFunctionsize
\brief Queries the length of the string, excluding any added '\0's.
chlorine/include/cl.hpp:634
↓ 4 callersMethodend
chlorine/include/cl.hpp:920
↓ 4 callersFunctiontest_ops
tests/test_suite.hpp:12
↓ 3 callersFunctionclear
! \brief Empties the vector of all elements. * \note * This does not deallocate memory but will invoke destructors * on contained el
chlorine/include/cl.hpp:708
↓ 3 callersMethoddimensions
\brief Queries the number of dimensions in the range.
chlorine/include/cl.hpp:4427
↓ 3 callersFunctionelapsed
Determines the elapsed time of a given event. This is typically used to compute the running time of the kernel associated with this event. Thi
chlorine/include/chlorine.hpp:166
↓ 3 callersMethodenqueueMapBuffer
chlorine/include/cl.hpp:5732
↓ 3 callersMethodenqueueUnmapMemObject
chlorine/include/cl.hpp:5786
↓ 3 callersMethodgetDevices
! \brief Gets a list of devices for this platform. * * Wraps clGetDeviceIDs(). */
chlorine/include/cl.hpp:2114
↓ 3 callersFunctiongetInfoHelper
chlorine/include/cl.hpp:1088
↓ 2 callersFunctionassign
chlorine/include/cl.hpp:865
↓ 2 callersMethodbuild_kernel
Builds the kernel on the target device and platform. Note that this operation is performed at runtime. i.e., kernels are just-in-time
chlorine/include/chlorine.hpp:247
↓ 2 callersFunctioncompare_exchange
* Compare and exchange primitives are needed for handling of defaults */
chlorine/include/cl.hpp:1024
↓ 2 callersFunctioncopy
chlorine/include/cl.hpp:6339
↓ 2 callersMethodenqueueNDRangeKernel
chlorine/include/cl.hpp:5905
↓ 2 callersFunctiongetContextPlatformVersion
chlorine/include/cl.hpp:1703
↓ 2 callersFunctiongetDevicePlatformVersion
chlorine/include/cl.hpp:1695
↓ 2 callersFunctionpush_back
! \brief Appends an element after the last valid element. * Calling this on a vector that has reached capacity will throw an * exception if
chlorine/include/cl.hpp:719
↓ 2 callersMethodretain
chlorine/include/cl.hpp:1765
↓ 2 callersFunctiontokenize
Splits a String by Whitespace Delimiter
chlorine/clinfo/clinfo.cpp:14
↓ 2 callersMethodwait
! \brief Blocks the calling thread until this event completes. * * Wraps clWaitForEvents(). */
chlorine/include/cl.hpp:2800
↓ 1 callersFunctionImage2DGL
\brief Default constructor - initializes to NULL.
chlorine/include/cl.hpp:3911
↓ 1 callersMethodbuild
chlorine/include/cl.hpp:4857
↓ 1 callersMethodcreateKernels
chlorine/include/cl.hpp:4962
↓ 1 callersFunctionempty
\brief Tests whether this instance has any elements.
chlorine/include/cl.hpp:816
↓ 1 callersMethodenqueueCopyBuffer
chlorine/include/cl.hpp:5323
↓ 1 callersMethodenqueueCopyBufferRect
chlorine/include/cl.hpp:5425
↓ 1 callersMethodenqueueCopyBufferToImage
chlorine/include/cl.hpp:5707
↓ 1 callersMethodenqueueCopyImage
chlorine/include/cl.hpp:5553
↓ 1 callersMethodenqueueCopyImageToBuffer
chlorine/include/cl.hpp:5682
↓ 1 callersMethodenqueueReadBuffer
chlorine/include/cl.hpp:5273
↓ 1 callersMethodenqueueReadBufferRect
chlorine/include/cl.hpp:5347
↓ 1 callersMethodenqueueReadImage
chlorine/include/cl.hpp:5499
↓ 1 callersMethodenqueueWriteBuffer
chlorine/include/cl.hpp:5298
↓ 1 callersMethodenqueueWriteBufferRect
chlorine/include/cl.hpp:5386
↓ 1 callersMethodenqueueWriteImage
chlorine/include/cl.hpp:5526
↓ 1 callersMethodfinish
chlorine/include/cl.hpp:6150
↓ 1 callersMethodflush
chlorine/include/cl.hpp:6145
↓ 1 callersMethodgetInfo
chlorine/include/cl.hpp:2752
↓ 1 callersFunctiongetPlatformVersion
chlorine/include/cl.hpp:1686
↓ 1 callersFunctiongetVersion
Extracts version number with major in the upper 16 bits, minor in the lower 16
chlorine/include/cl.hpp:1667
↓ 1 callersFunctionpop_back
! \brief Removes the last valid element from the vector. * Calling this on an empty vector will throw an exception * if exceptions are enabl
chlorine/include/cl.hpp:733
↓ 1 callersFunctionppm_draw
Draws a Portable Pixel Map (PPM/PBM) of the Given Mandelbrot Set
examples/mandelbrot/mandelbrot.cpp:37
↓ 1 callersFunctionsolve_mandelbrot
Computes the Mandelbrot Set to N Iterations
examples/mandelbrot/mandelbrot.cpp:11
↓ 1 callersFunctionstring
! \brief Constructs a string populated from an arbitrary value of * specified size. * * An extra '\0' is added, in case none was cont
chlorine/include/cl.hpp:499
↓ 1 callersFunctionvector
! \brief Constructs with a value copied from another. * * \param vec the vector to copy. */
chlorine/include/cl.hpp:747
MethodBuffer
! \brief Constructs a Buffer in a specified context. * * Wraps clCreateBuffer(). * * \param host_ptr Storage to be used if the C
chlorine/include/cl.hpp:3048
MethodBuffer
chlorine/include/cl.hpp:6167
MethodBufferD3D10
! \brief Constructs a BufferD3D10, in a specified context, from a * given ID3D10Buffer. * * Wraps clCreateFromD3D10BufferKHR()
chlorine/include/cl.hpp:3239
MethodBufferGL
! \brief Constructs a BufferGL in a specified context, from a given * GL buffer. * * Wraps clCreateFromGLBuffer(). */
chlorine/include/cl.hpp:3329
MethodBufferRenderGL
! \brief Constructs a BufferRenderGL in a specified context, from a given * GL Renderbuffer. * * Wraps clCreateFromGLRenderbuf
chlorine/include/cl.hpp:3412
MethodCommandQueue
chlorine/include/cl.hpp:5096
MethodContext
! \brief Constructs a context including a list of specified devices. * * Wraps clCreateContext(). */
chlorine/include/cl.hpp:2364
MethodDevice
\brief Default constructor - initializes to NULL.
chlorine/include/cl.hpp:1911
MethodEnqueueArgs
chlorine/include/cl.hpp:6720
MethodError
! \brief Create a new CL error exception for a given error code * and corresponding message. * * \param err error code value. *
chlorine/include/cl.hpp:283
MethodEvent
\brief Default constructor - initializes to NULL.
chlorine/include/cl.hpp:2711
MethodImage
\brief Default constructor - initializes to NULL.
chlorine/include/cl.hpp:3489
MethodImage1D
! \brief Constructs a 1D Image in a specified context. * * Wraps clCreateImage(). */
chlorine/include/cl.hpp:3564
MethodImage1DArray
chlorine/include/cl.hpp:3694
MethodImage1DBuffer
chlorine/include/cl.hpp:3637
FunctionImage2D
! \brief Constructor from cl_mem - takes ownership. * * See Memory for further details. */
chlorine/include/cl.hpp:3923
MethodImage2D
! \brief Constructs a 1D Image in a specified context. * * Wraps clCreateImage(). */
chlorine/include/cl.hpp:3764
MethodImage2DArray
chlorine/include/cl.hpp:3956
MethodImage3D
! \brief Constructs a 3D Image in a specified context. * * Wraps clCreateImage(). */
chlorine/include/cl.hpp:4029
MethodImage3DGL
! \brief Constructs an Image3DGL in a specified context, from a given * GL Texture. * * Wraps clCreateFromGLTexture3D().
chlorine/include/cl.hpp:4154
MethodImageFormat
\brief Default constructor - performs no initialization.
chlorine/include/cl.hpp:1880
MethodImageGL
chlorine/include/cl.hpp:4226
MethodKernel
\brief Default constructor - initializes to NULL.
chlorine/include/cl.hpp:4503
MethodKernel
chlorine/include/cl.hpp:5073
MethodKernelFunctorGlobal
chlorine/include/cl.hpp:6926
FunctionLocal
! Local * \brief Helper function for generating LocalSpaceArg objects. */
chlorine/include/cl.hpp:4474
MethodMemory
\brief Default constructor - initializes to NULL.
chlorine/include/cl.hpp:2928
MethodNDRange
\brief Default constructor - resulting range has zero dimensions.
chlorine/include/cl.hpp:4390
MethodPlatform
\brief Default constructor - initializes to NULL.
chlorine/include/cl.hpp:2052
MethodProgram
chlorine/include/cl.hpp:4638
MethodSampler
\brief Default constructor - initializes to NULL.
chlorine/include/cl.hpp:4289
FunctionUnloadCompiler
chlorine/include/cl.hpp:2331
MethodUserEvent
! \brief Constructs a user event on a given context. * * Wraps clCreateUserEvent(). */
chlorine/include/cl.hpp:2853
FunctionWaitForEvents
! \brief Blocks the calling thread until every event specified is complete. * * Wraps clWaitForEvents(). */
chlorine/include/cl.hpp:2900
MethodWorker
Constructs a Chlorine worker and initializes OpenCL. Typically you will call this constructor by only passing the name of a kernel source file
chlorine/include/chlorine.hpp:199
MethodWrapper
chlorine/include/cl.hpp:1727
MethodWrapper
chlorine/include/cl.hpp:1799
Function__local
chlorine/include/cl.hpp:4464
Functionbegin
chlorine/include/cl.hpp:970
Functionc_str
! \brief Returns a pointer to the private copy held by this instance, * or "" if empty/unset. */
chlorine/include/cl.hpp:642
Functioncapacity
\brief Returns the maximum number of elements this instance can hold.
chlorine/include/cl.hpp:828
Methodcompile
chlorine/include/cl.hpp:4898
MethodcreateSubBuffer
! \brief Creates a new buffer object from this. * * Wraps clCreateSubBuffer(). */
chlorine/include/cl.hpp:3193
MethodcreateSubDevices
\brief Wrapper for clCreateSubDevicesEXT().
chlorine/include/cl.hpp:1981
Functionend
chlorine/include/cl.hpp:980
MethodenqueueAcquireD3D10Objects
chlorine/include/cl.hpp:6065
next →1–100 of 280, ranked by callers