, including all inherited members.
AcquireGLObjects(ICollection< ComputeMemory > memObjs, ICollection< ComputeEventBase > events) | Cloo.ComputeCommandQueue | |
AddBarrier() | Cloo.ComputeCommandQueue | |
AddMarker() | Cloo.ComputeCommandQueue | |
ComputeCommandQueue(ComputeContext context, ComputeDevice device, ComputeCommandQueueFlags properties) | Cloo.ComputeCommandQueue | |
Context | Cloo.ComputeCommandQueue | |
Copy(ComputeImage source, ComputeImage destination, SysIntX3 sourceOffset, SysIntX3 destinationOffset, SysIntX3 region, ICollection< ComputeEventBase > events) | Cloo.ComputeCommandQueue | |
Copy< T >(ComputeBufferBase< T > source, ComputeBufferBase< T > destination, long sourceOffset, long destinationOffset, long region, ICollection< ComputeEventBase > events) | Cloo.ComputeCommandQueue | |
Copy< T >(ComputeBufferBase< T > source, ComputeBufferBase< T > destination, SysIntX3 sourceOffset, SysIntX3 destinationOffset, SysIntX3 region, long sourceRowPitch, long sourceSlicePitch, long destinationRowPitch, long destinationSlicePitch, ICollection< ComputeEventBase > events) | Cloo.ComputeCommandQueue | |
Copy< T >(ComputeBufferBase< T > source, ComputeImage destination, long sourceOffset, SysIntX3 destinationOffset, SysIntX3 region, ICollection< ComputeEventBase > events) | Cloo.ComputeCommandQueue | |
Copy< T >(ComputeImage source, ComputeBufferBase< T > destination, SysIntX3 sourceOffset, long destinationOffset, SysIntX3 region, ICollection< ComputeEventBase > events) | Cloo.ComputeCommandQueue | |
CopyBuffer< T >(ComputeBufferBase< T > source, ComputeBufferBase< T > destination, ICollection< ComputeEventBase > events) | Cloo.ComputeCommandQueue | |
CopyBuffer< T >(ComputeBufferBase< T > source, ComputeBufferBase< T > destination, long sourceOffset, long destinationOffset, long region, ICollection< ComputeEventBase > events) | Cloo.ComputeCommandQueue | |
CopyBuffer< T >(ComputeBufferBase< T > source, ComputeBufferBase< T > destination, SysIntX2 sourceOffset, SysIntX2 destinationOffset, SysIntX2 region, ICollection< ComputeEventBase > events) | Cloo.ComputeCommandQueue | |
CopyBuffer< T >(ComputeBufferBase< T > source, ComputeBufferBase< T > destination, SysIntX3 sourceOffset, SysIntX3 destinationOffset, SysIntX3 region, ICollection< ComputeEventBase > events) | Cloo.ComputeCommandQueue | |
CopyBuffer< T >(ComputeBufferBase< T > source, ComputeBufferBase< T > destination, SysIntX2 sourceOffset, SysIntX2 destinationOffset, SysIntX2 region, long sourceRowPitch, long destinationRowPitch, ICollection< ComputeEventBase > events) | Cloo.ComputeCommandQueue | |
CopyBuffer< T >(ComputeBufferBase< T > source, ComputeBufferBase< T > destination, SysIntX3 sourceOffset, SysIntX3 destinationOffset, SysIntX3 region, long sourceRowPitch, long destinationRowPitch, long sourceSlicePitch, long destinationSlicePitch, ICollection< ComputeEventBase > events) | Cloo.ComputeCommandQueue | |
CopyBufferToImage< T >(ComputeBufferBase< T > source, ComputeImage destination, ICollection< ComputeEventBase > events) | Cloo.ComputeCommandQueue | |
CopyBufferToImage< T >(ComputeBufferBase< T > source, ComputeImage2D destination, long sourceOffset, SysIntX2 destinationOffset, SysIntX2 region, ICollection< ComputeEventBase > events) | Cloo.ComputeCommandQueue | |
CopyBufferToImage< T >(ComputeBufferBase< T > source, ComputeImage3D destination, long sourceOffset, SysIntX3 destinationOffset, SysIntX3 region, ICollection< ComputeEventBase > events) | Cloo.ComputeCommandQueue | |
CopyImage(ComputeImage source, ComputeImage destination, ICollection< ComputeEventBase > events) | Cloo.ComputeCommandQueue | |
CopyImage(ComputeImage2D source, ComputeImage2D destination, SysIntX2 sourceOffset, SysIntX2 destinationOffset, SysIntX2 region, ICollection< ComputeEventBase > events) | Cloo.ComputeCommandQueue | |
CopyImage(ComputeImage2D source, ComputeImage3D destination, SysIntX2 sourceOffset, SysIntX3 destinationOffset, SysIntX2 region, ICollection< ComputeEventBase > events) | Cloo.ComputeCommandQueue | |
CopyImage(ComputeImage3D source, ComputeImage2D destination, SysIntX3 sourceOffset, SysIntX2 destinationOffset, SysIntX2 region, ICollection< ComputeEventBase > events) | Cloo.ComputeCommandQueue | |
CopyImage(ComputeImage3D source, ComputeImage3D destination, SysIntX3 sourceOffset, SysIntX3 destinationOffset, SysIntX3 region, ICollection< ComputeEventBase > events) | Cloo.ComputeCommandQueue | |
CopyImageToBuffer< T >(ComputeImage source, ComputeBufferBase< T > destination, ICollection< ComputeEventBase > events) | Cloo.ComputeCommandQueue | |
CopyImageToBuffer< T >(ComputeImage2D source, ComputeBufferBase< T > destination, SysIntX2 sourceOffset, long destinationOffset, SysIntX2 region, ICollection< ComputeEventBase > events) | Cloo.ComputeCommandQueue | |
CopyImageToBuffer< T >(ComputeImage3D source, ComputeBufferBase< T > destination, SysIntX3 sourceOffset, long destinationOffset, SysIntX3 region, ICollection< ComputeEventBase > events) | Cloo.ComputeCommandQueue | |
Device | Cloo.ComputeCommandQueue | |
Dispose(bool manual) | Cloo.ComputeCommandQueue | [protected, virtual] |
Cloo::ComputeResource.Dispose() | Cloo.ComputeResource | |
Equals(object objA, object objB) | Cloo.ComputeObject | [static] |
Equals(object obj) | Cloo.ComputeObject | |
Equals(ComputeObject obj) | Cloo.ComputeObject | |
Execute(ComputeKernel kernel, long[] globalWorkOffset, long[] globalWorkSize, long[] localWorkSize, ICollection< ComputeEventBase > events) | Cloo.ComputeCommandQueue | |
ExecuteTask(ComputeKernel kernel, ICollection< ComputeEventBase > events) | Cloo.ComputeCommandQueue | |
Finish() | Cloo.ComputeCommandQueue | |
Flush() | Cloo.ComputeCommandQueue | |
GetArrayInfo< HandleType, InfoType, QueriedType >(HandleType handle, InfoType paramName, GetInfoDelegate< HandleType, InfoType > getInfoDelegate) | Cloo.ComputeObject | [protected] |
GetArrayInfo< MainHandleType, SecondHandleType, InfoType, QueriedType >(MainHandleType mainHandle, SecondHandleType secondHandle, InfoType paramName, GetInfoDelegateEx< MainHandleType, SecondHandleType, InfoType > getInfoDelegate) | Cloo.ComputeObject | [protected] |
GetBoolInfo< HandleType, InfoType >(HandleType handle, InfoType paramName, GetInfoDelegate< HandleType, InfoType > getInfoDelegate) | Cloo.ComputeObject | [protected] |
GetHashCode() | Cloo.ComputeObject | |
GetInfo< HandleType, InfoType, QueriedType >(HandleType handle, InfoType paramName, GetInfoDelegate< HandleType, InfoType > getInfoDelegate) | Cloo.ComputeObject | [protected] |
GetInfo< MainHandleType, SecondHandleType, InfoType, QueriedType >(MainHandleType mainHandle, SecondHandleType secondHandle, InfoType paramName, GetInfoDelegateEx< MainHandleType, SecondHandleType, InfoType > getInfoDelegate) | Cloo.ComputeObject | [protected] |
GetInfoDelegate< HandleType, InfoType >(HandleType objectHandle, InfoType paramName, IntPtr paramValueSize, IntPtr paramValue, out IntPtr paramValueSizeRet) | Cloo.ComputeObject | [protected] |
GetInfoDelegateEx< MainHandleType, SecondHandleType, InfoType >(MainHandleType mainObjectHandle, SecondHandleType secondaryObjectHandle, InfoType paramName, IntPtr paramValueSize, IntPtr paramValue, out IntPtr paramValueSizeRet) | Cloo.ComputeObject | [protected] |
GetStringInfo< HandleType, InfoType >(HandleType handle, InfoType paramName, GetInfoDelegate< HandleType, InfoType > getInfoDelegate) | Cloo.ComputeObject | [protected] |
GetStringInfo< MainHandleType, SecondHandleType, InfoType >(MainHandleType mainHandle, SecondHandleType secondHandle, InfoType paramName, GetInfoDelegateEx< MainHandleType, SecondHandleType, InfoType > getInfoDelegate) | Cloo.ComputeObject | [protected] |
Handle | Cloo.ComputeCommandQueue | |
Map(ComputeImage image, bool blocking, ComputeMemoryMappingFlags flags, SysIntX3 offset, SysIntX3 region, ICollection< ComputeEventBase > events) | Cloo.ComputeCommandQueue | |
Map< T >(ComputeBufferBase< T > buffer, bool blocking, ComputeMemoryMappingFlags flags, long offset, long region, ICollection< ComputeEventBase > events) | Cloo.ComputeCommandQueue | |
OutOfOrderExecution | Cloo.ComputeCommandQueue | |
Profiling | Cloo.ComputeCommandQueue | |
Read(ComputeImage source, bool blocking, SysIntX3 offset, SysIntX3 region, long rowPitch, long slicePitch, IntPtr destination, ICollection< ComputeEventBase > events) | Cloo.ComputeCommandQueue | |
Read< T >(ComputeBufferBase< T > source, bool blocking, long offset, long region, IntPtr destination, ICollection< ComputeEventBase > events) | Cloo.ComputeCommandQueue | |
ReadFromBuffer< T >(ComputeBufferBase< T > source, ref T[] destination, bool blocking, IList< ComputeEventBase > events) | Cloo.ComputeCommandQueue | |
ReadFromBuffer< T >(ComputeBufferBase< T > source, ref T[] destination, bool blocking, long sourceOffset, long destinationOffset, long region, IList< ComputeEventBase > events) | Cloo.ComputeCommandQueue | |
ReadFromBuffer< T >(ComputeBufferBase< T > source, ref T[,] destination, bool blocking, SysIntX2 sourceOffset, SysIntX2 destinationOffset, SysIntX2 region, IList< ComputeEventBase > events) | Cloo.ComputeCommandQueue | |
ReadFromBuffer< T >(ComputeBufferBase< T > source, ref T[,,] destination, bool blocking, SysIntX3 sourceOffset, SysIntX3 destinationOffset, SysIntX3 region, IList< ComputeEventBase > events) | Cloo.ComputeCommandQueue | |
ReadFromBuffer< T >(ComputeBufferBase< T > source, ref T[,] destination, bool blocking, SysIntX2 sourceOffset, SysIntX2 destinationOffset, SysIntX2 region, long sourceRowPitch, long destinationRowPitch, IList< ComputeEventBase > events) | Cloo.ComputeCommandQueue | |
ReadFromBuffer< T >(ComputeBufferBase< T > source, ref T[,,] destination, bool blocking, SysIntX3 sourceOffset, SysIntX3 destinationOffset, SysIntX3 region, long sourceRowPitch, long destinationRowPitch, long sourceSlicePitch, long destinationSlicePitch, IList< ComputeEventBase > events) | Cloo.ComputeCommandQueue | |
ReadFromImage(ComputeImage source, IntPtr destination, bool blocking, ICollection< ComputeEventBase > events) | Cloo.ComputeCommandQueue | |
ReadFromImage(ComputeImage2D source, IntPtr destination, bool blocking, SysIntX2 sourceOffset, SysIntX2 region, ICollection< ComputeEventBase > events) | Cloo.ComputeCommandQueue | |
ReadFromImage(ComputeImage3D source, IntPtr destination, bool blocking, SysIntX3 sourceOffset, SysIntX3 region, ICollection< ComputeEventBase > events) | Cloo.ComputeCommandQueue | |
ReadFromImage(ComputeImage2D source, IntPtr destination, bool blocking, SysIntX2 sourceOffset, SysIntX2 region, long sourceRowPitch, ICollection< ComputeEventBase > events) | Cloo.ComputeCommandQueue | |
ReadFromImage(ComputeImage3D source, IntPtr destination, bool blocking, SysIntX3 sourceOffset, SysIntX3 region, long sourceRowPitch, long sourceSlicePitch, ICollection< ComputeEventBase > events) | Cloo.ComputeCommandQueue | |
ReleaseGLObjects(ICollection< ComputeMemory > memObjs, ICollection< ComputeEventBase > events) | Cloo.ComputeCommandQueue | |
SetID(IntPtr id) | Cloo.ComputeObject | [protected] |
ToString() | Cloo.ComputeObject | |
Unmap(ComputeMemory memory, ref IntPtr mappedPtr, ICollection< ComputeEventBase > events) | Cloo.ComputeCommandQueue | |
Wait(ICollection< ComputeEventBase > events) | Cloo.ComputeCommandQueue | |
Write(ComputeImage destination, bool blocking, SysIntX3 destinationOffset, SysIntX3 region, long rowPitch, long slicePitch, IntPtr source, ICollection< ComputeEventBase > events) | Cloo.ComputeCommandQueue | |
Write< T >(ComputeBufferBase< T > destination, bool blocking, long destinationOffset, long region, IntPtr source, ICollection< ComputeEventBase > events) | Cloo.ComputeCommandQueue | |
WriteToBuffer< T >(T[] source, ComputeBufferBase< T > destination, bool blocking, IList< ComputeEventBase > events) | Cloo.ComputeCommandQueue | |
WriteToBuffer< T >(T[] source, ComputeBufferBase< T > destination, bool blocking, long sourceOffset, long destinationOffset, long region, IList< ComputeEventBase > events) | Cloo.ComputeCommandQueue | |
WriteToBuffer< T >(T[,] source, ComputeBufferBase< T > destination, bool blocking, SysIntX2 sourceOffset, SysIntX2 destinationOffset, SysIntX2 region, IList< ComputeEventBase > events) | Cloo.ComputeCommandQueue | |
WriteToBuffer< T >(T[,,] source, ComputeBufferBase< T > destination, bool blocking, SysIntX3 sourceOffset, SysIntX3 destinationOffset, SysIntX3 region, IList< ComputeEventBase > events) | Cloo.ComputeCommandQueue | |
WriteToBuffer< T >(T[,] source, ComputeBufferBase< T > destination, bool blocking, SysIntX2 sourceOffset, SysIntX2 destinationOffset, SysIntX2 region, long sourceRowPitch, long destinationRowPitch, IList< ComputeEventBase > events) | Cloo.ComputeCommandQueue | |
WriteToBuffer< T >(T[,,] source, ComputeBufferBase< T > destination, bool blocking, SysIntX3 sourceOffset, SysIntX3 destinationOffset, SysIntX3 region, long sourceRowPitch, long destinationRowPitch, long sourceSlicePitch, long destinationSlicePitch, IList< ComputeEventBase > events) | Cloo.ComputeCommandQueue | |
WriteToImage(IntPtr source, ComputeImage destination, bool blocking, ICollection< ComputeEventBase > events) | Cloo.ComputeCommandQueue | |
WriteToImage(IntPtr source, ComputeImage2D destination, bool blocking, SysIntX2 destinationOffset, SysIntX2 region, ICollection< ComputeEventBase > events) | Cloo.ComputeCommandQueue | |
WriteToImage(IntPtr source, ComputeImage3D destination, bool blocking, SysIntX3 destinationOffset, SysIntX3 region, ICollection< ComputeEventBase > events) | Cloo.ComputeCommandQueue | |
WriteToImage(IntPtr source, ComputeImage2D destination, bool blocking, SysIntX2 destinationOffset, SysIntX2 region, long destinationRowPitch, ICollection< ComputeEventBase > events) | Cloo.ComputeCommandQueue | |
WriteToImage(IntPtr source, ComputeImage3D destination, bool blocking, SysIntX3 destinationOffset, SysIntX3 region, long destinationRowPitch, long destinationSlicePitch, ICollection< ComputeEventBase > events) | Cloo.ComputeCommandQueue | |