MCPcopy Create free account

hub / github.com/bgaster/opencl-book-samples / functions

Functions311 in github.com/bgaster/opencl-book-samples

↓ 1 callersFunctioncreate_image_data_unorm8
fill an image of w x h pixels with 4-channels / pixel with random data each channel is an unisgned 8-bit value
src/Chapter_14/histogram/histogram.cpp:34
↓ 1 callersFunctiondisplayInfo
Enumerate platforms and display information about them and their associated devices.
src/Chapter_3/OpenCLInfo/OpenCLInfo.cpp:409
↓ 1 callersFunctiondisplayTexture
Display the texture in the window
src/Chapter_10/GLinterop/GLinterop.cpp:84
↓ 1 callersMethodend
khronos/CL/cl.hpp:651
↓ 1 callersMethodenqueueAcquireGLObjects
khronos/CL/cl.hpp:3017
↓ 1 callersMethodenqueueMapBuffer
khronos/CL/cl.hpp:2867
↓ 1 callersMethodenqueueReleaseGLObjects
khronos/CL/cl.hpp:3033
↓ 1 callersMethodenqueueUnmapMemObject
khronos/CL/cl.hpp:2921
↓ 1 callersMethodfinish
khronos/CL/cl.hpp:3110
↓ 1 callersFunctiongenerateRandomGraph
Generate a random graph
src/Chapter_16/Dijkstra/oclDijkstra.cpp:51
↓ 1 callersFunctiongenerate_reference_histogram_results_fp32
generate the reference results for floating-point RGBA image. this reference result will be compared with histogram results generated by the OpenCL de
src/Chapter_14/histogram/histogram.cpp:100
↓ 1 callersFunctiongenerate_reference_histogram_results_unorm8
generate the reference results for unsigned 8-bit RGBA image. this reference result will be compared with histogram results generated by the OpenCL de
src/Chapter_14/histogram/histogram.cpp:49
↓ 1 callersFunctiongetFirstDev
Gets the id of the first device from the context (from the NVIDIA SDK)
src/Chapter_16/Dijkstra/oclDijkstraKernel.cpp:271
↓ 1 callersFunctiongrabFrame
src/Chapter_19/oclFlow/flowGL.cpp:168
↓ 1 callersFunctioninitGLData
src/Chapter_19/oclFlow/flowGL.cpp:388
↓ 1 callersFunctioninitGlut
src/Chapter_19/oclFlow/flowGL.cpp:357
↓ 1 callersFunctioninitGlut
src/Chapter_10/GLinterop/GLinterop.cpp:144
↓ 1 callersFunctioninitOCLFlow
src/Chapter_19/oclFlow/oclFlow.cpp:1235
↓ 1 callersFunctioninitTexture
src/Chapter_10/GLinterop/GLinterop.cpp:167
↓ 1 callersFunctioninitVBO
src/Chapter_19/oclFlow/flowGL.cpp:328
↓ 1 callersFunctioninitVBO
src/Chapter_10/GLinterop/GLinterop.cpp:178
↓ 1 callersFunctioninitializeOCLBuffers
Initialize OpenCL buffers for single run of Dijkstra
src/Chapter_16/Dijkstra/oclDijkstraKernel.cpp:219
↓ 1 callersFunctionloadAndBuildProgram
Load and build an OpenCL program from source file \param gpuContext GPU context on which to load and build the program \param fileName File name of so
src/Chapter_16/Dijkstra/oclDijkstraKernel.cpp:116
↓ 1 callersFunctionload_program_source
src/Chapter_22/spmv.c:70
↓ 1 callersFunctionmain
src/Chapter_19/oclFlow/flowGL.cpp:406
↓ 1 callersFunctionmain
()
src/Chapter_20/PyImageFilter2D/ImageFilter2D.py:109
↓ 1 callersFunctionmatrix_gen
src/Chapter_22/matrix_gen.c:18
↓ 1 callersFunctionopencl_init
src/Chapter_19/oclFlow/oclFlow.cpp:75
↓ 1 callersFunctionparseCommandLineArgs
Parse command line arguments
src/Chapter_16/Dijkstra/oclDijkstra.cpp:74
↓ 1 callersFunctionperformQueries
Demonstrate usage of the GL Object querying capabilities
src/Chapter_10/GLinterop/GLinterop.cpp:295
↓ 1 callersFunctionread_kernel_from_file
src/Chapter_14/histogram/histogram.cpp:170
↓ 1 callersFunctionreleaseVBO
src/Chapter_19/oclFlow/oclFlow.cpp:1205
↓ 1 callersFunctionrenderQuiver
src/Chapter_19/oclFlow/flowGL.cpp:145
↓ 1 callersFunctionrenderVBO
Render the vertex buffer object (VBO) contents
src/Chapter_10/GLinterop/GLinterop.cpp:62
↓ 1 callersFunctionrunCL
src/Chapter_12/Sinewave/sinewave.cpp:201
↓ 1 callersFunctionrunDijkstraMultiGPUandCPU
Run Dijkstra's shortest path on the GraphData provided to this function. This function will compute the shortest path distance from sourceVertices[n]
src/Chapter_16/Dijkstra/oclDijkstraKernel.cpp:737
↓ 1 callersFunctionrunDijkstraRef
Run Dijkstra's shortest path on the GraphData provided to this function. This function will compute the shortest path distance from sourceVertices[n]
src/Chapter_16/Dijkstra/oclDijkstraKernel.cpp:869
↓ 1 callersFunctionsave_octave_float2
src/Chapter_19/oclFlow/oclFlow.cpp:478
↓ 1 callersFunctionswapIdx
src/Chapter_19/oclFlow/flowGL.cpp:116
↓ 1 callersFunctiontest_histogram
src/Chapter_14/histogram/histogram.cpp:193
↓ 1 callersFunctionupdateFlowBuffer
src/Chapter_19/oclFlow/oclFlow.cpp:1211
↓ 1 callersFunctionusage
src/Chapter_22/spmv.c:18
MethodBuffer
khronos/CL/cl.hpp:1744
MethodBufferD3D10
khronos/CL/cl.hpp:1806
MethodBufferGL
khronos/CL/cl.hpp:1848
MethodBufferRenderGL
khronos/CL/cl.hpp:1895
FunctionCL_CALLBACK contextCallback
src/Chapter_3/OpenCLConvolution/Convolution.cpp:72
MethodDevice
khronos/CL/cl.hpp:1186
MethodError
! Create a new CL error exception for a given error code * and corresponding message. */
khronos/CL/cl.hpp:219
MethodEvent
khronos/CL/cl.hpp:1540
MethodImage2D
khronos/CL/cl.hpp:1982
MethodImage2DGL
khronos/CL/cl.hpp:2021
MethodImage3D
khronos/CL/cl.hpp:2063
MethodImage3DGL
khronos/CL/cl.hpp:2105
MethodKernel
khronos/CL/cl.hpp:2294
MethodKernel
khronos/CL/cl.hpp:2543
MethodKernelFunctor
khronos/CL/cl.hpp:3136
MethodKernelFunctor
khronos/CL/cl.hpp:3387
FunctionKeyboardGL
Keyboard events handler
src/Chapter_10/GLinterop/GLinterop.cpp:129
MethodMemory
khronos/CL/cl.hpp:1687
FunctionMsgProc
src/Chapter_11/D3Dinterop/D3Dinterop.cpp:483
MethodNDRange
khronos/CL/cl.hpp:2218
MethodPlatform
khronos/CL/cl.hpp:1263
FunctionUnloadCompiler
khronos/CL/cl.hpp:1411
MethodUserEvent
khronos/CL/cl.hpp:1636
FunctionWaitForEvents
khronos/CL/cl.hpp:1672
MethodWrapper
khronos/CL/cl.hpp:1099
Function__local
khronos/CL/cl.hpp:2277
FunctionappendBitfield
src/Chapter_7/SimpleBufferSubBuffer/info.hpp:68
FunctionappendBitfield
src/Chapter_3/OpenCLInfo/OpenCLInfo.cpp:76
Methodbegin
khronos/CL/cl.hpp:583
Methodcapacity
khronos/CL/cl.hpp:538
FunctionchangeSize
called when window size changes
src/Chapter_19/oclFlow/flowGL.cpp:100
FunctioncheckErrorFileLine
Check for error condition and exit if found. Print file and line number of error. (from NVIDIA SDK)
src/Chapter_16/Dijkstra/oclDijkstraKernel.cpp:347
Methodclear
khronos/CL/cl.hpp:452
MethodcreateKernels
khronos/CL/cl.hpp:2521
MethodcreateSubBuffer
khronos/CL/cl.hpp:1773
MethodcreateSubDevices
khronos/CL/cl.hpp:1222
FunctiondijkstraThread
Worker thread for running the algorithm on one of the compute devices
src/Chapter_16/Dijkstra/oclDijkstraKernel.cpp:235
Methoddisplay
src/Chapter_7/SimpleBufferSubBuffer/info.hpp:91
Methoddisplay
src/Chapter_7/SimpleBufferSubBuffer/info.hpp:321
Methoddisplay
src/Chapter_3/OpenCLInfo/OpenCLInfo.cpp:99
Methoddisplay
src/Chapter_3/OpenCLInfo/OpenCLInfo.cpp:331
Methodend
khronos/CL/cl.hpp:596
MethodenqueueAcquireD3D10Objects
khronos/CL/cl.hpp:3059
MethodenqueueBarrier
khronos/CL/cl.hpp:3098
MethodenqueueCopyBuffer
khronos/CL/cl.hpp:2650
MethodenqueueCopyBufferRect
khronos/CL/cl.hpp:2736
MethodenqueueCopyBufferToImage
khronos/CL/cl.hpp:2848
MethodenqueueCopyImage
khronos/CL/cl.hpp:2810
MethodenqueueCopyImageToBuffer
khronos/CL/cl.hpp:2829
MethodenqueueMapImage
khronos/CL/cl.hpp:2892
MethodenqueueMarker
khronos/CL/cl.hpp:3000
MethodenqueueNativeKernel
khronos/CL/cl.hpp:2970
MethodenqueueReadBuffer
khronos/CL/cl.hpp:2612
MethodenqueueReadBufferRect
khronos/CL/cl.hpp:2669
MethodenqueueReadImage
khronos/CL/cl.hpp:2768
MethodenqueueReleaseD3D10Objects
khronos/CL/cl.hpp:3078
MethodenqueueTask
khronos/CL/cl.hpp:2956
MethodenqueueWaitForEvents
khronos/CL/cl.hpp:3007
← previousnext →101–200 of 311, ranked by callers