Cloo 0.9.1
Cloo.ComputeKernel Member List
This is the complete list of members for Cloo.ComputeKernel, including all inherited members.
ContextCloo.ComputeKernel
Dispose(bool manual)Cloo.ComputeKernel [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
FunctionNameCloo.ComputeKernel
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]
GetCompileWorkGroupSize(ComputeDevice device)Cloo.ComputeKernel
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]
GetLocalMemorySize(ComputeDevice device)Cloo.ComputeKernel
GetPreferredWorkGroupSizeMultiple(ComputeDevice device)Cloo.ComputeKernel
GetPrivateMemorySize(ComputeDevice device)Cloo.ComputeKernel
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]
GetWorkGroupSize(ComputeDevice device)Cloo.ComputeKernel
HandleCloo.ComputeKernel
ProgramCloo.ComputeKernel
SetArgument(int index, IntPtr dataSize, IntPtr dataAddr)Cloo.ComputeKernel
SetID(IntPtr id)Cloo.ComputeObject [protected]
SetLocalArgument(int index, long dataSize)Cloo.ComputeKernel
SetMemoryArgument(int index, ComputeMemory memObj)Cloo.ComputeKernel
SetSamplerArgument(int index, ComputeSampler sampler)Cloo.ComputeKernel
SetValueArgument< T >(int index, T data)Cloo.ComputeKernel
ToString()Cloo.ComputeObject